Xpages Returning Class Icon In View Column
( from http://fortawesome.github.io/Font-Awesome/icons/ ) I want the above class to be the result for a column icon:
Solution 1:
You then shouldn't use the iconSrc / view icon setting of the column. Instead you have to compute your own HTML as a value in that column and set the FA-class depending on your column value(s). Make sure you set the content type for the column to "HTML" and not "Text".
Post a Comment for "Xpages Returning Class Icon In View Column"