changeHelpText

Changes an existing help text for a control at runtime.

Parameters

  1. controlId => Id of the control

  2. helpText => the new text, you want to set or empty to remove an existing text

Example Usages

   brixxApi.changeHelpText("myControl", "Hello World");

Last updated