PHP7中文手册2018 带注释 最新chm版
<?php $form = ActiveForm::begin(['id' => 'my-form']); ?>
<?= $form->field($model, 'description')->textArea(['rows' => '6']) ?>
<?= Html::submitButton('Submit') ?>
<?php ActiveForm::end(); ?>
转载请注明:谷谷点程序 » yii2表单文本域textArea的使用方法