/
Getting Data from a Modal
Convertigo Public Knowledge base
Getting Data from a Modal
From Controller Modals:
To emulate the dismiss event on a Modal component, you could to set the Block while displayed property to true, the children actions will only be executed when the Modal is closed:
You can use a global variable in the parent that will hold your data from the Modal page:
From Inline Modals (Recommended):
It is easier to get Data from Inline Modals as they stand in the same page.
Add Events to the Modal Event willPresent, willDismiss, didPresent, didDismiss
You can use local/global variables or directly use source picker from Form Inputs.
Related content
Closing a modal with Android back button
Closing a modal with Android back button
More like this
Use Form component with SharedComponents Inputs
Use Form component with SharedComponents Inputs
More like this
How to transmit several data keys to a Popup Page?
How to transmit several data keys to a Popup Page?
More like this
How to get forms element value from onSubmit event?
How to get forms element value from onSubmit event?
More like this
Get element or value from Identifier property
Get element or value from Identifier property
More like this
Passing parameters to a page
Passing parameters to a page
More like this
(c) Convertigo 2023 https://www.convertigo.com