I extended the default image plugin with a checkbox labelled \'Activate Zoom\'. If the user checks the box eventually a parameter is added to the image url. Actually this开发者_如何学JAVA happens with
I get this error only in IE7. lang.link.toolbar is null or not an object I thought I may have accidentally deleted something when setting up the language, so I went to ckeditor/lang/en.js and ther
I am totally new to CKEditor, hence please bear with my stupid questions. I have a CMS that uses CKEditor to enter articles into a DB. I have been asked to write a plugin to the editor to do a particu
Currently using CKEditor + IMCE. http://drupal.org/project/ckeditor + http://ckeditor.com/ http://drupal.org/project/imce
I was wondering if it is possible to make a custom style inusing the first-line开发者_Go百科 css psuedo class?
I\'ve got several ckeditor instances on the same page which each is submitting a different form however the data is not being submitted.I\'ve tried 开发者_StackOverflow社区getting the ckeditor instanc
The folder structure looks like this: Application -- Layouts ---- layout.phtml (the \'template\' file which loads all the .phtml files into, like insert.phtml form the pages folder, and loads init.js
I\'m using the ckeditor 3.4 as text editor for my website, and want to validate the data at client side first, before submitting the data to server.
I\'ve added language:\'ar\', contentsLangDirection:\'rtl\', contentsLanguage:\'ar\' options to my CKEditor instance being initialized using the JQuery adapter. But the text is still left aligned.
I noticed that CkEditor has problems with using entermode br (mainly slowness after typing 开发者_运维知识库text for a long time).