field($model, 'document_field_id')->dropDownList( ArrayHelper::map(DocumentField::find()->all(), 'id', 'title'), ['prompt' => '...'] ); echo $form->field($model, 'document_id')->dropDownList( ArrayHelper::map(Document::find()->all(), 'id', 'title'), ['prompt' => '...'] ); } ?> field($model, 'value')->textInput(['maxlength' => true]) ?>
'btn btn-success']) ?>