//= $form->field($model, 'pid')->dropDownList(Category::getDropDownList(Category::lists()), ['prompt' => '请选择']) ?>
= $form->field($model, 'pid')->dropDownList(Category::getDropDownList(Tree::build(Category::listsByType(0))), ['prompt' => '请选择']) ?>
= $form->field($model, 'type')->dropDownList(Category::getTypeEnum(), ['readonly' => true]) ?>
= $form->field($model, 'title')->textInput(['maxlength' => true]) ?>
//= $form->field($model, 'slug')->textInput(['maxlength' => true]) ?>
= $form->field($model, 'sort')->textInput() ?>
= $form->field($model, 'description')->textarea(['maxlength' => true]) ?>
//= $form->field($model, 'module')->checkboxList(\common\models\ArticleModule::getTypeEnum()) ?>
//= $form->boxField($model, 'meta',["collapsed"=>true])->widget(MetaForm::className())->header("SEO"); ?>
= Html::submitButton($model->isNewRecord ? '创建' : '更新', ['class' => $model->isNewRecord ? 'btn btn-success btn-block' : 'btn btn-primary btn-block']) ?>