Class TabManager
Object
|
+--TabManager
- class
TabManager
Manager class that provides static methods to manage the Tab objects. A static object of this class
is avaialable with name TabMgr
.
var TabMgr = new TabManager();
Defined in Tabs.js
Method Summary |
void
|
focusEnclosingTab(node)
Makes the Tab that encloses the given DOM node visible.
|
Object
|
getTabControl(name, node)
Returns the TabControl object associated with the given name.
|
void
|
switchTo(tcName,tabName,node)
Makes the specified tab of the specified TabControl visible
|
TabManager
TabManager()
focusEnclosingTab
void focusEnclosingTab(node)
Makes the Tab that encloses the given DOM node visible.
Parameters:
node
- The DOM node object enclosed by a Tab
getTabControl
Object getTabControl(name, node)
Returns the TabControl object associated with the given name.
Parameters:
name
- The name of the tab control
node
- The DOM node object to start the searching of the specified TabControl. If ommited document.body
is the default.
switchTo
void switchTo(tcName,tabName,node)
Makes the specified tab of the specified TabControl visible
Parameters:
tabName
- The name of the tab
node
- The DOM node object to start the searching of the specified TabControl. If ommited document.body
is the default.
Copyright 2002 - 2008, MOR YAZILIM
Documentation generated by
JSDoc on Mon Sep 29 14:52:55 2008