Tagged Questions

WYSIWYG HTML editor , predecessor to CKEditor

learn more… | top users | synonyms

14
votes
10answers
5k views

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 ...
9
votes
12answers
23k views

Using jQuery to grab the content from CKEditor's iframe

Hey guys, I have this custom written CMS that uses CKEditor *(FCKEditor v3) for editing content. Along with that I'm using the jQuery Validation plugin to check all fields for error prior to ...
8
votes
8answers
636 views

How do online text editors work?

I am trying to develop an Online editor (like FCKEditor/etc) but I have no idea how they work. I know that the WYSIWYG ones have Javascript and IFrames, but how do they actually work? I'm especially ...
6
votes
1answer
167 views

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 ...
6
votes
2answers
2k views

How to check whether CKEditor has some text in it?

I have a HTML form with a few fields and one of them is 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 ...
6
votes
2answers
3k views

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 - ...
5
votes
4answers
4k views

How do I change image upload path *dynamically* in FCKeditor

I'm using the ASP.NET binary for my FCKeditor, and needs to insert two editors on the same page. The uploaded images/browsing needs to go to two different directories, how do I do this from ...
4
votes
2answers
422 views

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 ...
4
votes
4answers
660 views

validating FCKeditor

how can FCKeditor be validated for required field using javascript.
4
votes
1answer
939 views

Fck Editor - Update Panel

I can't get the fckeditors value [using editorName.Value] with in an updatepanel in Asp.net. When i remove the Update panel I got the value.How to get the value without removing Update panel?
4
votes
4answers
2k views

How do I remove Word markup crap when inserting to a form?

I'm building a CMS in PHP and one dread I have is that the users will have to fill the data in from existing Word (and Excel, but nevermind that) documents. Now, I've seen what happens when they ...
4
votes
3answers
3k views

FCKeditor vs TinyMCE and XHTML Compliance

I'm after (short) opinions on FCKeditor vs TinyMCE and whether either or both are XHTML compliant. In the interest of keeping with the spirit of stackoverflow, if someone has already made your point, ...
4
votes
6answers
25k views

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.S. It is so good stackoverflow can use markdown... Would be a heaven if users would ...
3
votes
1answer
287 views

Setting form values from fckeditor before submit is called

I'm trying to fix a form on a site that uses javascript to validate the fields. Some fields are using fckeditor, and it turns out that the form field values aren't set until the submit button is ...
3
votes
3answers
410 views

Read file containing PHP without parsing PHP

I am using a wysiwyg editor in a web app. It is FCKeditor. In order to edit a file, other than loading javascript, my web form that edits the the file looks like this: <textarea><?php ...
3
votes
1answer
723 views

FCKeditor in jQuery ui dialog not working

I'm having serious trouble getting this to work in IE7/8. In FF, everything works as expected. When the user clicks on a certain link, a modal dialog popup is shown. In this dialog, there is a form, ...
3
votes
1answer
2k views

How to integrate CKEditor into Asp.net MVC

Saw this post at CodeProject for FCKEditor. Can someone explain what about the new version? Thanks!
3
votes
4answers
1k views

Hidden Input Elements in Firefox

I'm having troubles with fckeditor in Firefox. When the user goes to a page, the html (encoded) is stored in a hidden input element. I call the predefined fckeditor javascript event to populate my ...
3
votes
2answers
1k views

Rich Edit / Word Processing Control for IntraWeb (Delphi VCL for the Web)?

I am experimenting with Intraweb right now, for a few small personal-use web apps I am wanting to develop. Learning time is at a premium, so I am very attracted to intraWeb due to Delphi experience ...
3
votes
1answer
3k views

FCKEditor - how to make a simple plugin?

I have a site that uses the FCKEditor. I'd like to make an incredibly simple plugin: when a user selects text and then hits MyPluginIcon, the editor surrounds the text in a span tag with a specific ...
3
votes
7answers
4k views

How do use fckEditor safely, without risk of cross site scripting?

This link describes an exploit into my app using fckEditor: http://knitinr.blogspot.com/2008/07/script-exploit-via-fckeditor.html How do I make my app secure while still using fckEditor? Is it an ...
2
votes
3answers
89 views

Fckeditor removes empty tags! How to fix?

