['enctype' => 'multipart/form-data']]); ?> field($model, 'menu_to_the_user_id')->dropDownList( ArrayHelper::map(MenuToTheUser::find()->all(),'id','menu_name'), ['prompt'=>'Виберіть головне меню'] ) ?> field($model, 'title')->textInput(['maxlength' => true]) ?> field($model, 'files')->widget(\kartik\file\FileInput::classname(), [ 'model' => $model, 'pluginOptions' => [ //'allowedFileExtensions'=>['doc','docx','pdf', 'png', ], 'initialCaption'=>'*.doc *.docx *.pdf *.png *.jpg *.tiff, *.zip *rar', 'showPreview' => false, 'showCaption' => true, 'showRemove' => true, 'showUpload' => false ], 'options' => ['multiple' => false,], ])->label(Yii::t('app','Files')); ?>
isNewRecord ? 'Create' : 'Update', ['class' => $model->isNewRecord ? 'btn btn-success' : 'btn btn-primary']) ?>