Hello,
I leave code to implement Bootstrap Buttons in XPages, tested in version 8.5.2 but fully functional in the other versions.
<xp:button id="button3" value="  Refresh" styleClass="btn btn-success btn-xs">
<xp:eventHandler event="onclick" submit="true" refreshMode="complete">
<xp:this.action>
<xp:executeScript>
<xp:this.script><![CDATA[#{
document1.save();}]]>
</xp:this.script>
</xp:executeScript>
</xp:this.action></xp:eventHandler>
<span class="glyphicon glyphicon-refresh" aria-hidden="true"></span>
</xp:button>
The result is:
Any questions please leave your comments.
No hay comentarios:
Publicar un comentario