The debug-js Element"

From Documentation
(Created page with '{{ZKConfigurationReferencePageHeader}} [Default: <tt>false</tt>] It specifies whether to debug JavaScript files. By default, it is false and the compressed version of JavaScri…')
 
m (correct highlight (via JWB))
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{ZKConfigurationReferencePageHeader}}
 
{{ZKConfigurationReferencePageHeader}}
  
  [Default: <tt>false</tt>]
+
'''Syntax:'''
 +
<debug-js>true|'''false'''</debug-js>
 +
 
 +
  [Default: <code>false</code>]
  
 
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.
 
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.
Line 7: 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.
  
 +
[[File:ZK_Configuration_Reference-debug-js.png]]
 +
=Version History=
 +
{{LastUpdated}}
 +
{| border='1px' | width="100%"
 +
! Version !! Date !! Content
 +
|-
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|}
 
{{ZKConfigurationReferencePageFooter}}
 
{{ZKConfigurationReferencePageFooter}}

Revision as of 10:18, 19 January 2022


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 : 2022/01/19


Version Date Content
     


Last Update : 2022/01/19

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