MaestroThe UI design product. | Form Builder | All versions This feature is related to all versions.
Maestro allows you to create new and update existing rule templates for components using Component Options. You can use it to add custom rule types to a component. Once a rule is configured, you can run its JavaScript from another location of your form.
To create a new rule template using Component Options:
Form.fireRule("bigTextRuleTemplate", item, data)
.
We recommended saving this code for your further reference as you will need it for an executable command later.
Next, learn how to add rule helpers.