美文网首页
Yii2框架Kartik CRUD Generator模板二次开

Yii2框架Kartik CRUD Generator模板二次开

作者: chinariver | 来源:发表于2017-08-03 10:49 被阅读0次

    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('视频状态:');

    相关文章

      网友评论

          本文标题:Yii2框架Kartik CRUD Generator模板二次开

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