fckeditor

How to Install FCKEditor in YetAnotherForum

Hi, I want to install FCK editor in latest Yaf(yetanotherforum.net) but the instructions I found in Yaf forums are not correct or not for the latest forum release of them. Could some body give me the working instructions if they did the same thing. Thanks in advance. ...

how to set image path for fckeditor?

Hi, I am using fckeditor for php. I have set absolute path for image uploading. Image is uploaded but I am being unable to use image that is uploaded. Can anyone help me what may be problem. Here is the code i have changed in config.php file. // Path to user files relative to the document root. $Config['UserFilesPath'] = '/userfile...

How to let users add object tags in FCK editor?

I am using FCK editor, and allowing object tags to be entered... however, the only way to do this seems to be for the users to enter the tags in the SOURCE section... most users aren't so hot at techy stuff like that... ...

cannot see bin folder in fckeditor download

I tried to download fckeditor but there was no bin file containing any dll's after extracting the zip from: http://sourceforge.net/project/downloading.php?group_id=75348&filename=FCKeditor_2.6.4.zip Am I being dense? Where is the bin file? ...

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 transferring so well and immediately -- just messing around with it today, I managed to get a data-driven web app up and running, almost eff...

"A potentially dangerous Request.Form value.." error when ModelState.IsValid is false

In one of our ASP.NET MVC application we are using FCKEditor to allow users to enter rich text. In order to turn off the validation in the controller actions we set the attribute [ValidateInput(false)] Users are able to save and modify the rich text as long as there are no business validation errors in the page. If any of the busin...

Free spelling checker for FCKeditor?

I am looking for a free spelling checker that is compatible with FCKeditor and would work with FF & IE. I am aware of Speller pages. Speller pages requires installing PHP and execute permissions to cmd.exe (scary?). ...

asp.net mvc and fckeditor

would like to use fckeditor or similar for building/editing webpages on the fly but there are a few other old questions where there are issues am looking for any recent experiences/alternatives ? thanks ...

asp.net mvc fckeditor upload image error

has anyone been able to get it to work with asp.net mvc ? changed the extension in config to .aspx there's a asp.net control as referred here http://forums.asp.net/t/1060019.aspx but haven't seen any asp.net control usage in mvc is it possible if there's no viewstate required ? anyone been able to configure fckeditor to uploading ima...

Where is some GOOD documentation how how to properly databind TinyMCE or FCKEditor in order to store in SQL database? (VB)

I have searched high and low and can only find some very bad documentation on how to properly save the data from a rich text editor to a SQL Server database. I am not working with personal profiles, I just want to understand how it is properly done, including how to properly escape said data. ...

Hide scripts from FCK Editor

Is there any way to hide text and scripts from appearing in FCK editor in normal view ? ...

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 editor with the html from the hidden ContentBody element. function FCKeditor_OnComplete( editorInstance ) { edi...

FCKeditor and accessing the editor selection

I have added a custom file selector plugin for FCKeditor and inserting of a new link works fine. The problem is that I should be able to detect when the current cursor location or selection is a link already. At the moment this causes nested anchor tags instead of updating the existing link. The FCKEditor JavaScript API is not too helpf...

ERROR in FCK EDITOR

i am using FCK EDITOR latest version 2.6.4.1 and i found an ERROR while uploading an IMAGE. The Error is as follows. File Not Found Firefox can't find the file at http://174.120.17.194/~newlife/includes/FCKeditor_Latest/editor/filemanager/browser/default/browser.html?Type=Image&Connector=http://174.120.17.194/~newlife/includes/FCKe...

FCKEditor - How to use the Save Icon on the toolbar?

It's just my first dive on FCKEditor. My simple question is how to use the Save icon on the toolbars, and my second question is how to remove/hide some of the toolbar icons? I am using asp.net and c#. Thanks. ...

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 code-behind? I know the path for uploaded files are set in the config.ascx-file with the UserFilesPath setting, but I can not find a way to override...

Using FCKEditor across domains

I have a site where I'm moving all its components over to a cookieless domain. i.e. my site is example.org.uk and the cookieless domain is examplestatic.me.uk. I am using FCKEditor as a part of this site, but it doesn't load properly when I set the source to examplestatic.me.uk/fckeditor/fckeditor.js. How can I get FCKEditor to work on...

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 2008. please help ...

How to force style overrides in CMS?

Preface/Environment: I'm using fckEditor, asp.net MVC, and jquery Our site has a set of sitewide styles. They include fonts, lists, and certain other basic functions. body p a ul ul li div.content etc.... The problem comes in with our CMS. We're using FCK editor, and saving the content changes to a database which are then served...

Allow users inserting with images along the text. How to implement and security-related issues.

Hi there. We have a website that we want to allow users insert images in all inserted text. We where thinking to use fckeditor native functionalities to implement this. Do you recommend? What kind of security related concerns do we have to do? I notice that stack overflow use image servers to display images. Do you think is because s...