What it says in the title. I'm working on a Zimlet that has a contextMenu set up in the XML file, and we'd like to have it pop up on a left-click as well as a right-click. Any ideas as to how to do...
Type: Posts; User: R Bain; Keyword(s):
What it says in the title. I'm working on a Zimlet that has a contextMenu set up in the XML file, and we'd like to have it pop up on a left-click as well as a right-click. Any ideas as to how to do...
I think I've found part of the problem - it looks like this line in initializetoolbar() isn't right:
else if(this.isZimbra8 && !toolbar.getOp("GOOGLE_TRANSLATOR") &&...
I've tried deploying the Google Translator to Zimbra 8, and the 'translate' button isn't showing up on the message toolbar. I've checked both conversatiom & single-message views, so I don't think...
I'm working on a Zimlet for Zimbra 7.2 (probably will be upgraded to 8 soon) which needs to be able to dynamically update a signature. I've already figured out how to modify the sig, but right now I...
I'm trying to create a new integrated Zimlet that will appear in the mail-list's context menu, along with "mark as read/undead" and so on.
Right now, I'm able to get the email's data and work with...