Пример #1
0
        }
        ?>
                                            <div class="row">
                                                <div class="col-sm-3">
                                                    <?php 
        echo $form->field($property, "[{$i}][{$nestedI}]name")->textInput(['maxlength' => true]);
        ?>
                                                </div>
                                                <div class="col-sm-3">
                                                    <?php 
        echo $form->field($property, "[{$i}][{$nestedI}]unit")->textInput(['maxlength' => true]);
        ?>
                                                </div>
                                                <div class="col-sm-3">
                                                    <?php 
        echo $form->field($property, "[{$i}][{$nestedI}]filter_type")->dropDownList(Property::getTypesName());
        ?>
                                                </div>
                                                <div class="col-sm-3">
                                                    <button style="margin-top: 28px" type="button" class="property-button-remove btn btn-danger btn-xs"><i class="glyphicon glyphicon-minus"></i></button>
                                                </div>
                                            </div><!-- .row -->
                                        </div>
                                    <?php 
    }
    ?>
                                </div>
                            </div>
                        </div>

                        <?php