ZCS 6.0:Zimlet Developers Guide:Examples:Portal HTML Zimlet
ZCS 6.0: Zimlet Developer Guide:Examples:Portal HTML Zimlet
- This article is a Work in Progress, and may be unfinished or missing sections.
![]() |
You are looking at legacy Zimlet documentation. For Zimbra Modern UI Zimlet development go to: https://wiki.zimbra.com/wiki/DevelopersGuide#Zimlet_Development_Guide. |
![]() |
Introduction | ![]() |
Getting Started | ![]() |
Dev Environment Setup | ![]() |
Developing Zimlets | ![]() |
Advanced Concepts | ![]() |
API Specifications | ![]() |
Example Zimlets |
Description
This zimlet will load a specified URL (either "inline" or as an "iframe") as portlet.
Definition File
<zimlet name="com_zimbra_html" version="1.0" description="HTML"> <include>html.js</include> <handlerObject>Com_Zimbra_Html</handlerObject> <portlet> <portletProperties> <property type="string" name="url" label="URL" value="about:blank"/> <property type="number" name="refresh" label="Refresh (ms)" /> </portletProperties> </portlet> </zimlet>
Download
Zimlet Package | com_zimbra_html.zip |
Useful Links