panes

Manages the display of different panes of the IITC interface.

Members

inner currentPane :string

Tracks the currently active pane.

Methods

inner _applyPane(id)

Shows the elements a pane consists of and marks its tab in the chat controls. A comm channel is handed over to IITC.chat, which renders and marks it itself.

Parameters:
Name Type Description
id string

The ID of the pane to apply.

inner _setActiveTab(id)

Marks a pane or chat channel as the active tab in the chat controls.

Parameters:
Name Type Description
id string

The ID of the pane.

inner hideall()

Hides all panes and related elements.

inner show(id)

Shows a specified pane and hides others.

Parameters:
Name Type Description
id string

The ID of the pane to show.