states.js中 Ext.example.states=[ ['AL','ALabama','The Heart of Dixie'], ['AK','Alaska','The Land of the Midnight Sun'], ['','',''], /*...*/ /*...*/ ] combobox 中: Ext.onReady(function (){ Ext.QuickTips.init(); //simple array store var store =new Ext.d…
var fabircTypeDs = new Ext.data.Store({ proxy: new Ext.data.HttpProxy({ url: 'province.do' }), reader: new Ext.data.JsonReader({},['pname','pid']), remoteSort: false }); fabircTypeDs.load(); formPanel = new Ext.form.FormPanel({ bodyStyle:'padding-top…