Relative Content

Tag Archive for cakephp

How to select mulitple options in multiple select select menu in cakephp

This is my code for the multiple select menu in my cakephp application:
<td><?= $this->Form->select('clothCutting['.$color.'][mtr_str]', ['23'=>'23', '67'=>'67', '24'=>'24'], ['multiple' => true, 'value' => "23", 'label' => false, 'class' => 'table-processed', 'style' => 'width:100%;']) ?></td>

How to select mulitple options in multiple select select menu in cakephp

This is my code for the multiple select menu in my cakephp application:
<td><?= $this->Form->select('clothCutting['.$color.'][mtr_str]', ['23'=>'23', '67'=>'67', '24'=>'24'], ['multiple' => true, 'value' => "23", 'label' => false, 'class' => 'table-processed', 'style' => 'width:100%;']) ?></td>