JS Functions

DiviArea.Data.loopVisibleAreas()

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

DiviArea.Data.getAllIds()

Returns a list of available Area-IDs

DiviArea.Utils.getCookie()

Return the value of a cookie.

DiviAreaItem.setVisible()

Mark the area as visible or not-visible.

DiviArea.Data.loopAllAreas()

Invoke a callback on all Areas of a given type

DiviArea.Hooks.doAction()

This is an alias of DiviArea.doAction().

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...

DiviArea.Debug.info()

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

DiviArea.Core.reOrderAreas()

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