Debug tools
From Documentation
This documentation is for an older version of ZK. For the latest one, please click here.
- In client side, use firebug to debug css, java script, and monitor is there communication between client and server.
- Studio provides syntax check for zul file.
- In zk.xml, you can configure <debug-js>true</debug-js> to not compress javascript to one line.