I'm following the tutorial of CKEditor, and I did this:
$( '#editor' ).ckeditor(function(){}); //great works!!
But now...when I submit the form...I see that by default, the textarea has <p></p>. How do I make it "nothing" by default?
|
I'm following the tutorial of CKEditor, and I did this:
But now...when I submit the form...I see that by default, the textarea has
| ||||
|
feedback
|
|
Try setting the following config values:
Make sure that you clear your browser cache when you modify them as changes might not be picked up automatically. | |||||
feedback
|
|
I am using this
for my non-jQuery plugin version and it works great. For your jQuery plugin you could use
| |||
|
feedback
|