If you enter the code <a href="/link"></a>, FCKeditor will remove the tag. Start an FCKEditor, go to source mode (in FCKEditor). Type in <a href="bob"></a> (note nothing in ...
2
votes
1answer
51 views

How to get edited value from FCK Editor when FCK Editor placed inside a Update Panel

i am developing a site, as i have to upload an image and a per-coded content in a FCK Editor as a mail sending tool in my site. during a click event there a data loss in the image upload. So, i added ...
2
votes
1answer
141 views

Realtime Web Based Rich Text Editor

Does anybody know of a web based Rich Text Editor like TinyMCE or FCKEditor which supports realtime collaboration? I know of systems like EtherPad, but I'm interested in finding something I can embed ...
2
votes
1answer
48 views

Is it possible to load a webpage inside fckeditor?

Is it possible to load a webpage in a fckeditor?
2
votes
1answer
529 views

Retrieve uploaded image from FCK Editor and insert into database

The image uploaded using FCKEditor control has to be inserted into database. Anyone please help in how to get the image uploaded using FCK Editor control('image' button). The user should also be able ...
2
votes
3answers
193 views

FCKeditor ready for Plone 4?

There have been some comments that FCKeditor is no longer supported in Plone 4. Are there plans to update FCKeditor, or perhaps replace FCKeditor? JR
2
votes
2answers
228 views

using .each() to iterate over selections for HTML5 <figure> and <figcaption>

Greetings all, I've written a script to create HTML5 image captions from regular image tags using <figure> and <figcaption>. My CMS uses FCKEditor, which always places embedded images ...
2
votes
1answer
188 views

Is it wise to use jQuery for whitelisting tags? Are there existing solutions in JavaScript?

My problem I want to clean HTML pasted in a rich text editor (FCK 1.6 at the moment). The cleaning should be based on a whitelist of tags (and perhaps another with attributes). This is not primarily ...
2
votes
1answer
350 views

How can I configure FCKeditor to save HTML symbols as XHTML symbols (`&nbsp;` would be `&#160;`)?

How can I configure FCKeditor to save HTML symbols as XML symbols (&nbsp; would be &#160;)?
2
votes
1answer
442 views

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 ...
2
votes
2answers
400 views

FCKeditor having problem with url rewriting in asp.net?

I have used FCKeditor in my project. It worked fine before i add url rewriting in my project. Now i can not upload images from my fckeditor properly. I am using Intelligencia.UrlRewriter for url ...
2
votes
2answers
1k views

CKEditor - Set cursor position to end of text

Is there a way to set the cursor to be at the end of the contents of a ckeditor? This guy right here asked to but no answers: ...
2
votes
2answers
1k views

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 ...
2
votes
3answers
290 views

allowing style attribute in fckeditor 2 with php integration

I am yet to find an actual solution to this problem. In FCKeditor 2, when using PHP integration method, any html element that is passed to the editor will have the css styling stripped form it. ...
2
votes
0answers
63 views

how to make my own fckeditor plugin

I'm using fckeditor in my blog and I want to make my own plugin or button. I need a button and when press it writes < !--kamore-->. But I can't find any document or sample.
2
votes
2answers
516 views

fckeditor's filemanager in codeigniter question

I will be short in my question. In my codeigniter setup I use database session. in this session I have a variable admin_site_id which i get via $this->session->userdata('admin_site_id'); ...
2
votes
1answer
199 views

how to check fckeditor is loaded completely or not

Once loaded, the editor registers a global object called FCKeditorAPI. This object offers the entry point to interact with any editor instance placed in a page and i am receiving an error stating ...
2
votes
2answers
58 views

Using <b> in fckeditor

i want to print some default string value in bold but i am using tag but it is not rendered as bold rather it is showing it is printing the same etc var defaultFCKValue = '----Original ...
2
votes
0answers
253 views

CKeditor inside Iframe problem

When we place the new editor (version 3) in a iframe the dialog window open only inside the iframe and not outside. In version 2 the dialog (any dialog: image, link and more) was open all over the ...
2
votes
1answer
644 views

FCKEditor WYSIWYG controls not showing up on ColdFusion 9

I wrote a CMS that utilizes the FCKEditor library, it has worked flawlessly, but recently has stopped working. Instead of showing all of the WYSIWYG controls it is just being rendered as a simple ...
2
votes
3answers
5k views

CKeditor integration with FCKeditor filebrowser

I'm using CKEditor 3 and I need to integrate a cost-free filebrowser/uploader. I tried to integrate the one that comes with FCKEditor but I always get this XML error: The server didn't send back a ...
2
votes
4answers
1k views

Syntax Highlighting in Drupal

Which is the best module for Syntax Highligting in Drupal. I am using GeSHi for syntax highlighting my code. It was working fine then I installed a second module FCKeditor. Now GeSHi filter is not ...
2
votes
1answer
4k views

How do i customize the skin of CKEditor 3.0 (their docs are complicated)

How can i customize the skin for CKEditor 3.0 I downloaded a new skin and i have this js powering it at the moment: CKEDITOR.replace( 'pageBody', { toolbar : [ ...
2
votes
2answers
930 views

FCKeditor is leaving behind a lot of open tags - how to remove them

So I am using FCKeditor and the problem I am having is that when the user writes the document sometimes info is copied from Word, other times it is written directly in the editor and other times it ...
2
votes
4answers
1k views

is there a Way to strip all Unnecessary MS Word Formatting from FCKEditor

I have installed fckeditor and when pasting from MS Word it adds alot of unnecessary formatting. I want to keep certain things like bold, italics, bulltes and so forth. I have searched the web and ...
2
votes
1answer
246 views

Fck Editor upload images

I have a problem with images in FCK editor. when i try to upload images it gives me Connector disabled error and the images are not showing in the editor page. i am programming with visual studio ...
2
votes
2answers
4k views

FCKEditor in asp.net-mvc

How to add FCKEditor in MVC application? How to show database value comes in model, in FCKEditor?
2
votes
4answers
263 views

Rich Text IDE

Does anyone know of a javascript based Rich Text box that behaves a bit like an IDE so that in a management system I can provide a text area for CSS and/or one for HTML to be written into the box and ...
2
votes
1answer
5k views

How to set configuration or server to upload image in FCKeditor based on ASP.NET MVC?

I am using FCKeditor as web editor in my asp.net mvc beta application. I inserted FCKeditor in Create.aspx page and every function of FCKeditors works well except image file uploading from my local ...

1 2 3 4 5 7