Ext Fieldset

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/sinat_33704704/article/details/86520203

示例

var xxx= {

              //id : 'xxx',

              xtype : 'fieldset',

              layout : 'column',

              title : '其他',

              autoHeight : true,

              items : [{

                     layout : 'column',                      

                     border : false,

                     defaults : {

                            layout : 'form',

                            labelWidth : 60,

                            border : false,

                     },

                     items : [{

                            columnWidth : .15,

                            id : 'xxx_colum1',

                            items : []

                     },{

                            columnWidth : .15,

                            id : 'xxx_colum2',

                            items : []

                     }]

              }]    

       }

猜你喜欢

转载自blog.csdn.net/sinat_33704704/article/details/86520203
ext