Skip to main content

Show a dialog

Inject a "Template" into a overlaying dialog

Input parameters

NameDescriptionTypeRequiredDefault value
TemplateSpecify the "Template" you wish to show as a overlaying dialog.TEMPLATEtrue
Template parametersParameters specific to the chosen "Template"TEMPLATE_PARAMSfalse
WidthSpecify the width of the overlaying dialog. This should include the value and the unit to user for example: "100px" or "80vw"STRINGtrue
HeightSpecify the height of the overlaying dialog. This should include the value and the unit to user for example: "100px" or "80vh"STRINGtrue
Minimum widthSpecify the minimum width of the overlaying dialog. This should include the value and the unit to user for example: "100px" or "80vw"STRINGfalse
Minimum heightSpecify the minimum height of the overlaying dialog. This should include the value and the unit to user for example: "100px" or "80vh"STRINGfalse
Maximum widthSpecify the maximum width of the overlaying dialog. This should include the value and the unit to user for example: "100px" or "80vw"STRINGfalse
Maximum heightSpecify the maximum height of the overlaying dialog. This should include the value and the unit to user for example: "100px" or "80vh"STRINGfalse
Close dialog by outside clickSpecify if this dialog can be closed by simply clicking outside of this dialogBOOLEANfalse
After close actionSpecify an "Action" that is executed after this dialog has been closed.ACTIONfalse
After close action parametersParameters specific to the chosen "After close action"ACTION_PARAMSfalse