Previous Topic: tabNext Topic: tabList


tabBanner

The tabBanner macro specifies a banner (header) within a tab. You can only use this macro within an immediate tab loaded by the file property of the tab macro. The banner can contain text and one or more buttons.

This macro has the following properties:

add_btns=true|false

Specifies whether the tab banner contains buttons. When this property is true, the containing form must include a JavaScript that defines the buttons. The btnfunc property specifies the name of the function and defaults to add_button_to_tab_banner().

btnfunc=add_button_to_tab_banner|functionName

Specifies the name of the function that creates the buttons in the banner when add_btns=true.

btns_in_two_rows=true|false

Specifies whether to include an additional line in the banner for scrolling in the Internet Explorer browser.

show_bar=true|false

Specifies whether to display a horizontal bar below the tab banner.

title=string

The text displayed in the tab banner. The string can be an empty string.