我想知道,是否有任何方法可以将默认按钮替换<b:commandButton>
为<b:iconAwesome>
.
<h:commandLink>
但是,它确实可以完美地与 a 一起使用。
<h:commandLink>
<b:iconAwesome name="arrow-down"></b:iconAwesome>
</h:commandLink>
替换,我的意思是完全替换,而不是图标在按钮上。只需检查上面的工作代码。
还有其他提示要提到吗?
(注:<b:...>
是 BootsFaces 的一个组件。)