Revision #4 has been created by Kostas Apazidis (KonApaz) on Oct 22, 2013, 3:45:38 PM with the memo:
html span closing
« previous (#3) next (#5) »
Changes
Title
unchanged
Custom column in TbGridView with icon by condition, find out icon class glyphicons easy (YiiBooster)
Category
unchanged
Tips
Yii version
unchanged
Tags
unchanged
YiiBooster, icons, class, glyphicons, custom, column
Content
changed
[...]
'name3',
array(
'header' => 'custom',
'type'=>'raw',
'value' => '($data->field1 > 10) ? "<a><span class=\"icon-gift\"></span></a>" : "<a><span class=\"icon-camera\"></
span></a>"',
),
...
)));
```[...]