[ 'enctype' => 'multipart/form-data', 'class' => 'model-form' ] ]); ?> field($model,"title") ?> field($model,"slug") ?> field($model,"cache")->checkbox() ?> field($model, 'template[category]')->label('分类')->dropDownList(\common\models\Category::getDropDownList(), ['prompt' => '选择分类']) ?> field($model, 'template[order]')->label('排序')->radioList(['published_at' => '发布时间', 'view' => '点击量', 'favourite' => '收藏最多', 'is_hot' => '热门', 'is_top' => '置顶']) ?> field($model, 'template[limit]')->label('数量')->textInput(['value' => 10]) ?> isNewRecord ? '保存' : '更新', ['class' => 'btn bg-maroon btn-flat margin-bottom btn-block' ])?>