Web Client URL Tricks: Difference between revisions

mNo edit summary
mNo edit summary
Line 3: Line 3:
The following commands can be combined or used as separate flags.
The following commands can be combined or used as separate flags.


ie: you could also do ?debug=1&mode=mjsf&gzip=false
ie: ?debug=3&mode=mjsf&gzip=false
   
   
   debug=3
   debug=3

Revision as of 20:35, 8 November 2007

The Zimbra Web Client has several URL params that will allow for different integration and easier debugging.

The following commands can be combined or used as separate flags.

ie: ?debug=3&mode=mjsf&gzip=false

 debug=3
      This will popup a debug window in full debug.  For less verbose output try debug=2 or debug=1 http://<host>:<port>/zimbra/?debug=1


 mode=mjsf (Multiple JavaScript Files) 
      This will force the client to load each JavaScript file as a separate file.  Much, much slower to load but perfect for debugging.


 gzip=false
      This will disable gzip'ed JavaScript and CSS files.  certain versions of IE and some old web proxies that don't support HTTP 1.1 can have problems.
 app=calendar
      This will force the app to open with calendar as the default view.  app=contacts will also work.
Jump to: navigation, search