ViewSwitcherTitle.title

string title() @property

Get title property.

Returns

The title to display.

The title typically identifies the current view or content item, and generally does not use the application name.

Deprecated

void title(string propval) @property

Set title property.

Parameters

propvalThe title to display. The title typically identifies the current view or content item, and generally does not use the application name.

Deprecated