fckeditor

FCK Editor Spell Check Problem

When clicking on spell check the following error is occuring undefined method `full_sanitizer' for FckeditorController:Class in the popup window Rails Version 2.3.2 FCk Editor Version 0.4.3 ...

ASP.NET - How do you escape an apostrophe with a slash to insert in a database

I am not sure how to escape an apostrophe with a slash. I am using fckeditor and fckeditor replaces all single apostrophes with double apostrophes. My code is doing the same thing so when I view the content there are two apostrophe in the html. I thought that I could escape the apostrophe with a slash and that should do the trick. ...

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

hello, 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 came up with solutions that strips everything away even the stuff that i wanted to keep like bold and italics. Is there a way to strip ...

adding @font-face to CKEditor

I would like to add a font to the CKEditor font combo box. This in itself is easy enough. However the font I would like to add is a custom font that I use with the @font-face CSS3 attribute. I managed to do that but the editor itself does not show the custom font. If I just take the html created by CKEditor and show it in a div on the pa...

FCKEditor loses large amount of content on POST

Hi, So here's a very strange thing I've seen FCKEditor do: If there's a large amount of text pasted in it, it will simply drop it and empty itself upon POST for some very odd reason. I'm not sure what to debug to catch the error in my code or if it's just a limitation of the editor itself. Thoughts? I should say that it works just fine...

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? ...

In Asp.net which controls are n't compatible inside updatepanel like fck editor

In Asp.net which controls are n't compatible inside updatepanel like fck editor ...

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 could be done both ways. What this leaves me with in the DB is a lot of tags that are open and never closed. This is throwing my layout off...

rails fckeditor abnormal behaviour in firefox

I'm using Scott Rutherford's fckeditor rails plugin 0.1.2 for my project. I attached it at the bottom of a page which requires scrolling. When I scrolled down and started to insert text into the editor, everything is fine across all 3 browsers (Firefox 3.5, Chrome & IE8). The problem is when I pressed on the ENTER key to insert a new pa...

Limiting FCKEditor to only one input format in Drupal?

I have two input formats on my Drupal installation, namely: 'html' and 'plain text'. I want to have the FCKEditor ONLY appear if html is selected, but not if plain text is chosen. Is this possible? I know this was possibl with TinyMCE, but I can't figure out how to do it with FCK? ...

Why can't I get value fckeditor. done after their code example [Javascript]

Hi. I wonder why I can't get value from FCKEditor with this javascript? I work with asp.net so I know the controls get different names, mine is in a placeholder and in a usercontrol. How should I approach it to find the FCKEditor? thx function test() { var oEditor = FCKeditorAPI.GetInstance('FCKeditor1'); var pageValue = oEdito...

JavaScript gets executed twice in FCK Editor

I am facing a strange issue here: I am using the FCK Editor. When I go to the 'Source' view and add some JavaScript to it, it executes fine. The JavaScript is supposed to display a random image. The issue is that putting the script in the FCK Editor executes the javascript twice, so the same image is also shown twice On investigation I...

Specifying edit paths in Drupal for FCKEditor?

With the FCKEditor, you can specifiy paths where the editor must be included. Eg. node/add/email Which works great, until you need to go back and EDIT that node. Which means you end at a path like so: node/284/edit Now, the fck editor no longer works, because the path isn't valid. Is there any way that one can get the FCKEditor to...

Watin testing of FckEditor

I have been working on the integration testing of a webapp using watin. The webapp uses fckeditor as one of the richtext controls. Here is the piece of html of the viewsource of my webapp that includes fckeditor iframe id="ctl00_HeaderMain_txtSafetyNetDescription___Frame" src="/FCKEditor/editor/fckeditor.html?InstanceName=ctl00_Header...

How to reset fckeditor with reset button in php or java script?

See the below Image. I have added a reset button at the end of form. When user press "reset" I can clear all inputs. But I don't know, how to clear this fckeditor values. Thanks in advance for helping me. Sagar. ...

How can I enable the FCK editor spell checker in Internet Explorer 8?

I need to enable the spell checker in FCK Editor. Its working fine with Firefox, But its not working in IE 8. My settings in fckeditor.js is, FCKConfig.SpellChecker = 'ieSpell' ; // 'ieSpell' | 'SpellerPages' FCKConfig.IeSpellDownloadUrl = 'http://www.iespell.com/download.php' ; FCKConfig.SpellerPagesServerScript = 'server-scripts/s...

MathMl Plugin in FckEditor

Hai All, I am unable to register mathml in to toolbarset.Please anyone tell me the process of adding and install mathml plugin. ...

How to modify Toolbar Icon to show Text in FCKEditor

Does anyone know how I can add text into the toolbar? I would like to add some text to one of the buttons just like how the button for "Source" has the small icon, but also has the word "Source" beside it to describe what that button does. Basically none of my test users knows that the little mountain icon is used insert an image. Becau...

FCKeditor free commercial license

Hi, just want to ask if there is a free commercial license of FCKeditor? older version maybe? I just need a simple web text editor. Any suggestion?? Thank you. ...

Changing how fckeditor sets the path for images

I found this question that is really close to what I want. Here is the situation that makes this question different. We have a C#.NET web application that creates newsletters for emailing out. Because we are using email, we have to have a static URL for every image. I have done what was instructed here, however, the users like to use...