changeHelpText
Changes an existing help text for a control at runtime.
Parameters
controlId => Id of the control
helpText => the new text, you want to set or empty to remove an existing text
Example Usages
brixxApi.changeHelpText("myControl", "Hello World");
Last updated