ZCS 6.0:Zimlet Developers Guide:Zimlet API Specifications
From Zimbra :: Wiki
|
Article Information |
|---|
| This article applies to the following ZCS versions. |
| |
| |
The following section contains links to the different Zimlet APIs:
XML API
JavaScript API
Online Zimlet JavaScript API documentation can be found at:
The source JavaScript files can be found in the ZCS install at the following locations:
| Location | Description |
| {zcs-install-dir}/jetty/webapps/zimbra/js/ajax/dwt | DHTML Widget Toolkit and supporting classes. |
| {zcs-install-dir}/jetty/webapps/zimbra/js/ajax/soap | SOAP document handling. |
| {zcs-install-dir}/jetty/webapps/zimbra/js/ajax/net | Network communications. |
| {zcs-install-dir}/jetty/webapps/zimbra/js/ajax/util | Utility classes. |
| {zcs-install-dir}/jetty/webapps/zimbra/js/ajax/events | The base event and event listener classes, as well as the event manager class that
is responsible for event registration and dispatching. |
| {zcs-install-dir}/jetty/webapps/zimbra/js/zimbraMail/share/model | Base zimbra and zimlet classes (for example, ZmZimletBase).
|
| {zcs-install-dir}/jetty/webapps/zimbra/js/zimbraMail/mail : abook : calendar : tasks : prefs | Zimbra Application classes. |
| Verified Against: Zimbra Collaboration Server 7.0 | Date Created: 12/22/2009 |
| Article ID: http://wiki.zimbra.com/index.php?title=ZCS_6.0:Zimlet_Developers_Guide:Zimlet_API_Specifications | Date Modified: 09/6/2011 |

