MaestroThe UI design product. | Form Builder | All versions This feature is related to all versions.
Maestro comes with the JavaScript Library component allowing you to include pre-existing JavaScript libraries in your Maestro form, either from an external URL, or a text file.
The following properties are available to the JavaScript Library component:
Upload the JS resource
Select a source of JavaScript library, which can be one of the following:
If you've selected Resource as the source, you have the following options:
doSomething()
and you enter a namespace of MyNamespace
, then the method will be available to other code within the form, such as business rules, as MyNamespace.doSomething()
.If you've selected External URL as the source, you have the following option:
You can't add a rule to this component. For more information, see Maestro Business Rules.
Next, learn about the Countdown Timer component.