KoolTabsItem Class [Javascript]

Summary

Properties Description
id Get the id for KoolTabs.
Methods Description
enable Set whether the tab is enabled
getChildIds Get the id of parent tab
getParentId Get the id of parent tab
isEnabled Return true if the tab is enabled
isSelected Return true if the tab is selected
moveToBehind Move a tab to behind of another same level tab
moveToFront Move a tab to in front of another same level tab
select Make the tab selected
unselect Make the tab unselected

Properties Detail

idTop

string id

Get the id for KoolTabs.

Show/Hide Code

Supported from version: 1.0.0.0

Methods Detail

enableTop

bool enable()

Set whether the tab is enabled

Show/Hide Code

Supported from version: 1.0.0.0

getChildIdsTop

array getChildIds()

Get the id of parent tab

Show/Hide Code

Supported from version: 1.5.0.0

getParentIdTop

string getParentId()

Get the id of parent tab

Show/Hide Code

Supported from version: 1.5.0.0

isEnabledTop

bool isEnabled()

Return true if the tab is enabled

Show/Hide Code

Supported from version: 1.0.0.0

isSelectedTop

bool isSelected()

Return true if the tab is selected

Show/Hide Code

Supported from version: 1.0.0.0

moveToBehindTop

void moveToBehind()

Move a tab to behind of another same level tab

Show/Hide Code

Supported from version: 1.5.0.0

moveToFrontTop

void moveToFront()

Move a tab to in front of another same level tab

Show/Hide Code

Supported from version: 1.5.0.0

selectTop

void select()

Make the tab selected

Show/Hide Code

Supported from version: 1.0.0.0

unselectTop

void unselect()

Make the tab unselected

Show/Hide Code

Supported from version: 1.0.0.0