首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

compositefield运用例子

2012-10-11 
compositefield使用例子{??????????????????????? xtype: compositefield,??????????????????????? fiel

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

热点排行