Extjs TabPanel頁簽轉換事件
阿新 • • 發佈:2017-08-30
rmp nbsp fun isp log ppa cnblogs bsp pad
listeners : { tabchange : function(tp, p) { var allmapDIV = document.getElementById("allmap"); if (p.getId() == ‘addPlanPanel‘) { allmapDIV.style.display = "none"; }if (p.getId() == ‘addTabMap‘) { allmapDIV.style.display = "block"; } } }, items : [{ title : ‘線路顯示‘, border : false, id :‘addTabMap‘, autoScroll : true, items : [mapPanel = new Ext.FormPanel({ bodyPadding : 5, frame : true, border : false, fieldDefaults : { labelAlign :‘right‘, labelWidth : 100 }, items : [{}] })] }]
Extjs TabPanel頁簽轉換事件