Hello,
I'm adding a button to the editor and trying to get the object editor using:
_editor var = window.dialogArguments;
In Compatibility View (IE 9) return an object table that does not have the method PasteHTML
In Normal View, I can get the editor and access method PasteHTML,
_editor.PasteHTML(oLink);
How I can get the editor in compatibility view?
Thx!