validate
Key
Type
Description
// This Button will validate and the run a hook
// if the validation fails on the page, the UtilityHook will NOT run
{
"actions": [
{
"action": "validate"
},
{
"action": "runUtilityHook",
"options": {
"someKey": "myButtonParameter"
}
}
],
"buttonClasses": "btn btn-info",
"label": "",
"styleClasses": "col-md-2",
"text": "Save This Form",
"type": "button"
}Running action Scripts when validation fails
See Also
ValidationLast updated
Was this helpful?