<DebugObject>

JavaScript: lz.DebugObject
extends <view> » <node> » lz.Eventable »
DebugObject is a base class for all the other classes in LZUnit that supports the debugging of LZUnit itself.

Attributes

Name (CSS property) Type (tag) Type (js) Default Category
debugWrite boolean boolean false read/write
  whether or not to emit debugging statements

Methods

jsTrue()
DebugObject.jsTrue(condition);
Parameter Name Type Description
condition    

xmlequals()
DebugObject.xmlequals(x1, x2);
Parameter Name Type Description
x1    
x2    

xmlstringequals()
DebugObject.xmlstringequals(str1, str2);
Parameter Name Type Description
str1    
str2    

Methods inherited from lz.Eventable

destroy, setAttribute

Events

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy