field($model, 'cms_file_category_id')->dropDownList(ArrayHelper::map(CmsFileCategory::find()->all(), 'id', 'name')) ?> field($model, 'name')->textInput(['maxlength' => true]) ?> field($model, 'files[]')->fileInput(['multiple' => true])?>
'btn btn-success']) ?>