Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 469 Bytes

api_global.md

File metadata and controls

23 lines (17 loc) · 469 Bytes

Global Event

////////////////////////////////////////
//web/WEB-INF/efw/event/global.js
////////////////////////////////////////
var global={};
global.fire=function(){
...
};

Event Variable

The event variable must be named as "global" which is same to the file name.

Fire Method

Pay attention not to operate the session object in the global event.

Event Return

The global event does not return anything.