Example #1
0
                        <?php 
echo $form->field($model, 'status')->dropDownList(Page::getStatusList());
?>

                        <?php 
if (!$model->isNewRecord) {
    ?>
                            <?php 
    echo $form->field($model, 'created_by')->dropDownList(User::getUsersList());
    ?>
                        <?php 
}
?>

                        <?php 
echo $form->field($model, 'comment_status')->dropDownList(Page::getCommentStatusList());
?>

                        <?php 
echo $form->field($model, 'view')->dropDownList($this->context->module->viewList);
?>

                        <?php 
echo $form->field($model, 'layout')->dropDownList($this->context->module->layoutList);
?>

                    </div>
                </div>
            </div>

        </div>