?? lov0036.js
字號:
/* N21 eBusiness Suite
* Copyright: Nan21 Electronics srl
* Generated content.
* LOV0036: Project types
*/
Ext.ns("N21.DataComp");
N21.DataComp.LOV0036 = Ext.extend(N21.Base.Combo, {
displayColumn: "CODE"
,initComponent:function() {
Ext.apply(this, {
store: new Ext.data.JsonStore({
id:"storeLOV0036"
,root:"records"
,url:"frmMain.php?_p_form=LOV0036&_p_action=fetch&_p_data_format=json"
,remoteSort:true
,fields:[{name:"CODE",type:"string"}]
})
,dataComponentName:"LOV0036"
,mode:"local"
,forceSelection:true
});
N21.DataComp.LOV0036.superclass.initComponent.apply(this, arguments);
}
,onRender:function() {
N21.DataComp.LOV0036.superclass.onRender.apply(this, arguments);
}
});
Ext.reg("LOV0036", N21.DataComp.LOV0036);
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -