title
| General Tab for more information about setting the title. |
Specifies the text that appears in the title bar of the component. This property is only available for components that possess a title bar.
| Range Sliders only have a title when displayed within a Selection Container. |
Example
SelectionList1.title = "Company Selector"
|
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. |