JS Functions

DiviArea.removeAction()

Removes a previously registered action hook.

DiviArea.Core.focusArea()

Add the focus-state to an area and activate/initialize that Area.

DiviArea.hideOverlay()

Removes the background overlay and re-enables scrolling.

DiviAreaItem.addActionOnce()

Same as addAction, but the callback is only called once and then is unhooked again

DiviArea.Data.loopVisibleAreas()

Loop all visible Areas of the given type and execute the callback for them.

DiviArea.UI.initializeAreaAnimation()

Initialize/configure animation details of the Divi Area

DiviArea.getOverlay()

Returns the jQuery element of the modal overlay.

DiviArea.Hooks.addAction()

This is an alias of DiviArea.addAction().

DiviArea.Utils.toBool()

Utility that tests, if a value equals to boolean true. See below for a list of values that are considered...

DiviArea.listAreas()

Returns an array of all area IDs (including eventual alternate IDs) that match the given filter. Params Returns Array of...