Class Index | File Index

Classes


Class pwlib.appEvent.commandRegister


Extends pwlib.appEvent.
Command registration 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
Command ID.
Fields borrowed from class pwlib.appEvent:
cancelable, defaultPrevented, target, type
Methods borrowed from class pwlib.appEvent:
preventDefault, stopPropagation, toString
Class Detail
pwlib.appEvent.commandRegister(id)
Parameters:
{String} id
The ID of the command being registered in an active PaintWeb instance.
Throws:
{TypeError}
If the id is not a string.
Field Detail
{String} id
Command ID.

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