Zimlet Developers Guide:Zimlet API Specifications: Difference between revisions

 
(19 intermediate revisions by 3 users not shown)
Line 8: Line 8:
|style="border-left: 1px solid rgb(153, 153, 170);"|[[Image:zdg-6-menu-icon-gear.png|20px]]
|style="border-left: 1px solid rgb(153, 153, 170);"|[[Image:zdg-6-menu-icon-gear.png|20px]]
|[[ZCS 6.0:Zimlet Developers Guide:Developing Zimlets|Developing Zimlets]]
|[[ZCS 6.0:Zimlet Developers Guide:Developing Zimlets|Developing Zimlets]]
|style="border-left: 1px solid rgb(153, 153, 170);"|[[Image:zdg-6-menu-icon-advanced.jpg|20px]]
|[[ZCS 6.0:Zimlet Developers Guide:Advanced Concepts|Advanced Concepts]]
|style="border-left: 1px solid rgb(153, 153, 170);"|[[Image:zdg-6-menu-icon-library.jpg|20px]]
|style="border-left: 1px solid rgb(153, 153, 170);"|[[Image:zdg-6-menu-icon-library.jpg|20px]]
|
|
Line 14: Line 16:
     |-
     |-
     |[[ZCS 6.0:Zimlet Developers Guide:Zimlet Definition File Reference|Zimlet Definition File Reference]]
     |[[ZCS 6.0:Zimlet Developers Guide:Zimlet Definition File Reference|Zimlet Definition File Reference]]
    |
     |-
     |-
     |[[ZCS 6.0:Zimlet Developers Guide:Zimlet Configuration File Reference|Zimlet Configuration File Reference]]
     |[[ZCS 6.0:Zimlet Developers Guide:Zimlet Configuration File Reference|Zimlet Configuration File Reference]]
    |-
    |[[ZCS 6.0:Zimlet Developers Guide:Zimbra JavaScript API Reference|Zimlet JavaScript API Reference]]
    |-
    |[http://wiki.zimbra.com/index.php?title=ZCS_6.0:Zimbra_REST_API_Reference Zimbra REST API Reference]
     |}
     |}


Line 23: Line 28:
|}
|}


The following section contains links to the different Zimlet APIs:
 
{{Article Infobox|{{devel}}|{{ZCS 8.0}}|{{ZCS 7.0}}|{{ZCS 6.0}}|}}The following section contains links to the different Zimlet APIs:


== XML API ==
== XML API ==
Line 34: Line 40:


Online Zimlet JavaScript API documentation can be found at:
Online Zimlet JavaScript API documentation can be found at:
[http://files.zimbra.com/docs/zimlet/zcs60/jsdocs/index.html|_blank Zimlet JavaScript API Documentation]
<ul>
<li>[[ZCS 6.0:Zimlet Developers Guide:Zimbra JavaScript API Reference|Zimlet JavaScript API Reference]]</li>
</ul>


The source JavaScript files can be found in the ZCS install at the following locations:
The source JavaScript files can be found in the ZCS install at the following locations:
Line 64: Line 72:
|Zimbra Application classes.  
|Zimbra Application classes.  
|}
|}
{{Article Footer|Zimbra Collaboration Server 7.0|12/22/2009}}
[[Category:Developers]]
[[Category:Zimlets]]
[[Category:ZCS 7.0]]
[[Category:ZCS 6.0]]

Latest revision as of 18:31, 11 April 2014

Zdg-6-menu-icon-zimbra.jpg Introduction Zdg-6-menu-icon-green-flag.png Getting Started Zdg-6-menu-icon-terminal.png Dev Environment Setup Zdg-6-menu-icon-gear.png Developing Zimlets Zdg-6-menu-icon-advanced.jpg Advanced Concepts Zdg-6-menu-icon-library.jpg
API Specifications
Zimlet Definition File Reference
Zimlet Configuration File Reference
Zimlet JavaScript API Reference
Zimbra REST API Reference
Zdg-6-menu-icon-checkbox.jpg Example Zimlets


Developer Article

Article Information

This article applies to the following ZCS versions.

ZCS 8.0 Article ZCS 8.0 ZCS 7.0 Article ZCS 7.0 ZCS 6.0 Article ZCS 6.0

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: https://wiki.zimbra.com/index.php?title=Zimlet_Developers_Guide:Zimlet_API_Specifications Date Modified: 2014-04-11



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »

Jump to: navigation, search