52,785
社区成员
发帖
与我相关
我的任务
分享
{
layout : 'form',
width:230,
items : [{
xtype : 'combo',
fieldLabel : ' 机构',
id : 'departname',
name : 'departname',
hiddenName : 'departname',
mode : 'remote',// 远程数据修改
valueField : 'value',
displayField : 'text',
readOnly : true,
width : 100,
triggerAction : 'all',
store : new Ext.data.JsonStore({
url : 'intorg',//'111.txt',
fields : ['value',
'text']
})
}]
}