JS Functions

DiviArea.Data.loopAllAreas()

Invoke a callback on all Areas of a given type

DiviArea.Core.detachArea()

Remove the given area from the current list of visible Areas.

DiviArea.listAreas()

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

DiviAreaItem.isVisible()

Tests, if the Area is visible.

DiviArea.isClosed()

Check, whether a area is marked as “closed” for a certain time span. This function returns true when the area...

DiviArea.Core.reOrderAreas()

Sets the z-index of all Areas, including the modal overlay.

DiviArea.Data.removeVisibleArea()

Remove a single entry from the "visible Areas" list.

DiviArea.Debug.info()

Output info in the JS console, when JS debugging is enabled

DiviAreaItem.find()

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

DiviArea.removeFilter()

Removes a previously registered filter hook.