Hello, I'm migrating some plugins from FCKeditor 2.2 to 2.5.1 and I have a lot of problems with source code differences between these two versions.
One example is :
this.StylesLoader.Styles[stylename];
There is no StylesLoader class any more. What may be the current equivalent of the line above ?
There are also some problems with FCK.EditorWindow.getSelection(); , I receive an error: EditorWindow has no properties. Maybe you have an idea of a possible reason ?
One example is :
this.StylesLoader.Styles[stylename];
There is no StylesLoader class any more. What may be the current equivalent of the line above ?
There are also some problems with FCK.EditorWindow.getSelection(); , I receive an error: EditorWindow has no properties. Maybe you have an idea of a possible reason ?