Change Title

Syntax

$.setTitle = function (value)

Arguments

value

String

Title that should replace the current title.

Description

It replaces the title that is currently displayed in the Header section of the Page Container by the one that is specified in the parameter “value”.

Example

The following program illustrates the function call with parameter “value” set to “New Title”:

$.setTitle("New Title");

The function will replace the title displayed in the Header section of the Page Container by “New Title”.

Last updated