'sorted_element_form', 'options' => ['enctype' => 'multipart/form-data'], ]); $existInstructionItems = []; foreach ($instructions as $model) { $partialPath = $model->getViewFileName(); $existInstructionItems[] = ['content' => $this->render( $partialPath, compact([ 'form', 'model', ]) )]; } ?>
$existInstructionItems, 'options' => ['class' => 'instructions'], 'pluginOptions' => ['acceptFrom' => implode(',', [ '.instructions', '.instruction-step', ])] ]); ?>
field($settingModel, 'sortableElements') ->hiddenInput() ->label(false) ?>
'btn btn-primary float-right']) ?>