Hi
I need to integrate the jQuery plugin, WYMeditor into ExtJS application.
I spend one evening on it and i come up with first version.
It's very simple solution and it will probably behave strange when you use it with different config options.
But now, i need it working in it's simplest use case.
Ok
the problem is that WYMeditor requires DOCTYPE declaration to work ok on IE, as we know Ext don't like it
so we have conflict
i thing i should ask WYMeditor team about how to hack the editor to work with out DOCTYPE declaration
As Hendrix has stated here, the problem lies with the friction between WYMeditor and Ext as WYMeditor needs DOCTYPE declaration to work perfectly in Internet Explorer and Ext is completely against it. Anyway, it would be a good move if you could hack the editor so as to make it work effortlessly with Ext.