home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2007 September
/
PCWSEP07.iso
/
Software
/
Full
/
NetObjects Fusion 9 Standard
/
NOF9_Full_EN.exe
/
data1.cab
/
FSI
/
UserProfile
/
lib
/
UserProfileEvents.js
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-11-16
|
375 b
|
17 lines
function dispatchEvent (action, source) {
var evt = new NOF.EventObject(action, source);
upApp.dispatchEvent(evt);
}
function onInit() {
dispatchEvent("USERPROFILE_EDITOR.Init", null);
}
function onSave() {
dispatchEvent("USERPROFILE_EDITOR.Save", null);
}
function onInitTopFrame() {
dispatchEvent("USERPROFILE_EDITOR.InitTopFrame", null);
}