clearAll()
reinitialize tabbar
File required:dhtmlXTabbar.js
enableContentZone(mode)
enable/disable content zone (enabled by default)
File required:dhtmlXTabbar.js
mode - true/false loadXML(file,afterCall)
load tabbar from xml file
File required:dhtmlXTabbar.js
file - link too XML fileafterCall - function which will be called after xml loading loadXMLString(xmlString,afterCall)
load tabbar from xml string
File required:dhtmlXTabbar.js
xmlString - XML stringafterCall - function which will be called after xml loading setImagePath(path)
reinitialize tabbar
File required:dhtmlXTabbar.js
path - path to image folder setStyle(name)
set style used for tabbar
File required:dhtmlXTabbar.js
name - any valid style name setTabBarStyle(name)
set style of tabs in tabbar
File required:dhtmlXTabbar.js
name - any of valid tab styles addTab(id, text, type, size, position, row)
add tab to TabBar
File required:dhtmlXTabbar.js
id - tab idtext - tab contenttype - reservedsize - width(height) of tabposition - tab index , optionalrow - index of row, optional setAlign(align)
set align of tabs on tabbar
File required:dhtmlXTabbar.js
align - left/right for gorizontal tabbar, top/bottom for vertical tabbar setContent(id,nodeId)
set content of tab
File required:dhtmlXTabbar.js
id - id of tabnodeId - id of container, or container object setContentHTML(id,html)
set content of tab, as HTML string
File required:dhtmlXTabbar.js
id - id of tabhtml - html string setMargin(margin)
set distance between tabs
File required:dhtmlXTabbar.js
margin - margin value setOffset(offset)
set offset before first tab on tabbar
File required:dhtmlXTabbar.js
offset - offset value setTabActive(tabId)
switch tab to active state
File required:dhtmlXTabbar.js
tabId - id of tab setOnSelectHandler(func)
set content of tab
File required:dhtmlXTabbar.jsid - id of tabnodeId - id of container, or container object