The forum operates in read-only mode. Please head to StackOverflow for support.
hi guys.. may i know how can i save (or get) updated content after inline editing?
please advise.
Here is the documentation on getting and saving editor content: http://docs.ckeditor.com/#!/guide/dev_savedata
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help. Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
hi anna, i have tried with [inline save] but nothing triggered after i clicked the [save] button. http://ckeditor.com/addon/inlinesave
Below is my html code.. pls advise. TQ
<HEAD> <script> var data = editor.getData(); var dataID = editor.container.getId(); //editor.id;
alert(data); alert(dataID); </script> </HEAD> <BODY> <div contenteditable="true"> <p>Donec ullamcorper, risus tortor, pretium porttitor. Morbi quam quis lectus non leo.</p> </div> </BODY>
Here is the documentation on
Here is the documentation on getting and saving editor content: http://docs.ckeditor.com/#!/guide/dev_savedata
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
hi anna, i have tried with
hi anna, i have tried with [inline save] but nothing triggered after i clicked the [save] button.
http://ckeditor.com/addon/inlinesave
Below is my html code.. pls advise. TQ
<HEAD>
<script>
var data = editor.getData();
var dataID = editor.container.getId(); //editor.id;
alert(data);
alert(dataID);
</script>
</HEAD>
<BODY>
<div contenteditable="true">
<p>Donec ullamcorper, risus tortor, pretium porttitor. Morbi quam quis lectus non leo.</p>
</div>
</BODY>