Sets the tooltip text for a control at runtime.
controlId => Id of the control
text => the new text, you want to set
brixxApi.setTooltipText("myCheckBox", "Hello World");
Last updated 2 years ago