1.下拉选择框
echo$form->field($model,'video_typeautoid')->dropDownList(Videotypes::getAllTypes(),
['prompt'=>'请选择','style'=>'width:120px'])->label('视频分类:');
echo$form->field($model,'recommend')->dropDownList([0=>'否',1=>'是'],
['style'=>'width:120px']);
echo$form->field($model,'status')->dropDownList([1=>'上线',0=>'下线'],
['style'=>'width:120px'])->label('视频状态:');