field($model, 'title')->textInput(['maxlength' => true]) ?> field($model, 'h1')->textInput(['maxlength' => true]) ?> field($model, 'text')->widget(CKEditor::className(), [ 'editorOptions' => ElFinder::ckeditorOptions(['elfinder','path' => 'uploads']) ]) ?> field($model, 'description')->textInput(['maxlength' => true]) ?> field($model, 'key_word')->textInput(['maxlength' => true]) ?> field($model, 'slug')->textInput() ?>
isNewRecord ? Yii::t('app', 'Create') : Yii::t('app', 'Update'), ['class' => $model->isNewRecord ? 'btn btn-success' : 'btn btn-primary']) ?>