1. Home
  2. Knowledge Base
  3. Popups for Divi

Popups for Divi

doAction( “blur_area” )

Fired after event handlers were removed from the Area

DiviAreaItem.setData()

Changes an area configuration value.

doAction( “init_area” )

Fired right after an area was fully initialized and is ready to be displayed.

DiviArea.show()

Triggers the defined Divi Area (e.g., display a Popup or Fly-In)

doAction( “close_area” )

Fired internally by the API to process a stoppable close-request

DiviAreaItem.doAction()

Runs a JS action via DiviArea.doAction() with the given hook name. This function will call two hooks: One exactly as...

applyFilters( “reorder_areas” )

Filters the new z-index of all visible areas.

DiviAreaItem.hasId()

Tests, whether the area is identified by the given ID.

DiviAreaItem.theType()

Returns the Area-type

DiviArea.addAction()

Register a callback function for a certain JS action