Difference between revisions of "Zimlet Developers Guide:Example Zimlets"
(→Tab Zimlets) |
(Adding categories) |
||
Line 73: | Line 73: | ||
{{Article Footer|Zimbra Collaboration Suite 6.0|12/22/2009}} | {{Article Footer|Zimbra Collaboration Suite 6.0|12/22/2009}} | ||
+ | |||
+ | |||
+ | [[Category:Developers]] | ||
+ | [[Category:Zimlets]] | ||
+ | [[Category:ZCS 6.0]] |
Revision as of 21:53, 12 January 2010
![]() |
Introduction | ![]() |
Getting Started | ![]() |
Dev Environment Setup | ![]() |
Developing Zimlets | ![]() |
Advanced Concepts | ![]() |
API Specifications | ![]() |
Example Zimlets |
This section includes example zimlets that illustrate basic and advanced concepts of zimlets.
Content Zimlets
- Simple Tool Tip
- Simple On Click
- Menu Items with URL actions (via XML)
- Menu Items with URL actions (via JavaScript)
Panel Zimlets
- Single and Doubled Clicked
- Panel Item Menus
- Panel Item Menus with URL actions (via XML)
- Panel Item Menus with User Properties (via XML)
- Panel Item with Drag-n-Drop
- Simple Custom Dialog
- Simple Custom Dialog using a Template
Tab Zimlets
Portal Zimlets
Zimlets with Java & JSP
- Simple JSP via Action
- Simple JSP via JavaScript Handler Object
- Simple JSP via Ajax (HTTP GET)
- Simple JSP via Ajax (Asynchronous)
- JSP with custom Java classes
Dev Utility Zimlets