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

文本框:textInput();

密码框:passwordInput();

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

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

下拉框:dropDownList();

隐藏域:hiddenInput();

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

文件上传:fileInput();

提交按钮:submitButton();

重置按钮:resetButtun();

详细教程地址

你可能感兴趣的:(yii2.0 Activeform表单部分组件使用方法)