美文网首页
yii2.0 Activeform表单部分组件使用方法

yii2.0 Activeform表单部分组件使用方法

作者: 苍山如海丶 | 来源:发表于2017-03-23 10:45 被阅读0次

    文本框:textInput();

    密码框:passwordInput();

    单选框:radio(),radioList();

    复选框:checkbox(),checkboxList();

    下拉框:dropDownList();

    隐藏域:hiddenInput();

    文本域:textarea(['rows'=>3]);

    文件上传:fileInput();

    提交按钮:submitButton();

    重置按钮:resetButtun();

    详细教程地址

    相关文章

      网友评论

          本文标题:yii2.0 Activeform表单部分组件使用方法

          本文链接:https://www.haomeiwen.com/subject/ledznttx.html