Divi Areas Pro

DiviArea.Data.createArea()

Creates a new DiviAreaItem instance

DiviArea.Hooks.removeAction()

This is an alias of DiviArea.removeAction().

doAction( “resize_area” )

Fired before the Area position is changed.

doAction( “before_hide_area” )

Fires before an Area is displayed

DiviArea.Core.enableBodyScroll()

Enables scrolling of the body again.

DiviArea.Utils.setLocalData()

Save the given information for a specified number of minutes in the current browser. This method stores data either in...

applyFilters( “apply_z_index” )

Filters the z-index of an Area before it is applied to the DOM element.

DiviArea.addActionOnce()

Same as addAction() but the callback is unhooked again when the action is called the next time. This function ensures,...

applyFilters( “init_options” )

Filters the initial JS options while preparing the JS API

DiviArea.Core.activateContainer()

Scan the context for Area triggers and attach event listeners to them.