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