Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Developers

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-08-2006, 03:33 AM
Starter Member
 
Posts: 2
Unhappy How to emulate sticky tooltips?

I want to implement a tooltip to pop up over texts
matching a specific regexp that has a single clickable URL in it.
My problem is, that sticky tooltips are not yet supported (however the
documentation does not state that fact but it is mentioned only in
the forum).
What must I do to make the following work despite the sticky-problem?
(The link is there but the popup disapears uppon trying to move the mouse
to the link.)

<zimlet name="Mylink" version="1.3" description="Link IDs to their page">
<contentObject>
<matchOn>
<regex attrs="ig">#([0-9a-f\-]*)</regex>
<regex attrs="ig">ID-([0-9a-f\-]*)</regex>
</matchOn>
<toolTip sticky="true">PageID: &lt;a href='/my/index.php/ID-${src.$1}'&gt;#${src.$1}&lt;/a&gt;</toolTip>
<onClick>
<canvas type="window" width="600" height="800"/>
<actionURL method="get" target="/my/index.php/ID-${src.$1}"></actionURL>
</onClick>
</contentObject>
</zimlet>
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.