GxTitle.Title

Syntax

Title: String

Description

The Title property contains formatted value of title text.

Comments

Use the setTitle method to set the property value, and the getTitle method to get the property value.

Example

To execute the example, the HTML page must contain the ExpressBox component named expressBox (see Example of Creating the ExpressBox Component). To show the title, click the Title button on the Home tab. Get formatted value of title text:

// Get title
var title = expressBox.getDataView().getTitleView();
// Get formatted value of title text
console.log("Formatted value of title text: " + title.getTitle());

As a result the console displays end value of title text:

Formatted value of title text: data of regional economy and programs departments, REGIONAL GROSS PRODUCT, Value

See also:

GxTitle