JS Functions

DiviAreaItem.theKey()

Returns the Areas hook-key which is used for action/filter names

DiviArea.doAction()

Runs all previously registered action hooks. Params Returns The function does not return anything. Notes No notes

DiviArea.Utils.getStyleDef()

Returns the defined CSS value for the given property of an element.

DiviAreaItem.addAction()

Register a new hook that only listens to actions of this Area

DiviAreaItem.isVisible()

Tests, if the Area is visible.

DiviAreaItem.find()

Shortcut to `jQuery.find()` on the Area.

DiviArea.Debug.group()

Start or end a debug-group in the JS console

DiviArea.getArea()

Returns the area that is associated with the ID. Params Returns Returns a DiviAreaItem object for the requested Area. When...

DiviArea.Utils.setCookie()

Set the value of a cookie, with an expiration date.

DiviArea.Hooks.removeAction()

This is an alias of DiviArea.removeAction().