KoolTabsItem Class [Javascript]

Summary

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

Properties Detail

idTop

string id

Get the id for KoolTabs.

Show/Hide Code

Supported from version: 1.0.0.0

Methods Detail

isEnabledTop

bool isEnabled()

Return true if the tab is enabled

Show/Hide Code

Supported from version: 1.0.0.0

enableTop

bool enable()

Set whether 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

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

getParentIdTop

string getParentId()

Get the id of parent 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

moveToBehindTop

void moveToBehind()

Move a tab to behind of another same level tab

Show/Hide Code

Supported from version: 1.5.0.0

getChildIdsTop

array getChildIds()

Get the id of parent tab

Show/Hide Code

Supported from version: 1.5.0.0