读书人

Ext 上拉列表 主动加载

发布时间: 2013-02-18 10:50:48 作者: rapoo

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:

???

读书人网 >软件开发

热点推荐