使用此bootstrap.widgets.TbButtonColumn
尝试创建一个按钮列。如何设置ID值?
我们尝试了'id' => '$data->Id'
,如下所示,它不起作用。
array(
'class'=>'bootstrap.widgets.TbButtonColumn',
'template' => '{linkPatient} {toggleVisit} {update} {delete}',
'buttons' => array(
'linkPatient' => array(
'label' => 'Link Patient',
'icon' => 'icon-user',
'id' => '$data->Id',
'options' => array('data-toggle' =>'modal',
'data-target' => '#myModal',
),
),