Class Index | File Index

Classes


Class pwlib.appEvent.toolActivate


Extends pwlib.appEvent.
Tool activation event. This event is not cancelable.
Defined in: lib.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
id
Tool ID.
 
Previous tool ID.
Fields borrowed from class pwlib.appEvent:
cancelable, defaultPrevented, target, type
Methods borrowed from class pwlib.appEvent:
preventDefault, stopPropagation, toString
Class Detail
pwlib.appEvent.toolActivate(id, prevId)
Parameters:
{String} id
The ID the tool which was activated.
{String|null} prevId
The ID of the previous tool.
Throws:
{TypeError}
If the id is not a string.
{TypeError}
If the prevId is not a string or null.
Field Detail
{String} id
Tool ID.

{String} prevId
Previous tool ID.

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