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

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 05-22-2008, 05:55 AM
New Member
 
Posts: 4
Default zimlet to open new window

I've been unable to create a zimlet where double clicking on the panel item opens a url in a new window. Double clicking it pops open a box labeled 'Test URL Preferences' with an ok button. What am I doing wrong?

<zimlet name="com_zimbra_url" version="1.1" description="Test URL">
<zimletPanelItem label="Test URL">
<toolTipText>This is a test zimlet</toolTipText>
<doubleClicked>
<canvas type="window"/>
<actionUrl method="get" target="http://www.yahoo.com" />
</doubleClicked>
</zimletPanelItem>
</zimlet>


Thanks,
Ryan
Reply With Quote
  #2 (permalink)  
Old 05-28-2008, 04:26 AM
Partner (VAR/HSP)
 
Posts: 425
Default

This will do what you are looking for:

<zimlet name="com_zimlet_openurl" version="1.0" description="open_link">
<summary>
This will provide the link to xy.com
</summary>
<zimletPanelItem label="xy.com Link">
<toolTipText>
Link zu xy.com
</toolTipText>
<onClick>
<canvas type="window" width="800" height="700"/>
<actionUrl method="get" target="http://www.xy.com">

</actionUrl>
</onClick>
</zimletPanelItem>
</zimlet>
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

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.