Extjs 在一个窗口中添加formPanel时,打开报错!! 20

如果把window的items属性去掉却可以打开窗口,加上items属性就报错。... 如果把 window的items属性去掉却可以打开窗口,加上items属性就报错。 展开
 我来答
匿名用户
2015-03-04
展开全部

这种写法是语法错误吧

已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友9afa247d8
2015-03-04 · TA获得超过685个赞
知道小有建树答主
回答量:743
采纳率:0%
帮助的人:627万
展开全部
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]

});

您可以参考一下上面的代码,是在项目中使用的!
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式