{
xtype: 'compositefield',
fieldLabel: '所属行政区',
labelAlign:"left",
labelWidth:50,
combineErrors: false,
items: [
{
xtype: 'displayfield',
value: '城区'
},{
name : 'hours',
xtype: 'numberfield',
width: 48,
allowBlank: false
},{
xtype: 'displayfield',
value: '街道'
},{
name : 'minutes',
xtype: 'numberfield',
width: 48,
allowBlank: false
}
]
}
compositefield使用例子
最新推荐文章于 2024-11-07 08:37:12 发布