ext页面加载菜单初始化问题 - ITeye问答
tabpanel = new Ext.TabPanel ({activeTab:0,autoWidth:true,border:false,frame...featureId=null; themeId=null; //alert("themeId---" themeId); }...
extjs如何设置panel默认为收缩状态_百度知道
设置collapsed为true就是收缩状态 Ext.create("Ext.Panel" , { //设置collapsed为true , 就是收缩状态 collapsed: true , collapsible: true}); 评论 | 让...