1
I’m starting to use the plugin ckeditor, I can usually send an image to the editor, but when I drag the image to another place, it disappears, and the warning of this second image here, when I copy and paste an image in the editor, is the same problem. Someone’s had this problem before?
My file config.js is like this:
CKEDITOR.editorConfig = function( config ) {
config.extraPlugins = 'uploadimage';
config.uploadUrl = '/img';
config.inlinesave = {
postUrl: '../data'
};
config.mathJaxLib = '//cdn.mathjax.org/mathjax/2.6-latest/MathJax.js?config=TeX-AMS_HTML';
};
Does anyone know what it can be?
what has in this function "opening()"?
– alexandre9865
is a function I put to open an image style ajax loading... until it finishes loading the editor in the textarea
– Wilson Rosa Gomes
Wow, pass me her script please :)
– alexandre9865
follow [https://jsfiddle.net/marsites/54bj0sh1/]
– Wilson Rosa Gomes
The link is not accessible here for me :(
– alexandre9865
Ah, I got it, the brackets went along with the link, then it was invalidated
– alexandre9865
http://jsfiddle.net/marsites/54bj0sh1/
– Wilson Rosa Gomes