Beispiel #1
0
                        </div>
                    </div>
                    <div class="row">
                        <div class="col-md-12">
                            <?php 
echo $form->field($model, 'name_ua')->textInput(['maxlength' => true]);
?>
                            <?php 
echo $form->field($model, 'name_ru')->textInput(['maxlength' => true]);
?>
                        </div>
                    </div>
                    <div class="row">
                        <div class="col-md-3">
                            <?php 
echo $form->field($model, 'isHidden')->dropDownList(QuestionAnswer::getIsHiddenOptions());
?>
                        </div>
                        <div class="col-md-3">
                            <?php 
echo $form->field($model, 'isNoRandomized')->dropDownList(QuestionAnswer::getIsNoRandomizedOptions());
?>
                        </div>
                        <div class="col-md-3">
                            <?php 
echo $form->field($model, 'hasText')->dropDownList(QuestionAnswer::getHasTextOptions());
?>
                        </div>
                        <div class="col-md-3">
                            <?php 
echo $form->field($model, 'textMaxLength')->textInput();