87,989
社区成员
发帖
与我相关
我的任务
分享
dtlFormPanel = Ext.extend(Ext.form.FormPanel, {
initComponent : function() {
Ext.apply(this, {
id : 'custorderForm_frame',
labelWidth : 80,
...
...
...
Ext.reg('custorder', dtlFormPanel );