ZCS 6.0:Zimlet Developers Guide:Examples:JSP with custom Java classes
Revision as of 04:01, 31 December 2009 by Sposetti (talk | contribs) (New page: {| 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-zi...)
![]() |
Introduction | ![]() |
Getting Started | ![]() |
Dev Environment Setup | ![]() |
Developing Zimlets | ![]() |
Advanced Concepts | ![]() |
API Specifications | ![]() |
Example Zimlets |
Description
This zimlet shows how to launch a JSP using the Zimlet Definition File <actionUrl>
element.
Definition File
<zimlet name="com_zimbra_simplejspaction" version="1.0" description="An example zimlet using a JSP file."> <include>javajarexample.js</include> <zimletPanelItem label="JSP Example (via Action)" icon="zimbraIcon"> <toolTipText>Click to launch the JSP Example</toolTipText> <onClick> <canvas type="window" width="500" height="250" /> <actionUrl method="get" target="/service/zimlet/com_zimbra_simplejspaction/jspfile.jsp" /> </onClick> </zimletPanelItem> </zimlet>
Download
Zimlet Package | com_zimbra_simplejspaction.zip |
Useful Links