Please enable JavaScript to view this site.

Navigation: Advanced topics > Programming topics > Additional WHERE tabs API

About Additional WHERE tabs API

Scroll Prev Next More

 

The Additional WHERE tabs API allows adding, deleting and modifying the Additional WHERE tabs from the server event code. All the methods of this API should be used in the After table initialized event only.

 

Any tab modifications made with this API apply to List, Print and Export pages together.

Methods

Method

Description

addTab()

Adds a tab to the additional WHERE tabs on the List, Print, Export, or Chart page.

deleteTab()

Deletes the additional WHERE tab.

setTabTitle()

Sets the additional WHERE tab title.

setTabWhere()

Sets tab WHERE clause for the additional WHERE tab title.

setTabShowCount()

Enables displaying records count in the tab title

setTabHideEmpty()

Controls tab's "hide if empty" behaviour

See also:

SQL query screen: Additional WHERE tabs

Event: After table initialized

About RunnerPage class