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.TabParams
appConfig
Type.AppConfigtabID
string
select(widget, tabIndex, [sender], [eventText]) ⇒ void
voidParams
widget
Type.WidgettabIndex
any[sender]
any[eventText]
any
setActive(widget, [tabID]) ⇒ void
voidParams
widget
Type.Widget[tabID]
string|number
setText(tabName, tabText) ⇒ void
voidParams
tabName
stringtabText
any
displaySelectionList(appid, tabEvent, keys) ⇒ void
voidParams
appid
stringtabEvent
Type.EventInfokeys
*
Last updated
Was this helpful?