Zimlet Developers Guide:Example Zimlets: Difference between revisions

No edit summary
(25 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{BC|Community Sandbox}}
__FORCETOC__
<div class="col-md-12 ibox-content">
= Zimlet Developers Guide: Introduction =
{{KB|{{Unsupported}}|{{ZCS 8.0}}|{{ZCS 7.0}}|}}
{{Archive}}
{| cellspacing="0" cellpadding="5" style="border: 1px solid rgb(153, 153, 170); margin: 0pt 0.5em 0.5em 0pt; float: none; background-color: rgb(249, 249, 255);"
{| cellspacing="0" cellpadding="5" style="border: 1px solid rgb(153, 153, 170); margin: 0pt 0.5em 0.5em 0pt; float: none; background-color: rgb(249, 249, 255);"
|[[Image:zdg-6-menu-icon-zimbra.jpg|20px]]
|[[Image:zdg-6-menu-icon-zimbra.jpg|20px]]
|[[ZCS 6.0:Zimlet Developers Guide:Introduction|Introduction]]
|[[Zimlet Developers Guide:Introduction|Introduction]]
|style="border-left: 1px solid rgb(153, 153, 170);"|[[Image:zdg-6-menu-icon-green-flag.png|20px]]
|style="border-left: 1px solid rgb(153, 153, 170);"|[[Image:zdg-6-menu-icon-green-flag.png|20px]]
|[[ZCS 6.0:Zimlet Developers Guide:Getting Started|Getting Started]]
|[[Zimlet Developers Guide:Getting Started|Getting Started]]
|style="border-left: 1px solid rgb(153, 153, 170);"|[[Image:zdg-6-menu-icon-terminal.png|20px]]
|style="border-left: 1px solid rgb(153, 153, 170);"|[[Image:zdg-6-menu-icon-terminal.png|20px]]
|[[ZCS 6.0:Zimlet Developers Guide:Dev Environment Setup|Dev Environment Setup]]
|[[Zimlet Developers Guide:Dev Environment Setup|Dev Environment Setup]]
|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]]
|[[Zimlet Developers Guide:Developing Zimlets|Developing Zimlets]]
|style="border-left: 1px solid rgb(153, 153, 170);"|[[Image:zdg-6-menu-icon-advanced.jpg|20px]]
|[[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]]
|[[ZCS 6.0:Zimlet Developers Guide:Zimlet API Specifications|API Specifications]]
|[[Zimlet Developers Guide:Zimlet API Specifications|API Specifications]]
|style="border-left: 1px solid rgb(153, 153, 170);"|[[Image:zdg-6-menu-icon-checkbox.jpg|20px]]
|style="border-left: 1px solid rgb(153, 153, 170);"|[[Image:zdg-6-menu-icon-checkbox.jpg|20px]]
|'''Example Zimlets'''
|'''Example Zimlets'''
Line 20: Line 29:
<ul>
<ul>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Simple Tool Tip|Simple Tool Tip]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Simple Tool Tip|Simple Tool Tip]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Custom Tool Tip|Custom Tool Tip]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Simple onClick|Simple On Click]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Simple onClick|Simple On Click]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Menu Items XML|Menu Items with URL actions (via XML)]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Menu Items XML|Menu Items with URL actions (via XML)]]</li>
Line 28: Line 38:


<ul>
<ul>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Panel Item Clicked|Single and Doubled Clicked]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Panel Item Clicked XML|Single and Doubled Clicked (via XML)]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Panel Item Clicked|Single and Doubled Clicked (via JavaScript)]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Panel Item Menus|Panel Item Menus]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Panel Item Menus|Panel Item Menus]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Panel Item Menus ActionUrl|Panel Item Menus with URL actions (via XML)]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Panel Item Menus ActionUrl|Panel Item Menus with URL actions (via XML)]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Panel Item Menus Props|Panel Item Menus with User Properties (via XML)]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Panel Item Menus Props|Panel Item Menus with User Properties (via XML)]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Panel Item Drag Source|Panel Item with Drag-n-Drop]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Panel Item Drag Source|Panel Item with Drag-n-Drop]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Panel Item Drag Source Details|Panel Item with Drag-n-Drop with Item Details]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Dialogs|Dialogs]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Simple Dialog|Simple Custom Dialog]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Simple Dialog|Simple Custom Dialog]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Dialog Link Listeners|Dialog with Link Listeners]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Simple Dialog with Template|Simple Custom Dialog using a Template]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Simple Dialog with Template|Simple Custom Dialog using a Template]]</li>
</ul>
</ul>
Line 41: Line 55:
<ul>
<ul>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Simple Tab|Simple Tab]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Simple Tab|Simple Tab]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Tab Overview|Tab Overview]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Tab iFrame|Tab using an iFrame]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Tab Template|Tab using a Template]]</li>
</ul>
== Integrated Zimlets ==
<ul>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Adding Toolbar Buttons|Adding Toolbar Buttons]]</li>
</ul>
== SOAP API Zimlets ==
<ul>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:SOAP API Basics|SOAP API Basics]]</li>
</ul>
== Portal Zimlets ==
<ul>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Portal HTML Zimlet|HTML Zimlet]]</li>
</ul>
== Zimlets with Java & JSP ==
<ul>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Simple JSP via Action|Simple JSP via Action]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Simple JSP via Handler|Simple JSP via JavaScript Handler Object]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Simple JSP via Ajax|Simple JSP via Ajax (HTTP GET)]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Simple JSP via Ajax Async|Simple JSP via Ajax (Asynchronous)]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:JSP with custom Java classes|JSP with custom Java classes]]</li>
</ul>
</ul>


Line 48: Line 93:
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Open All Domains|Open All Domains]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Open All Domains|Open All Domains]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Simple i18n Example|Simple Internationalization Example]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:Simple i18n Example|Simple Internationalization Example]]</li>
<li>[[ZCS 6.0:Zimlet Developers Guide:Examples:HTTP GET and POST|HTTP GET and POST + Proxy Servlet]]</li>
</ul>
</ul>






{{Article Footer|Zimbra Collaboration Suite 6.0|12/22/2009}}
{{Article Footer|Zimbra Collaboration Server 7.0|12/22/2009}}
 
 
[[Category:Developers]]
[[Category:Zimlets]]
[[Category:ZCS 7.0]]
[[Category:ZCS 6.0]]

Revision as of 12:16, 16 July 2015

Zimlet Developers Guide: Introduction

   KB 3215        Last updated on 2015-07-16  




0.00
(0 votes)


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 Zdg-6-menu-icon-checkbox.jpg Example Zimlets

This section includes example zimlets that illustrate basic and advanced concepts of zimlets.

Content Zimlets

Panel Zimlets

Tab Zimlets

Integrated Zimlets

SOAP API Zimlets

Portal Zimlets

Zimlets with Java & JSP

Dev Utility Zimlets


Verified Against: Zimbra Collaboration Server 7.0 Date Created: 12/22/2009
Article ID: https://wiki.zimbra.com/index.php?title=Zimlet_Developers_Guide:Example_Zimlets Date Modified: 2015-07-16



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