Skip to main content

showModal()

The showModal() framework function is used to open an existing Modal widget and bring it into focus on the page.

Signature

showModal(modalName: string): Promise

Parameters

modalName

A string which is the name of the modal widget to open.

Example:

{{ showModal("Modal1") }}