Just started using ckeditor and got a little problem. On a button click outside the editor a开发者_开发百科 tag is generated and then inserted into the ckeditor using the following code:
I am trying to configure CKEditor but I get the following in my source, it seems that the helper is not being sent any of the $data from my index function,My helper is located application/helpers
First of all, this question WAS answered here: CKeditor character/word count but all the answers give broken links... therefore it\'s not answered.
I\'m getting this code via ajax: <script> $(function(){ $(\'#responseContent\').ckeditor(); }); </script>
I need to be able to add a dropdown or button to the ckeditor\'s toolbar that will pop up a list, and when a listitem would be clicked the text of that list item would be added to the ckeditor\'s cont
I am editing the link plugin to allow staff to select links to internal content. I have managed to add another tab to the link plugin dialog with a text input with an onKeyup event. The idea is, when
I\'m simply trying to add a break tag after any image that is inserted into a ckeditor wysiwyg box and having no luck.I 开发者_高级运维know this is not ideal, but this is what has to be done.I\'ve sea
How do the backspace and delete keys work in CKEditor? If I have an iframe in the editable area, and have my cursor next to it, hitting backspace/delete deletes the iframe/removes its HTML code from t
I\'m following the ckeditor example from here where I add the script <script type=\"text/javascript\" src=\"/ckeditor/ckeditor.js\"></script>
I just installed CKEditor 3.0. Everything works fine, except the style of the editor. Because in this newest version the WYSIWYG buttons are put on the website (instead in a frame), my stylesheet over