
Untitled
By: a guest on
Aug 6th, 2012 | syntax:
None | size: 0.45 KB | hits: 15 | expires: Never
array(
'header'=>'Action',
'class'=>'CButtonColumn',
'template' => '{itemView}',
'buttons'=>array
(
'itemView' => array
(
'label'=>'Items',
'options'=>array("class"=>'cssGridButton',"id"=>'$data->header_id'), ---here i am passing dynamic value to id but it show blank
'url'=>'Yii::app()->createUrl("AuditTrailHeader/ItemView", array("id"=>$data->header_id))', --->same id value i am geeting here
),
),
),