ext js3.2版本中 ie同时使用两个FormPanel为什么不能正常显示,请教下懂行的朋友 15
Ext.onReady(function(){Ext.QuickTips.init();varAddAddressPanel=newExt.FormPanel({id:'...
Ext.onReady(function () { Ext.QuickTips.init(); var AddAddressPanel = new Ext.FormPanel({ id: 'AddAddressPanelID', width: 500, labelWidth: 65, items: [{ xtype: 'textfield', fieldLabel: '地址', width: 400 }] }); var electron_win = new Ext.FormPanel({ title: '职工电子档案添加', layout: 'fit', width: 500, id:'form1', height: 600, labelWidth: 80, modal: true, resizable: false, frame: true, animal: true, renderTo: Ext.getBody(), items: [AddAddressPanel] }).show(); });
展开
3个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询