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 06-11-2008, 08:48 AM
Junior Member
 
Posts: 9
Default actionUrl without canvas

Code:
<dragSource type="ZmContact" >
     <canvas type="dialog" width="600" height="350" />
     <actionUrl target="/service/zimlet/_dev/com_zimbra_sugarsync
                               /sugarsync.jsp">
          <param name="firstname">${obj.firstName}</param>
     </actionUrl>
</dragSource>
The issue is I want to make the call to the .jsp without opening a window. If I replace "dialog" with "none", the .jsp does not get called. Any ideas?
Reply With Quote
  #2 (permalink)  
Old 06-18-2008, 08:21 AM
Zimlet Guru & Moderator
 
Posts: 265
Default

You can replace your canvas by this one :
Code:
<canvas type="window" style="inline"/>
Or you can code this in an included javascript file and use a
window.location
Reply With Quote
  #3 (permalink)  
Old 06-18-2008, 09:31 AM
Junior Member
 
Posts: 9
Default

This still opens a window. I resolved the issue by using AjxRpc.invoke to make the call to the .jsp file.
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.