Zimlet Developers Guide:Example Zimlets: Difference between revisions
(Adding Article Infobox) |
No edit summary |
||
Line 17: | Line 17: | ||
{{Article Infobox|{{devel}}|{{ZCS 6.0}} | {{Article Infobox|{{devel}}|{{ZCS 7.0}}|{{ZCS 6.0}}|}}This section includes example zimlets that illustrate basic and advanced concepts of zimlets. | ||
== Content Zimlets == | == Content Zimlets == | ||
Line 92: | Line 92: | ||
{{Article Footer|Zimbra Collaboration | {{Article Footer|Zimbra Collaboration Server 6.0|12/22/2009}} | ||
[[Category:Developers]] | [[Category:Developers]] | ||
[[Category:Zimlets]] | [[Category:Zimlets]] | ||
[[Category:ZCS 7.0]] | |||
[[Category:ZCS 6.0]] | [[Category:ZCS 6.0]] |
Revision as of 21:24, 6 September 2011
![]() |
Introduction | ![]() |
Getting Started | ![]() |
Dev Environment Setup | ![]() |
Developing Zimlets | ![]() |
Advanced Concepts | ![]() |
API Specifications | ![]() |
Example Zimlets |
Article Information |
---|
This article applies to the following ZCS versions. |
This section includes example zimlets that illustrate basic and advanced concepts of zimlets.
Content Zimlets
- Simple Tool Tip
- Custom 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 (via XML)
- Single and Doubled Clicked (via JavaScript)
- 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
- Panel Item with Drag-n-Drop with Item Details
- Dialogs
- Simple Custom Dialog
- Dialog with Link Listeners
- Simple Custom Dialog using a Template
Tab Zimlets
Integrated Zimlets
SOAP API 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