EXT 动态添加checkboxgroup的问题 10

varfp=newExt.FormPanel({frame:true,title:'模板管理→字段设置',id:'newFp',labelWidth:110,width:... var fp = new Ext.FormPanel({
frame: true,
title:'模板管理→字段设置',
id:'newFp',
labelWidth: 110,
width: 600,
renderTo:'form-ct',
bodyStyle: 'padding:0 10px 0;',

items: [
{
xtype:'fieldset',
title: 'Checkbox Groups',
id:'fdset',
autoHeight: true,
layout: 'form',
items: [{
xtype: 'button',
text: '添加字段',
handler: function(){
var chkgroup = new Ext.form.CheckboxGroup({
fieldLabel: '省份',
id: 'chkgroup2',
columns: 3,
items: [{boxLabel: 'Item xx', name: 'cb-horiz-6'}]
});
Ext.getCmp('fdset').items.add(chkgroup)
Ext.getCmp('fdset').doLayout();
}
},{
xtype: 'checkboxgroup',
fieldLabel: '基本字段',
id:'expFieldGroup',
columns: 3,
items: [
{boxLabel: 'Item 1', name: 'cb-horiz-1'},
{boxLabel: 'Item 2', name: 'cb-horiz-2', checked: true},
{boxLabel: 'Item 3', name: 'cb-horiz-3'},
{boxLabel: 'Item 4', name: 'cb-horiz-4'},
{boxLabel: 'Item 5', name: 'cb-horiz-5'}
]
}]
}]
});
当点击添加字段按钮后,checkboxgroup是加入到fieldset中来的,但是只显示fieldLabel: '省份', 并没有显示添加的checkboxgroup中item,实在是搞不懂是什么原因,请各位帮帮忙
展开
 我来答
代码工人
2009-12-19 · TA获得超过662个赞
知道小有建树答主
回答量:401
采纳率:0%
帮助的人:347万
展开全部
expFieldGroup 也 doLayout试试
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
网易云信
2023-12-06 广告
UIkit是一套轻量级、模块化且易于使用的开源UI组件库,由YOOtheme团队开发。它提供了丰富的界面元素,包括按钮、表单、表格、对话框、滑块、下拉菜单、选项卡等等,适用于各种类型的网站和应用程序。UIkit还支持响应式设计,可以根据不同... 点击进入详情页
本回答由网易云信提供
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式