1.下拉選擇框
echo$form->field($model,'video_typeautoid')->dropDownList(Videotypes::getAllTypes(),
['prompt'=>'請(qǐng)選擇','style'=>'width:120px'])->label('視頻分類(lèi):');
echo$form->field($model,'recommend')->dropDownList([0=>'否',1=>'是'],
['style'=>'width:120px']);
echo$form->field($model,'status')->dropDownList([1=>'上線',0=>'下線'],
['style'=>'width:120px'])->label('視頻狀態(tài):');