首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件开发 >

Ext 上拉列表 主动加载

2013-02-18 
Ext 下拉列表 主动加载customerDs new Ext.data.JsonStore({url : queryCustomerType.action?,fields

Ext 下拉列表 主动加载

        customerDs = new Ext.data.JsonStore({url : 'queryCustomerType.action?',fields : [ 'value', 'text' ]});customerCom = new Ext.form.ComboBox({hiddenName : "pageId",fieldLabel : 'pageId',typeAhead : true,triggerAction : 'all',lazyRender : false,mode : 'local',store : customerDs,valueField : 'value',displayField : 'text' });customerDs.load({callback : function(r, options) {customerCom.setValue("2");}}); json:

???

热点排行