embedAsURL

Text Properties for general information about the Text component.

Enables the Text component to display the URL that you entered into the ‘Text’ field (or set with the text property) within an embedded IFrame.

Type

Boolean

true: display URL embedded in IFrame
false: display text normally

Example

Text1.embedAsURL = true;

Either syntax below can be used in component script:

embedAsURL            // unqualified
Text1.embedAsURL      // qualified

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