My custom zimlet is not work on compose in a separate windows

Interested in talking about Mash-up's? This is the place.
Post Reply
sergen
Posts: 1
Joined: Fri Aug 19, 2022 11:58 am

My custom zimlet is not work on compose in a separate windows

Post by sergen »

Hi everyone,

I'm newbie at zimlet development. I wrote a basic zimlet. Then I realized my zimlet not work/show in a separate window. I didn't find a solution. Is there anyone to help me ?

Zimbra version: 8.8.15_GA.4372.FOSS
my custom zimlet 1.png
my custom zimlet 1.png (21.46 KiB) Viewed 8291 times
my custom zimlet 2.png
my custom zimlet 2.png (23.27 KiB) Viewed 8291 times
my custom zimlet 3.png
my custom zimlet 3.png (39.71 KiB) Viewed 8291 times
Thanks a lot.
User avatar
barrydegraaff
Zimbra Employee
Zimbra Employee
Posts: 242
Joined: Tue Jun 17, 2014 3:31 am
Contact:

Re: My custom zimlet is not work on compose in a separate windows

Post by barrydegraaff »

It is a long outstanding issue, and the only work-around is disabling the open in new window feature.

You can do so by :
toolbar.enable(ZmOperation.DETACH_COMPOSE, false);
see: https://github.com/Zimbra-Community/pgp ... p.js#L2923

https://bugzilla.zimbra.com/show_bug.cgi?id=97496
--
Barry de Graaff
Email: barry.degraaff [at] synacor [dot] com
Admin of Zimbra-Community Github: https://github.com/orgs/Zimbra-Community/ and the
Zimlet Gallery https://gallery.zetalliance.org/extend/
Post Reply