`
wjm901215
  • 浏览: 154030 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

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

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics