Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php echo $form->select2Row($model, 'service_id', [
- 'data' => Service::getAllContract($model->contract_id),
- 'multiple' => false,
- 'id' => 'service',
- 'required' => true,
- 'options' => ['width' => '220 px'], ]); ?>
Advertisement
Add Comment
Please, Sign In to add comment