ZCS 6.0:Zimlet Developers Guide:Examples:Simple Tool Tip
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 match the words lab, user or remodel and display a tool tip.
The Zimlet Package contains only one file: the Zimlet Definition File.
Screen Shot
Definition File
<zimlet name="com_zimbra_example_simpletooltip" version="1.0" description="Simple Tool Tip Example: Hello World!">
<contentObject>
<matchOn>
<regex attrs="ig">lab|user|remodel</regex> <!-- matches lab or user or remodel -->
</matchOn>
<toolTip>Hello World! Tooltip</toolTip>
</contentObject>
</zimlet>
Download
| Zimlet Package | com_zimbra_example_simpletooltip.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:Simple_Tool_Tip | Date Modified: 9/13/2011 |

