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 (1) Thread Tools Display Modes
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 08-03-2006, 04:40 PM
Zimbra-Yahoo Consultant
 
Posts: 5,608
Default Creating a zimlet with a simple webpage display

Hi developers!
I would like some help developing a "template" zimlet that can display a external or internal webpage.

For example: if a suer has a simple question, I would like them to click on support and for it to just display the support site in a 640x480 window.

Thanks
jh
Reply With Quote
  #2 (permalink)  
Old 08-11-2006, 10:20 AM
Zimbra Employee
 
Posts: 4,784
Default

John,

You should be able to so this with only a simple XML file zimlet. See the Salesforce Zimlet for how to add a webpage to a menu:

http://svn.sourceforge.net/viewvc/zi...=1&view=markup

Code:
<zimlet name="com_company_support" version="1.0" description="Support">
  <zimletPanelItem label="Support Ticket">
    <toolTipText>Right-click to file a support ticket</toolTipText>
    <contextMenu>
      <menuItem label="Visit Salesforce" id="WWW.SFORCE.COM" icon="SFORCE-panelIcon">
        <canvas type="window" title="Support Form" width="640" height="480" />
        <actionUrl target="http://www.company.com/support.php">
          <param name="referrer">www.zimbra.com</param>
        </actionUrl>
      </menuItem>
    </contextMenu>
  </zimletPanelItem>
</zimlet>
__________________
Bugzilla - Wiki - Downloads - Offline Client
Reply With Quote
Reply


Thread Tools
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.

Zimbrablog.com




 

Search Engine Optimization by vBSEO 3.1.0