Tuesday, May 18, 2010

EXTJS Hide Tab Panels

This is for hide the tab
Ext.getCmp(tabpanel_id).hideTabStripItem(tabitem_id);

This is for show the tab again
Ext.getCmp(tabpanel_id).unhideTabStripItem(tabitem_id);

Thanks!

1 comment:

  1. its working fine in extjs 2.0 but in extjs4 not working.Please help me

    ReplyDelete