ZCS 6.0:Zimlet Developers Guide:Examples:Portal HTML Zimlet
From Zimbra :: Wiki
| Introduction | Getting Started | Dev Environment Setup | Developing Zimlets | Advanced Concepts | API Specifications | Example Zimlets |
|
Article Information |
|---|
| This article applies to the following ZCS versions. |
| |
| |
Contents |
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
| Verified Against: Zimbra Collaboration Server 7.0 | Date Created: 12/22/2009 |
| Article ID: http://wiki.zimbra.com/index.php?title=ZCS_6.0:Zimlet_Developers_Guide:Examples:Portal_HTML_Zimlet | Date Modified: 9/13/2011 |
