[ 'enctype' => 'multipart/form-data' ], ] ); ?> $modelLangs, 'formView' => '@artbox/weblog/views/blog-category/_form_language', 'form' => $form, ] ); ?> field($model, 'image_id') ->widget( ImageManagerInputWidget::className(), [ 'aspectRatio' => ( 16 / 9 ), //set the aspect ratio 'showPreview' => true, //false to hide the preview 'showDeletePickedImageConfirm' => false, //on true show warning before detach image ] ); ?> field($model, 'sort') ->textInput() ?> field($model, 'parent_id') ->widget( Select2::className(), [ 'data' => $parentCategories, 'options' => [ 'placeholder' => \Yii::t('blog', 'Has no parent rubric') ], 'pluginOptions' => [ 'allowClear' => true, ], ] ); ?> field($model, 'status') ->checkbox( [ 'class' => 'flat', ] ) ?>
isNewRecord ? 'Create' : 'Update', [ 'class' => $model->isNewRecord ? 'btn btn-success' : 'btn btn-primary' ] ) ?>