I'm working with a JSF project that uses BootsFaces 1.1.3
I've tried with the following without luck
<b:scrollUp text="" distance="150" class="glyphicon glyphicon-chevron-up"/>
How can I set a glyphicon icon using the b:scrollUp?
I'm working with a JSF project that uses BootsFaces 1.1.3
I've tried with the following without luck
<b:scrollUp text="" distance="150" class="glyphicon glyphicon-chevron-up"/>
How can I set a glyphicon icon using the b:scrollUp?
I didn't try it yet, but according to the documentation of the plugin you have to set the attribute
image="true"
. The image itself must be defined in a CSS snippet:To use a Glyphicon, it's probably the best approach to look up the Glyphicon definition and to copy it into the CSS snippet: