brixxbox Wiki
Search
K

setTooltipText

Sets the tooltip text for a control at runtime.

Parameters

  1. 1.
    controlId => Id of the control
  2. 2.
    text => the new text, you want to set

Example Usages

brixxApi.setTooltipText("myCheckBox", "Hello World");