JS Actions

doAction( “position_area” )

Action to modify the Area position on the screen.

doAction( “resize_area” )

Fired before the Area position is changed.

doAction( “before_hide_area” )

Fires before an Area is displayed

doAction( “focus_area” )

Fired after event handlers were attached to the Area

doAction( “hide_area” )

Fires, once a previously visible Area is hidden again.

doAction( “blur_area” )

Fired after event handlers were removed from the Area

doAction( “enabled_scrolling” )

Scrolling of the document was enabled again

doAction( “disabled_scrolling” )

Scrolling of the document was disabled

doAction( “show_overlay” )

Fired after the background overlay is displayed

doAction( “ready” )

The JS API is fully initialized and all Areas were registered