How to set a custom icon in dataview with bootstrap theme
问题 I want to set a custom icon with glyphicons or custom uploaded icon on xpages dataview, but the icon always defaults to file icon. Im using bootstrap theme and latest xpages extension lib (r10). I want to change the icon in the dataview document row, not the categorization icon. The code with bootstrap theme always defaults to this code. <div class="glyphicon glyphicon-file xspReadIcon"></div> I tried with: <xe:iconEntry selectedValue="read" url="/legalforms.gif" styleClass="hidden-xs"></xe