Top "Fckeditor" questions

WYSIWYG HTML editor and predecessor to CKEditor

How do I modify serialized form data in jQuery?

I am trying to submit my form in AJAX, so I have to serialize() the data. But I am using …

jquery serialization fckeditor
CKEditor strips <i> Tag

I'm trying to find a solution to avoid CKEditor, but also the older FCKeditor strips out any <i> …

tags ckeditor fckeditor
Remove CKEdit Instance

I can't seem to destroy instances of CKEdit per the documentation. Consider the following: <input name="txt1" type="text" …

ckeditor fckeditor
FCKEditor doesn't work in IE10

FCKEditor doesn't appear in IE10. When I go to IE development tools and switch browser mode to IE9, FCKEditor works …

fckeditor internet-explorer-10
How to check whether CKEditor has some text in it?

I have an HTML form with a few fields. One of them is a textarea managed by CKEditor. When the …

javascript ckeditor fckeditor
A sample for jQuery based WYSIWYG Editor demonstrate OOP javascript

Want a WYSIWYG jQuery Editor as an example to illustrate how to use jQuery to built OOP javascript component. P.…

javascript jquery wysiwyg rtf fckeditor
How to integrate CKEditor into Asp.net MVC

Saw this post at CodeProject for FCKEditor. Can someone explain what about the new version?

jquery asp.net-mvc ckeditor fckeditor
Remove status bar from CKEditor

The CKEditor website is somewhat lacking; can you tell me how to remove the status bar ('body ul li ...') …

javascript ckeditor fckeditor
How can I append text to html source in CKEditor?

I use CKEditor in my web-application. By click on one link i appends some text to CKEditor. It works fine. …

javascript html ckeditor fckeditor
How to set cursor position to end of text in CKEditor?

Is there a way to set the cursor to be at the end of the contents of a CKEditor? This …

ckeditor fckeditor