Class Index | File Index

Classes


Class c3dl.debug

used to output error, warning and information to either the page or firebug. If firebug is enabled, the message will appear in both firebug and the page.
Defined in: debug.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
c3dl.debug.getVisible()
Is the debugger visible?
<static>  
c3dl.debug.setVisible(isVisible)
Set the visibility of the logs.
Class Detail
c3dl.debug()
Method Detail
<static> {boolean} c3dl.debug.getVisible()
Is the debugger visible?
Returns:
{boolean} true if logs will be displayed for the user, false otherwise.

<static> c3dl.debug.setVisible(isVisible)
Set the visibility of the logs.
Parameters:
{boolean} isVisible
true if the logs should be displayed, false if the logs should not be displayed.

Documentation generated by JsDoc Toolkit 2.1.0 on Fri Feb 19 2010 17:58:40 GMT-0500 (EST)