Popup
Last updated
Was this helpful?
Availability of functionality depends on the license and may not be available in all deployments.
A component that allows components to be displayed on a layer.

Title (section Basic properties)
title
Popup title. Variables can be resolved in the title, e.g. ${sessionVariableName} or ${GesTextField1}.
Text displayed on the button that saves and closes the window (section Basic properties)
closeLabel
Text displayed on the button used to save data in the popup while simultaneously closing the window. Variables can be used in the button text. If the field is not filled in, the button will have the default value "Save".
Text displayed on the button that cancels and closes the window (section Basic properties)
cancelButtonLabel
Text displayed on the button used to close the popup without saving the data contained in it. The visibility of this button is determined by the property showCancelButton. If the new label is not defined, the button will have the text "Cancel".
Condition for disabling the button that closes the popup (section Basic properties)
disableCloseButtonCondition
Disabling the popup-closing buttons ("x" in the title bar and the "close" type button).
Condition for disabling closing the popup by clicking the backdrop (section Basic properties)
disableBackdropClickCondition
Disabling closing of the given popup by clicking the backdrop.
Show Cancel button (section Basic properties)
showCancelButton
Flag that determines whether to display the "Cancel" button, which allows closing the popup without saving the changes made in it. Default value 'false'.
Save button active despite validation errors (section Basic properties)
saveButtonAlwaysActive
Flag that determines whether the button that saves data in the popup should always be active (value 'true') or only when there are no validation errors in the popup (value 'false'). Default value 'false'.
More information about component properties: Common component properties


Demo conclusions: demoPopup
Last updated
Was this helpful?
Was this helpful?
