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