The debug-js Element

From Documentation
Revision as of 16:11, 15 June 2011 by Flyworld (talk | contribs)


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.

ZK Configuration Reference-debug-js.png

Version History

Last Update : 2011/06/15


Version Date Content
     


Last Update : 2011/06/15

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