popComponent

Text Properties for general information about the Text component.

Specifies the name of an individual component or Container to display as a pop-up interface. When the user clicks the text, the selected component is displayed at the location of the text. At all other times, the specified component is not visible in the Dashboard.

Type

String

Example

Text1.popComponent = "Gauge1";

Either syntax below can be used in component script:

popComponent            // unqualified
Text1.popComponent      // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.