Hello guys,
I'm using ckeditor for the first time and i have to say ... it's great !!!
But, i have a question ... a basic question.
Is it normal that the textarea that my ckeditor instance is replacing is not automatically updated ?
Since i'm not using ajax form validation, i didn't want to use javascript to update my textarea.
Unfortunately, the only solution that i've found was to call ckeditor's updateElement() method on submitting form via javascript but i'd like to avoid it.
Do you have a solution ?
Did i miss something in my config.js file?
Thanks in advance for your help.
I'm using ckeditor for the first time and i have to say ... it's great !!!
But, i have a question ... a basic question.
Is it normal that the textarea that my ckeditor instance is replacing is not automatically updated ?
Since i'm not using ajax form validation, i didn't want to use javascript to update my textarea.
Unfortunately, the only solution that i've found was to call ckeditor's updateElement() method on submitting form via javascript but i'd like to avoid it.
Do you have a solution ?
Did i miss something in my config.js file?
Thanks in advance for your help.