TabbedUI Component Properties and Methods

Description

Properties and methods that can be used to interact with the Tabbed UI using JavaScript.

Discussion

The TabbedUI component has several methods you can use for interacting with the component using JavaScript. To call a method, use the tbiObj object in your JavaScript. The tbiObj is the JavaScript object corresponding to the TabbedUI. For example:

var currentIndex = tbiObj.getCurrentPaneIndex();
alert("The current pane index is " + currentIndex);

Methods

_toggleEditControlSecurityGroupsMode Method

Toggles the security groups edit mode for buttons in a Tabbed UI.

getCurrentPaneIndex Method

Gets the current TabbedUI pane index.

getCurrentPaneLabel Method

Gets the current TabbedUI pane label.

getCurrentPaneName Method

Gets the current TabbedUI pane name.

logout Method

Logs out the current user and redirects them to another page.

selectPane Method

Sets the active TabbedUI pane by pane label.

selectPaneByIndex Method

Sets the active TabbedUI pane by pane index.

showTabbedUIMenuPanel Method

Displays the Tabbed UI Buttons pane.