/
Replacing In-Portal custom events with jQuery custom events
Replacing In-Portal custom events with jQuery custom events
Imported From: http://groups.google.com/group/in-portal-dev/browse_thread/thread/fb17e0d554dd07dc#
In-Portal uses it's own event model to allow custom events to be passed
through the webpage in JavaScript.
To do this it uses Application.setHook and Application.processHooks methods.
Maybe we can partially or completely replace this by $('body').bind and
$('body').trigger methods.
--
Best Regards,