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, 'link') ->textInput() ?> field($model, 'sort') ->input('number') ?> field($model, 'status') ->checkbox([ 'class' => 'flat', ]) ?>
isNewRecord ? 'Создать' : 'Обновить', [ 'class' => $model->isNewRecord ? 'btn btn-success' : 'btn btn-primary' ] ) ?>