I have a problem, when adding the following code to CKEDITOR.on (Need to customize my dialogs)
- dialogDefinition.onShow = function() {
- this.move(this.getPosition().x, 100);
- }
For some reason when I now select an image in the filemanager it won't close the window, and the preview function in the image dialog in CKEditor is no longer showing the image. The url(path) for the image is transferred to the dialog, and when I click ok, the image is inserted into the editor.
Does anyone have an idea how to solve this?