new Ext.FormPanel({
labelAlign:'left',buttonAlign:'right',bodyStyle:'padding:5px;',
frame:true,labelWidth:65,monitorValid:true,
items:[
{layout:'column',border:false,labelSeparator:':',
defaults:{layout: 'form',border:false,columnWidth:.5},
items:[
{items: [{xtype:'textfield',fieldLabel: '学校法人',name: 'xming',anchor:'90%'}]},
{items: [{xtype:'textfield',fieldLabel: '法人代码',name: 'xming',anchor:'90%'}]},
{items: [{xtype:'textfield',fieldLabel: '学校地址',name: 'xming',anchor:'90%'}]},
{items: [{xtype:'textfield',fieldLabel: '联系电话',name: 'xming',anchor:'90%'}]},
{items: [{xtype:'textfield',fieldLabel: '占地面积',name: 'xming',anchor:'90%'}]},
{items: [{xtype:'textfield',fieldLabel: '建筑面积',name: 'xming',anchor:'90%'}]},
{items: [{xtype:'combo',fieldLabel: '单位类别',store:ds_sex,triggerAction: 'all',valueField:'id',displayField:'sex',mode: 'local',typeAhead: true,name: 'xbie',anchor:'90%'}]},
{items: [{xtype:'combo',fieldLabel: '学校等级',store:ds_sex,triggerAction: 'all',valueField:'id',displayField:'sex',mode: 'local',typeAhead: true,name: 'xbie',anchor:'90%'}]},
{columnWidth:1.05,items: [{xtype:'htmleditor',height:150,enableAlignments:false,enableLists:false,fieldLabel: '备注',name: 'xming',anchor:'90%',}]}
]//items
}
]//items
})//FormPanel
FormPanel
最新推荐文章于 2019-01-19 12:48:04 发布