The PopupWidget is used to display popups (also known as "Modals"). Popups widgets are rendered on top of other elements in a page.
To create a PopupWidget use Widgets
const widget = new PopupWidget({ ... })widget.load() // Loads the widget into a dialog elementwidget.open() // Opens the dialog elementwidget.close() // Hides the dialog element Copy
const widget = new PopupWidget({ ... })widget.load() // Loads the widget into a dialog elementwidget.open() // Opens the dialog elementwidget.close() // Hides the dialog element
Reloads the current widget, makes updated request to API and renders result. Primarily for Classic widgets with registration
Form field values
JWT for API authentication
Generated using TypeDoc
The PopupWidget is used to display popups (also known as "Modals"). Popups widgets are rendered on top of other elements in a page.
To create a PopupWidget use Widgets
Example