Expand my Community achievements bar.

How to use multiple custom plugin in RTE?

Avatar

Level 2

I have installed the color picker package provided here -

Experiencing Adobe Experience Manager - Day CQ: AEM 63 - Touch UI RTE (Rich Text Editor) Color Picke...

Also I have developed another plugin based on this for different functionality but I am not able to use both at same time. Individually both are working fine. One overrides other if they both installed.

Any way or link will be helpful.

2 Replies

Avatar

Employee

Hi niksonawane

Please make sure that you are using different Plugin, Dialog, feature names

Apart, from that, you should be using different integer index at Line 46 -

tbGenerator.addElement(GROUP, plg.Plugin.SORT_FORMAT, this.pickerUI, 10);

and

tbGenerator.addElement(GROUP, plg.Plugin.SORT_FORMAT, this.pickerUI, 11);

Avatar

Level 2

Solved by integrating the files in one.