Difference between revisions of "ZCS 6.0:Zimlet Developers Guide:Examples:Portal HTML Zimlet"
(→ZCS 6.0: Zimlet Developer Guide:Examples:Portal HTML Zimlet) |
|||
Line 43: | Line 43: | ||
{| cellspacing="0" cellpadding="5" border="1" | {| cellspacing="0" cellpadding="5" border="1" | ||
|Zimlet Package | |Zimlet Package | ||
− | |[ | + | |[https://github.com/Zimbra-Community/zimlets-foss/raw/master/Zimlet/src/zimlet/com_zimbra_html.zip com_zimbra_html.zip] |
|} | |} | ||
Latest revision as of 12:10, 3 November 2020
Contents
ZCS 6.0: Zimlet Developer Guide:Examples:Portal HTML Zimlet
- This article is a Work in Progress, and may be unfinished or missing sections.
![]() |
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