showModal / hideModal
Displays a full screen modal dialogue with customizable buttons
This element is based off of http://sweet-modal-vue.adepto.as
Key
Value
action
showModal
options.text
Text to show within the modal, also accepts HTML code here
options.options
object - additional options to the parent options
Example action object
To hide the modal, use the hideModal
action.
NOTE: Modals are different than Card Modals, and require separate actions. You cannot use a hideModal
action to close a Card Modal.
FileMaker Custom Function
You can call the "hideModal" action using FileMaker during a hook script using this function:
Last updated