Hello
How is it possible to change the icon in the tab?
<div id="docs_tabs" class="easyui-tabs" fit="true" border="false" plain="false"
tabHeight="44" tabPosition="top" >
<div title="title1" id="docs_tab_1" style="padding:5px;"
data-options="iconCls:'icon-unloc',href:'getdata.php'">
</div>
I tried:
$('#docs_tab_1').panel('options').IconCls = 'icon-lock';
and it did not work.
Could someone tell me how to do that?