{
columnWidth:.070,
layout: 'form',hideLabels:true,
items: [{
style:'margin-top:3px',
id:'dealN',
xtype:'checkbox',
checked:true,
boxLabel:'否',
listeners:{
check : function(obj,checked){
Ext.getCmp("ended0").setValue(true);
}
}
}]
}
columnWidth:.070,
layout: 'form',hideLabels:true,
items: [{
style:'margin-top:3px',
id:'dealN',
xtype:'checkbox',
checked:true,
boxLabel:'否',
listeners:{
check : function(obj,checked){
Ext.getCmp("ended0").setValue(true);
}
}
}]
}
本文介绍了一种使用ExtJS框架进行表单布局的具体配置方式,包括如何设置表单项的宽度、隐藏标签以及通过监听器控制组件状态等细节。
427

被折叠的 条评论
为什么被折叠?



