|
Title: change icon on Tab Post by: msvabik on October 08, 2015, 03:56:54 AM Hello
How is it possible to change the icon in the tab? Code: <div id="docs_tabs" class="easyui-tabs" fit="true" border="false" plain="false" Code: $('#docs_tab_1').panel('options').IconCls = 'icon-lock';Could someone tell me how to do that? Title: Re: change icon on Tab Post by: stworthy on October 08, 2015, 06:29:19 PM Please call 'update' method to update the icon on a tab panel.
Code: $('#docs_tabs').tabs('update', {Title: Re: change icon on Tab Post by: msvabik on October 12, 2015, 01:44:06 PM Thank you very much it works great
|