Class Index | File Index

Classes


Class pwlib.appEvent.guiTabActivate


Extends pwlib.appEvent.
The GUI tab activation event. This event is cancelable.
Defined in: script.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
pwlib.appEvent.guiTabActivate(tabId, prevTabId)
Field Summary
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.

Documentation generated by JsDoc Toolkit 2.3.0 on Sat Jun 26 2010 21:57:00 GMT+0300 (EEST)