Pathfora modules can have up to two action buttons "confirm" and "cancel". You can set custom text for these buttons as well as select to hide one or both of them. See the callbacks section for how to add javascript callbacks on these buttons.

okShow

Show or hide the "Confirm" button.

okShow boolean
Value Behavior
true default module has confirm button
false module does not have confirm button

cancelShow

Show or hide the "Cancel" button.

cancelShow boolean
Value Behavior
true default module has cancel button
false module does not have cancel button

Hide Cancel Button - Live Preview

Hide Cancel Button



okMessage

Set the text for the "Confirm" button.

Key Value Behavior
confirmMessage string set custom text for the module's confirm button

cancelMessage

Set the text for the "Cancel" button.

Key Value Behavior
cancelMessage string set custom text for the module's cancel button

Custom Button Text - Live Preview

Custom Button Text