//資料字典下拉控制項ext.ns('uc');
uc.cbodic = function (config)
}, listeners: ;
var rs = [new ext.data.record(data)];
store.insert(0
, rs);
} }
});store: storedic,
triggeraction: 'all'
,querymode: 'local'
,emptytext: '—請選擇—'
,valuefield: 'code'
,displayfield: 'name'
,editable: false
}, config));
/*storedic.load();*/
/*字典索引類的表單網域名稱以資料字典項命名為準
當乙個頁面使用多個字典索引類時,用下劃線加字尾區分
*/var _id = cbo.getid();
var _name = cbo.getname();
var indexstr = _id;
//字典索引字串
if (_id.indexof("_" + _name) < 0)
var splitindex = indexstr.indexof('_');
if (splitindex >= 0)
if (config.dicindex)
storedic.load(
/*,callback: function () */
});return cbo;
}
Extjs下拉框擴充套件
本文主要講解了下拉框的基礎使用和擴充套件使用.擴充套件使用本文寫了乙個動態變化元件型別的示例。1 基礎使用部分 只介紹了常用屬性。使用 new 或者 ext.create 方法例項化物件 下拉框資料store物件 var combostore new ext.data.store 下拉框物件 var...
extJs之下拉框聯動
在ext的世界裡面,我重新感受到了在學校裡玩swing的記憶.那時我們都需要為乙個控制項建立乙個資料來源,在把這個資料來源繫結在控制項上.ext也是如此.首先,兩個下拉框,第乙個下拉框首先load資料來源,在select的事件中在load第二個資料來源,這就是乙個簡單的二級聯動的實現原理了.第乙個下...
extjs動態和靜態載入下拉框
載入組 var portstore new ext.data.store reader new ext.data.jsonreader var khsjfzcombo new ext.form.combobox var checkflag new ext.form.combobox displayf...