Extjs 在一个窗口中添加formPanel时,打开报错!! 20
威孚半导体技术
2024-08-19 广告
2024-08-19 广告
威孚(苏州)半导体技术有限公司是一家专注生产、研发、销售晶圆传输设备整机模块(EFEM/SORTER)及核心零部件的高科技半导体公司。公司核心团队均拥有多年半导体行业从业经验,其中技术团队成员博士、硕士学历占比80%以上,依托丰富的软件底层...
点击进入详情页
本回答由威孚半导体技术提供
展开全部
var win = Ext.create("Ext.form.Panel", {
title: '',
height: 280,
autoWidth: true,
frame: true,
msgTarget: 'qtip',
items: [
{ xtype: 'fieldset', border: false, items: [
{ xtype: 'textfield', fieldLabel: '客户名称', name: 'instatLoationId', id: 'customerNameId', allowBlank: false, blankText: '不能为空!', enforceMaxLength: true, maxLength: 50, fieldStyle: 'background-color: #E6E6E6; background-image: none;', readOnly: true }
]
},
{ xtype: 'fieldset', border: false, items: [
new Ext.form.field.ComboBox({
fieldLabel: '客户分类',
triggerAction: 'all',
displayField: 'Name',
valueField: 'Code',
store: store1,
mode: 'local',
//typeAhead: true,
name: 'CType'
}),
{ xtype: 'textarea', fieldLabel: '备注', width: 500, name: 'Remark', height: 60, id: 'customerMark' }
]
}
]
});
var winForm = Ext.create('widget.window', {
title: '客户资料管理',
// closeable: true,
modal: true,
width: 600,
height: 315,
plain: true,
layout: 'form',
resizable: false,
closeAction: 'hide',
items: [win]
});
您可以参考一下上面的代码,是在项目中使用的!
title: '',
height: 280,
autoWidth: true,
frame: true,
msgTarget: 'qtip',
items: [
{ xtype: 'fieldset', border: false, items: [
{ xtype: 'textfield', fieldLabel: '客户名称', name: 'instatLoationId', id: 'customerNameId', allowBlank: false, blankText: '不能为空!', enforceMaxLength: true, maxLength: 50, fieldStyle: 'background-color: #E6E6E6; background-image: none;', readOnly: true }
]
},
{ xtype: 'fieldset', border: false, items: [
new Ext.form.field.ComboBox({
fieldLabel: '客户分类',
triggerAction: 'all',
displayField: 'Name',
valueField: 'Code',
store: store1,
mode: 'local',
//typeAhead: true,
name: 'CType'
}),
{ xtype: 'textarea', fieldLabel: '备注', width: 500, name: 'Remark', height: 60, id: 'customerMark' }
]
}
]
});
var winForm = Ext.create('widget.window', {
title: '客户资料管理',
// closeable: true,
modal: true,
width: 600,
height: 315,
plain: true,
layout: 'form',
resizable: false,
closeAction: 'hide',
items: [win]
});
您可以参考一下上面的代码,是在项目中使用的!
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询