Jean-Marc Orliaguet wrote:
[....]
I know that jquery has a method called $(document).ready() { ... } which allows to register several events once the page has been loaded.
see http://www.ubercart.org/uberlearn/starting_jquery

Yahoo's YUI also has something similar
see http://developer.yahoo.com/yui/event/#onavailable

I can extract the function and place it in nxthemes.js

/JM


prototype.js (included in NXThemesJsf ) also has

Event.observe(window, 'load', doSomething, false);

which can be used

/JM
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to