JS Actions

doAction( “hide_area” )

Fires, once a previously visible Area is hidden again.

doAction( “before_show_area” )

Fires before an Area is displayed

doAction( “load” )

Fires after the API was fully loaded, but before it is initialized

doAction( “area_close_button” )

Allows customization of the default close button

doAction( “hide_overlay” )

Fired after the background overlay was hidden again

doAction( “enabled_scrolling” )

Scrolling of the document was enabled again

doAction( “disabled_scrolling” )

Scrolling of the document was disabled

doAction( “area_wrap” )

Fires when the outer wrap of an area was set up

doAction( “init_area” )

Fired right after an area was fully initialized and is ready to be displayed.

doAction( “close_area” )

Fired internally by the API to process a stoppable close-request