JS Functions

DiviAreaItem.addClass()

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

DiviArea.Debug.sysInfo()

Display details about the current system

DiviAreaItem.applyFilters()

Runs a JS filter via DiviArea.applyFilters() with the given hook name. This function will call two filters: One exactly as...

DiviArea.Utils.toBool()

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

DiviArea.Data.loopVisibleAreas()

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

DiviAreaItem.theKey()

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

DiviArea.hide()

Closes the specified Divi Area.

DiviAreaItem.isType()

Tests, whether the matches the expected type string.

DiviArea.Data.getAllIds()

Returns a list of available Area-IDs

DiviArea.Data.loopAllAreas()

Invoke a callback on all Areas of a given type