Class Index | File Index

Classes


Class pwlib.appEvent.shadowAllow


Extends pwlib.appEvent.
Canvas shadows allowed change 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
 
Tells if the Canvas shadows are allowed or not.
Fields borrowed from class pwlib.appEvent:
cancelable, defaultPrevented, target, type
Methods borrowed from class pwlib.appEvent:
preventDefault, stopPropagation, toString
Class Detail
pwlib.appEvent.shadowAllow(allowed)
Parameters:
{Boolean} allowed
Tells the new allowance value.
Throws:
{TypeError}
If the argument is not a boolean value.
Field Detail
{Boolean} allowed
Tells if the Canvas shadows are allowed or not.

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