Aspose editor different plugins

Hi,

i have two web pages in my application that both contain editor controls. I want on the first control to enable the save,open and keyoti spell plugins and on the second to enable only the keyoti spell plugin.

On the first page:

<link rel="configuration" href="ClientBin/Aspose.Editor.Client.DLL.TXT" />

On the second page:

<link rel="configuration" href="ClientBin/Aspose.Editor.Client.DLL2.TXT" />

But this doesn't seem to work. What should i do?

How should i configure each page?

Can you give me a sample project demonstrating the issue?

Regards,

Eleni

Hi,

I managed to set two different configuration files for the two web pages that "host" the editor controls.

The problem now is that i have to open the two editor controls simultaneously like image attached(image1.jpg).

The spell plugin is loaded on the down editor and on the right editor. But on the right editor the plugins for the save/open are not loaded.

The right editor is opened through an iframe.

It seems like the configuration of the down editor is cached and the configuration for the right editor cannot be deployed.

What do you suggest?

Regards,

Eleni

Do you have any suggestions about the issue i explained above?

Regards,