Create event
This event can be specified as a callback to the window constructor (last parameter):
var newWindow = new nJDSK.Window(640,480,'Window with events','',msg, nJDSK.uniqid(),false,false,false,function(){ alert('Created'); });
This event can be specified as a callback to the window constructor (last parameter):
var newWindow = new nJDSK.Window(640,480,'Window with events','',msg, nJDSK.uniqid(),false,false,false,function(){ alert('Created'); });