Class pwlib.appEvent.guiTabActivate
Extends
pwlib.appEvent.
The GUI tab activation event. This event is cancelable.
Defined in: script.js.
Constructor Attributes | Constructor Name and Description |
---|---|
pwlib.appEvent.guiTabActivate(tabId, prevTabId)
|
Field Attributes | Field Name and Description |
---|---|
The ID of the previously active tab.
|
|
The ID of the tab being activated.
|
- Fields borrowed from class pwlib.appEvent:
- cancelable, defaultPrevented, target, type
- Methods borrowed from class pwlib.appEvent:
- preventDefault, stopPropagation, toString
Class Detail
pwlib.appEvent.guiTabActivate(tabId, prevTabId)
- Parameters:
- {String} tabId
- The ID of the tab being activated.
- {String} prevTabId
- The ID of the previously active tab.
Field Detail
{String}
prevTabId
The ID of the previously active tab.
{String}
tabId
The ID of the tab being activated.