TabLib
Functions
getTabByID(appConfig, tabID) ⇒ Type.Tab
select(widget, tabIndex, [sender], [eventText]) ⇒ void
setActive(widget, [tabID]) ⇒ void
setText(tabName, tabText) ⇒ void
displaySelectionList(appid, tabEvent, keys) ⇒ void
getTabByID(appConfig, tabID) ⇒ Type.Tab
Type.Tab
Params
appConfig
Type.AppConfig
tabID
string
select(widget, tabIndex, [sender], [eventText]) ⇒ void
void
Params
widget
Type.Widget
tabIndex
any
[sender]
any
[eventText]
any
setActive(widget, [tabID]) ⇒ void
void
Params
widget
Type.Widget
[tabID]
string
|number
setText(tabName, tabText) ⇒ void
void
Params
tabName
string
tabText
any
displaySelectionList(appid, tabEvent, keys) ⇒ void
void
Params
appid
string
tabEvent
Type.EventInfo
keys
*
Last updated
Was this helpful?