Questions tagged [fckeditor]

WYSIWYG HTML editor and predecessor to CKEditor

FCKeditor (retired) is a free, Open Source HTML text editor designed to simplify website content creation.

is its successor.

519 questions
84
votes
5 answers

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 fckEditor and jQuery doesn't know how to deal with it, so after the serialization, I am trying to manually modify the value, but no luck so far... any…
Bluemagica
  • 5,000
  • 12
  • 47
  • 73
50
votes
7 answers

CKEditor strips Tag

I'm trying to find a solution to avoid CKEditor, but also the older FCKeditor strips out any tag from previously inserted content to the db. Case: I insert html content to the db, some content contain the elements. I do this with the…
HenryW
  • 3,551
  • 1
  • 23
  • 23
34
votes
2 answers

Remove status bar from CKEditor

The CKEditor website is somewhat lacking; can you tell me how to remove the status bar ('body ul li ...') from CKEditor? There is a list of HTML at the bottom of the editor - body p ul li - representing how the typed text will be generated and I…
Upperstage
  • 3,747
  • 8
  • 44
  • 67
25
votes
2 answers

Is it possible to use CKEditor in commercial web site?

I plan to use CKEditor in commercial site. I've read http://ckeditor.com/license but I didn't understand how it is possible to have pricing for commercial use while they offer LGPL(which is good choice for commercial use)
yura
  • 14,489
  • 21
  • 77
  • 126
23
votes
8 answers

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 user wants to submit the form, I want to check whether he entered values in all the fields. I know how I can check if CKEditor control has anything in…
Milan Babuškov
  • 59,775
  • 49
  • 126
  • 179
22
votes
9 answers

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 developer asked too, but received no answers: http://cksource.com/forums/viewtopic.php?f=11&t=19877&hilit=cursor+end I would like to set the focus at the end of…
BrooklynDev
  • 900
  • 2
  • 12
  • 25
22
votes
3 answers

Remove CKEdit Instance

I can't seem to destroy instances of CKEdit per the documentation. Consider the following:
Create
Laramie
  • 5,457
  • 2
  • 39
  • 46
17
votes
10 answers

FCK Editor Alternatives

I've been using the FCK Editor for several of my client sites in the past. Recently due to some new browser security updates(I'm assuming) some of the functionality is now breaking. I was planning on updating those sites to the most recent version,…
Ryan Smith
  • 8,344
  • 22
  • 76
  • 103
13
votes
6 answers

Editing Twig templates in CKeditor

I'm trying to allow admin users to edit email templates. These templates are stored in the DB as Twig ones. So the variables in them are set as {{ purchase.number }} and there are loops like {% if cart['shipping'] %} {% for line in…
Alexey
  • 3,414
  • 7
  • 26
  • 44
13
votes
2 answers

How to integrate CKEditor into Asp.net MVC

Saw this post at CodeProject for FCKEditor. Can someone explain what about the new version?
gkdm
  • 2,375
  • 4
  • 21
  • 27
11
votes
2 answers

Using an editor like FckEditor in a form application

I am working on a contract management system on c# form application, one of the main parts of the project is to create a letter. In this part of the application a user can send a letter with in the shape he or she wants, so I need an editor like…
user2796487
10
votes
4 answers

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. But when I open source tab, i can not append this text to the existing source. Can you help me how can I do it? Thank you in advance. Sorry…
Alex Pliutau
  • 21,392
  • 27
  • 113
  • 143
10
votes
4 answers

Ckeditor removes empty tags

There is a problem with CKEditor when the user inserts empty tags: (in HTML source mode) When he presses on the source and then back again, the tag 'A' is gone. I made a little research, and I found that this happens…
Roy
  • 251
  • 3
  • 10
9
votes
4 answers

how to select a text range in CKEDITOR programatically?

Problem: I have a CKEditor instance in my javascript: var editor = CKEDITOR.instances["id_corpo"]; and I need to insert some text programatically, and select some text range afterwards. I already did insert text through editor.insertHtml('
Gabriel Falcão
  • 1,075
  • 1
  • 13
  • 9
8
votes
3 answers

CKEditor autogrow plugin vertical scrollbar flickering issue

I'm having an issue with the CKEditor autogrow plugin: Upon pressing return (after auto-growing past the min height), the text content shakes (jumps up one line and back down), and a vertical scroll bar flickers on-and-off. The autogrow works, but…
Jayaraj
  • 686
  • 10
  • 18
1
2 3
34 35