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

Params

  • appConfig Type.AppConfig

  • tabID string

select(widget, tabIndex, [sender], [eventText]) ⇒ void

Params

  • widget Type.Widget

  • tabIndex any

  • [sender] any

  • [eventText] any

setActive(widget, [tabID]) ⇒ void

Params

  • widget Type.Widget

  • [tabID] string | number

setText(tabName, tabText) ⇒ void

Params

  • tabName string

  • tabText any

displaySelectionList(appid, tabEvent, keys) ⇒ void

Params

  • appid string

  • tabEvent Type.EventInfo

  • keys *

Last updated