toolTip
|
Text Properties for general information about the Text component. |
Specifies a tooltip to be displayed on the Text component. Use placeholder {0} to insert the data value from the Text, and format the inserted data using number formats. (See Add Data Format for more details on format strings.)
You can additionally use HTML markup such as <i>, <b>, <h1>, <u>, <small>, <br> to format the tooltip contents.
Example
Text1.toolTip = "<b>Total Sales</b>: {0,number,$##,###.00}";
|
Either syntax below can be used in component script:
For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required. |