Hi all,
i want to let 2 instances of Ckeditor on the same page to share the same config and the same CSS-file.
so i did it as folowing:
stylesheetparser as extrplugin integrated and
...
var contentCss = myfile.css;
$wnd.CKEDITOR.config.contentsCss = contentCss;
..
$wnd.CKEDITOR.replace(instanceId,configuration);
my Problem is that the Styles dopdownlist contains the styles form my file but always just in one instance the other contains just the default Styles.
can anybody help me?
thank u
jm