Please enable JavaScript to view this site.

Navigation: Advanced topics > Programming topics > Page class > Methods

setTabTitle (deprecated)

Scroll Prev Next More

 

Deprecated

The setTabTitle method is deprecated, we recommend using Additional WHERE tabs API: setTabTitle instead.

 

This method sets the title of one of the Additional WHERE tabs on the List page. The setTabTitle method is available in the BeforePocess event of the List or Chart pages.

Syntax

pageObject.setTabTitle id,title

Argument

id

the ID of the tab.

title

the title of the tab.

Return value

true

if the title was set.

false

in all other cases.

Example

Set a new title to the tab:

 

pageObject.setTabTitle "anton","ANTON orders"

See also:

Additional WHERE tabs API: addTab

Additional WHERE tabs API: deleteTab

Additional WHERE tabs API: setTabTitle

Additional WHERE tabs API: setTabWhere

About Additional Where tabs API

SQLQuery Screen: Additional WHERE tabs

About RunnerPage class