duleep
8 May 2014, 2:18 AM
This is my tab panel code
MyTabPanelUi = Ext.extend(Ext.TabPanel, {
activeTab: 8,
enableTabScroll: true,
autoHeight: true,
width: 780,
padding: '',
deferredRender: false,
tabCls: '',
id: 'tab_id',
above tab increase height when content get increase in FireFox and Chrome but IE not that happen.Even Bottom line not clear in IE. How can set auto height in IE.
MyTabPanelUi = Ext.extend(Ext.TabPanel, {
activeTab: 8,
enableTabScroll: true,
autoHeight: true,
width: 780,
padding: '',
deferredRender: false,
tabCls: '',
id: 'tab_id',
above tab increase height when content get increase in FireFox and Chrome but IE not that happen.Even Bottom line not clear in IE. How can set auto height in IE.