I have a little problem with the editor. Everithing it's all rigth except the save button. When I click on it, the editor delete all the text and it doesn't save anything.
I cannot reproduce it. Everything works as expected on our samples. Could you be more specific about what happens, which CKEditor version do you use, how do you initialize CKEditor, on which browser do you test this?
<textarea class="ckeditor" name="editor1"></textarea> I just put the text area in the ckeditor class.
And I'll try to be more spececific with the problem. When I write something in the editor and I click on the save button, it makes like a refresh of the page, so it reload the full page and I lose all the text inside the editor and it doesn't save anything.
Thanks again' :P
(sorry for my bad english, i'm studing english yet xD)
I cannot reproduce it.
I cannot reproduce it. Everything works as expected on our samples. Could you be more specific about what happens, which CKEditor version do you use, how do you initialize CKEditor, on which browser do you test this?
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
I have download de full
I have download de full package, on version 4.3.2
To use the editor I use this simple code:
<textarea class="ckeditor" name="editor1"></textarea> I just put the text area in the ckeditor class.
And I'll try to be more spececific with the problem. When I write something in the editor and I click on the save button, it makes like a refresh of the page, so it reload the full page and I lose all the text inside the editor and it doesn't save anything.
Thanks again' :P
(sorry for my bad english, i'm studing english yet xD)
You need to configure / setup your save option save to a fail or a db. i use ajax and do a post to a page that saves it in a db.