读书人

compositefield运用例子

发布时间: 2012-10-11 10:16:10 作者: rapoo

compositefield使用例子

{
??????????????????????? 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
?????????????????????????? }
??????????????????????? ]
??????????????????? }

读书人网 >操作系统

热点推荐