The debug-js Element"

From Documentation
m
m
Line 10: Line 10:
 
To debug JavaScript files, you can specify it to true. Then, the original uncompressed JavaScript files will be loaded instead.
 
To debug JavaScript files, you can specify it to true. Then, the original uncompressed JavaScript files will be loaded instead.
  
 +
=Version History=
 +
{{LastUpdated}}
 +
{| border='1px' | width="100%"
 +
! Version !! Date !! Content
 +
|-
 +
|  
 +
|  
 +
|  
 +
|}
 
{{ZKConfigurationReferencePageFooter}}
 
{{ZKConfigurationReferencePageFooter}}

Revision as of 11:41, 3 December 2010


Syntax:

<debug-js>true|false</debug-js>
[Default: false]

It specifies whether to debug JavaScript files. By default, it is false and the compressed version of JavaScript files will be loaded. They are hard to read and debug, though the footprint is much smaller.

To debug JavaScript files, you can specify it to true. Then, the original uncompressed JavaScript files will be loaded instead.

Version History

Last Update : 2010/12/03


Version Date Content
     


Last Update : 2010/12/03

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.