e.g I want to have a link, that when i click it, it will call this inside the CGridView array of yii framework ?
$('.blah').fancybox();
how to add that in a
array(
'header'=>'Image',
'type'=>'raw',
'value'=> "",
),
You can use CLinkColumn’s
linkHtmlOptionsinstead: