Hi,
How can I access the value inputed in the ckeditor via javascript?
I thought the editor behave as a normal input control, where you only type
Thank you for your help,
Alex.
How can I access the value inputed in the ckeditor via javascript?
I thought the editor behave as a normal input control, where you only type
$('#editor1').val() or $('#editor1').text() .Thank you for your help,
Alex.
