Skip to content
premasagar edited this page Sep 13, 2010 · 8 revisions

The following events are triggered on the AOMI object. Use the event methods to bind handler functions to the events. E.g.

aomi.bind('resize', function(dimensions){
    alert('iframe was resized');
});

ready

Occurs after the iframe element has been fully prepared, and before the first ‘load’ event. If the iframe document is later re-created (e.g. because the iframe is removed from and then re-appended to the DOM, then the ‘ready’ event fires again.

The callback function that can be passed to the $.iframe() constructor is bound to the ‘ready’ event.

load

manipulateIframe

manipulateBody

manipulateHead

init

reload

replace

repaint

resize

cache

restore

attachElement

Clone this wiki locally