fckeditor

IE 6 javascript object type 'control'?

I have a custom image selector for FCKeditor 2.6.5. Everything works fine on Firefox, Chrome and Safari. But in the IE6 I get a strange type for the selection. The code for this is: alert(editorInstance.Selection.GetType()); And it returns 'Control'. What is this type and how could I access the HTML of the selection instead? ...

CKEditor Freezes on jQuery UI Reorder

Hi Everyone: I am attempting to reorder a dynamically created list of CKEditors using the jQuery UI framework, but I am having an issue with the editor freeing. It worked perfectally when I was just using a <textarea>, but now, after the dragging action completes, it doesn't let the user write any text. This is the Javascript code: $...

Strange problem in fckeditor

iam displaying fckeditor in a popup in IE it is working fine but in chrome and firefox on clicking the font tab and size tab one popup opens as usual for selecting the fontstyle and size of text but on scrolling the popup as its position i set to fixed remain fixed but that popup is going along with the scroll. ...

custom control inside xslt file

hallo all i am trying to put a custom server control this time it happens to be an fckeditor control inside my xslt file. i use this file for custom generated forms anyway i have no problem putting asp server controls inside the xslt but.. i get an error when i try to put a control with a diffrent namespace here is the code: <xsl:if ...

MVC2 application with Ckeditor "potentially dangerous Request.Form...

I'm getting the "Potentially dangerous Request.Form request value was detected from the client" exception when im using my FCK editor. How could encode before submit the form, or disable this validation without disable the Data Anotations validation? This is the code of my view: <% using (Html.BeginForm()) {%> <%: Html.Valida...

FCKeditor remove all font sizing, color, and font family on paste?

I am trying to remove all font formatting styles upon doing ANY paste into FCKeditor. Specifically because of the inconsistent way FCKeditor handles pasting between browsers when pasting from Word using different methods (using the toolbar button, Ctrl+V, or the edit menu). I read this http://drupal.org/node/630156 specifically the comm...

How do I get encodeURIComponent() to stop adding &#C2; character to &#32;&#32 ?

I have a form which incorporates a third-party editor (FCKEditor) in place of a textarea. When that is sent to javascript for encoding, I get something like the following: Some&#32;test&#32;notes.&#32; &#32;And&#32;some&#32;more&#32;test&#32;notes. The issue that I run into is with the ADDITIONAL space put into the string from the...

FCKeditor: displays the formating characters along with text.

have a form that uses FCKeditor. I can input with formatting, but when I bring back what I put in FCKeditor it also displays the raw html format syntax. I.E. <p>&lt;p&gt;&amp; Question: is there a setting I'm missing that uses the formatting to format the text instead of displaying the formatting syntax along with the text? thanks Ra...

FCK editor problem

i am using a link on clicking of which i am displaying an fckeditor with some default values in it for first 8-10 operation it is working fine after that it is generating script error FCKeditor is not defined the code i have written is $('a[id$=slideToggle]').click(function() { // Add the original message by default ...

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 FCKeditorAPI is not defined so is there any method in javascript to check whether fckeditor is loaded or not ...

FCK Editor oEditor is undefined

$('a[id$=slideToggle]').click(function() {if (typeof (FCKeditorAPI) != 'undefined') { var oEditor = FCKeditorAPI.GetInstance("<%=FCKeditorSelfDocument.ClientID %>"); var oDOM; if (typeof (oEditor) != 'undefined') ...

How can I customize FCKeditor with my own buttons?

Hi folks, I need to modify the open-source FCKeditor (not CKeditor) to allow users to select multiple files and upload them in one go (as opposed to selecting them one at a time). I've found a way to provide the functionality - there are ready made components that can be used. But how do I add custom buttons with custom functionality ...

changes in config of fckeditor are not reflecting

i want to have some changes in config.js of fckeditor. like i want to have some specific buttons for it.. but the changes are not reflecting on my page.. ...

Javascript error on page refresh

i am using an fckeditor outside the update panel and rest other things are inside update panel but on refreshing the page it is throwing an exception function WebForm_OnSubmit() { null;(function() { var editor = FCKeditorAPI.GetInstance('ctl00_ContentPlaceHolder1_FCKeditorSelfDocument'); if (editor) editor.UpdateLinkedFi...

Preserve style tag in fckeditor

I am trying to add tag inside fckeditors textarea. Fckeditor is removing the tag when I save it. I added FCKConfig.ProtectedSource.Add( /<style[\s\S]*?&lt;\/style&gt;/g ); to the fckconfig.js file but it is not helping. I did the same thing for the javascript tags and it works. To preserve style element, do I need to do anything el...

Ckeditor toolbar buttons, how do you get a button to wrap heading tags.

Hello. I was wondering if anyone knew if there was a toolbar config name you could add to ckeditor that gave you buttons to wrap content in heading tags? Just like the bold button for example, highlight the word and click 'h1' or 'h2'? I've looked in the docs but I cant seem to find a comprehensive list of all the possible toolbar but...

GWT FCKEditor integration

Hello! Does anyone know full FCKEditor integration for GWT including image uploading (java connector)? Thanks in advance! ...

fckeditor on mediawiki 1.16 doesn't show when using rtl languages

I have mediawiki 1.16 + fck editor (current snapshot). If the wiki is set to english everything works fine but on hebrew and arabic the editor does not show, only the regular toolbar shows. Any ideas? ...

How to upload the powerpoint document in fckeditor (model)?

In my application , i cant upload the ppt file that shows an error as invalid file type . How can i add ppt file in my file type?? ...

uploading image via fck editor.

Hi I am trying to upload image via fck editor.But when i am trying to do send the image to the server even the gif file is taking too much time.How to fix that issue. An Early reply is highly valued. Best Regards. ...