Difference between #3 and #4 of
Custom column in TbGridView with icon by condition, find out icon class glyphicons easy (YiiBooster)

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>"',
),
...
)));
```
[...]
2 0
5 followers
Viewed: 41 511 times
Version: 1.1
Category: Tips
Last updated by: Rohit Suthar
Created on: Oct 18, 2013
Last updated: 9 years ago
Update Article

Revisions

View all history