fckeditor

Why do I get Invalid Request when uplaoding file using fckeditor file browse?

I.m using FCKEditor(2.6.6) in an asp.net 2.0 project Using the upload tab on the link dialog, I get alertbox with 'Invalid Request'. yet when I use the resource browser to upload a file; It succeed. What the difference? ...

asp.net mvc multiple fckeditors field

how to add multiple fckeditor field on asp.net mvc page ok here is the code <% foreach (var OrganizationMeta in ((IEnumerable<Egovt.Models.OrganizationMeta>)ViewData["OrganizationMeta"])) { %> <% if (OrganizationMeta.vcr_DateType == "text") { %> <% TempData["OrganizationMeta"] = OrganizationMeta.vcr_MetaKey + La...

FCKEditor breaking HTML forms

I'm in the process of reproducing some standalone HTML forms as pages in a CMS that uses FCKEditor by simply copying and pasting the relevant code into the editor. But when I save and view the page, the HTML has been changed and the tag has been moved up to just below the open tag -- and not at the bottom of the form. This obviously r...

How can I automatically preselect/preload an FCKEditor template?

The template documentation works great, it's just that I would like to have a template preloaded by default. ...

FCKeditor in jQuery ui dialog not working

Hi folks, 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, which contains one textarea, that is replaced with a FCK instance. The form is loaded from the server using ajax on the clients...

CKEditor - overriding a core plugin

How do I override a core CKEditor (v3) plugin with my own implementation? ...

Remove CKEdit Instance

I can't seem to destroy instances of CKEdit per the documentation. Consider the following: <input name="txt1" type="text" id="txt1" /><br /> <a href="javascript:void(0);" onclick="create()">Create</a><br /> <a href="javascript:void(0);" onclick="destroy()">Destroy</a> <script type= "text/javascript" > <!-- function create() { var h...

Problems Embedding Video using FCK Editor

Hello, I am using FCK Editor 2.6.4 and having problems trying to embed a (non-YouTube) video into a content area. I found this previous question / post: [EDIT -- as a new user, I am only able to post one link in this post. The post in question is titled, "Can I embed video using FCK Editor?") and have investigated all of the propose...

ckeditor jquery integration

can some one guide me to a good tutorial for jquery ckeditor integration? ...

What is a good way to interact with iframe elements using Selenium IDE?

I am wanting to test a web application which uses FCKeditor in Selenium IDE. Unfortunately, FCKeditor uses iframes, which are difficult to test in Selenium IDE. Basically, all I want to do is set the value of the FCKeditor editing area and read it later to see if the value was submitted correctly. I suppose this question is two-fold: ...

fckeditor doesn't show in safari

I have a problem with fckeditor, it shows in all the browsers but doesn't show in safari. Does anybody have a solution? ...

What is the below code

Hello, I am getting an issue wherein I am using FCKEditor, and once I type in something, in the source of FCKEditor, something like below is getting iserted automatically. <input type="hidden" id="gwProxy" /><!--Session data--><input type="hidden" id="jsProxy" /> <div id="refHTML">&nbsp;</div> Some hidden tag is getting inserted, whic...

Problem in Fck Editor With Html Content

Hi I have pasted the html content(with Style tag) in the source view of the FcK Editor ,but when i view the fck editor after removing the source view i could not able to view the proper design of the html design and after that when i again go to the source view i could not able to find the html content but only the normal content. Coul...

CKEDITOR Define Editable Area

I'm using CKEDITOR to update the body content of various pages on a website. While I have applied the existing stylesheets via config.contentsCss, I need to wrap the editable area in some HTML like: <div id="contentWrapper"> <div id="content"> [EDITABLE CONTENT] </div> </div> Additionally, I need for only [EDITABLE CONTENT...

ckeditor: how to wire up menu buttons?

I have ckeditor embedded into one of my pages....but I don't know how to wire up certain buttons in ckeditor to perform specific actions. Most importantly, how do I tell it when the save button is clicked to save the document? ...

Portal articles migration, need a htmleditor with API, fckeditor ?

Hey, we are migrating articles from old portal to new one. The source of articles is atom feed and they will be added to atomPub server of the new portal using apache abdera. Each entry, when being processed by abdera in the object representation, should be placed into a queue and supplied to a htmleditor when a person-editor clicks "ne...

fck editor problems

Hi i am having a fck editor in my site(admin section) for the EmailTemplate.Now the fck editor is loading fine and works normal except when i try to add image using insert/edit image button or try to view the source option in the fck editor i get the following error The resource cannot be found. Description: HTTP 404. The resource you ...

What Event is Triggered on Save Click in ckEditor?

I've added a ckeditor editor instance to my asp.net application. Now, I want to capture when the user clicks on the save button in the ckeditor toolbar - but I haven't been able to find what event is triggered by ckeditor when the save button is triggered. Does anyone know? ...

default data in fckeditor with jQuery

I have following code in my view. = fckeditor_textarea("newsletter", "info", :toolbarSet => 'Simple', :width => '100%', :height => '400px') In my controller I have created an object for that which contains value. @newsletter = Newsletter.last But in display data is not loaded in fckeditor. So, how to do that? ...

FCKeditor. Work with image

I have two problems with image upload in FCKeditor. I. The folder for uploaded files is "user" and it situated in the root of the web-site. There are two ways to upload image in FCKeditor: 1. Insert/Edit Image - Browse Server - Upload a new file in this folder - Upload. Image is uploaded to the folder "Image", which situated in the fold...