EasyUI Forum

General Category => General Discussion => Topic started by: bvn on May 11, 2017, 10:09:17 AM



Title: Use font-awesome icons in linkbutton
Post by: bvn on May 11, 2017, 10:09:17 AM
How to use font-awesome icons in linkbuttons? I tried to set iconCls:'fa fa-user-secret', but it does not work for me. Thanks.


Title: Re: Use font-awesome icons in linkbutton
Post by: stworthy on May 12, 2017, 02:13:31 AM
The code below works fine:
Code:
<a href="#" class="easyui-linkbutton" data-options="iconCls:'fa fa-user-secret fa-lg'">User</a>