Integrating CKeditor to my symfony2 project

Posted by Jishnu G Nair on Stack Overflow See other posts from Stack Overflow or by Jishnu G Nair
Published on 2011-11-26T17:45:56Z Indexed on 2011/11/26 17:52 UTC
Read the original article Hit count: 510

Filed under:
|

I was trying to integrate ckeditor to my symfony2 project so that some of the textarea will have the ckeditor html editor. I brought the ckeditor on my required textarea by calling the class="ckeditor" in my form. The issue that I am facing now is that when I use the ckeditor the submit button of my form will not work instead I will have to use the built in "Save" option of the ckeditor toolbar for submitting the form. When I remove the ckeditor from the textareas and use normal textarea the submit button seems to work.

I do not want to use the "Save" button on the ckeditor toolbar to submit my form. Is there a workaround to make the submit button work? Tried googling out for possible solutions but could not find any.

P.S: I would also like to know if there are other html text editors like ckeditor that would work well with symfony2 and link to implementation instructions.

© Stack Overflow or respective owner

Related posts about symfony-2.0

Related posts about ckeditor