public function loadModel($id) { $model = MastersSections::model()->findByPk($id); if ($model === null) { throw new CHttpException(404, 'The requested page does not exist.'); } return $model; }
updateDropdown(this, $("#MastersEmployees_section_id"), data); }'))); ?> <?php echo CHtml::error($salary, 'department_id'); ?> </div> </div> <div class="form-group"> <?php echo CHtml::activeLabelEx($salary, 'section_id', array('class' => $label_class)); ?> <div class="col-md-6 col-xs-12"> <?php echo CHtml::activeDropDownList($salary, 'section_id', CHtml::listData(MastersSections::model()->findAll(), 'id', 'name'), array('data-placeholder' => at('Please select one...'), 'prompt' => '', 'data-live-search' => 'true', 'class' => 'validate[required] form-control select', 'id' => 'field_section_id')); ?> <?php echo CHtml::error($salary, 'section_id'); ?> </div> </div> <div class="form-group"> <?php echo CHtml::activeLabelEx($salary, 'position_id', array('class' => $label_class)); ?> <div class="col-md-6 col-xs-12"> <?php echo CHtml::activeDropDownList($salary, 'position_id', CHtml::listData(MastersPositions::model()->findAll(), 'id', 'name'), array('data-placeholder' => at('Please select one...'), 'prompt' => '', 'data-live-search' => 'true', 'class' => 'validate[required] form-control select', 'id' => 'field_position_id')); ?>