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.

Type

String

Text to appear in title bar

Example

SelectionList1.title = "Company Selector"

Either syntax below can be used in component script:

title               // unqualified
Component1.title    // qualified

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