fckeditor

FCK Editor Plugins and DotNetNuke

I have a plugin I developed for FCK for our management site - its not a hugly complicated one but it was working untill we upgraded our site to DNN 5.2.2 Now the functionality of the plugin appears to be okay (at least it has the correct info in the dialog box) but the 'okay' button does not appear at all - other dialogs appear to not b...

Text editor(FCKEditor) ruby on rails/ PHP

I have an application that is running on Rials so now I want to add the text editor(FCKEditor/TinyMCE) to adit text/uploading images on website. I have google the internet until I got FCKeditor for Rails(http://rubyforge.org/projects/fckeditorp/) "which has a function of uploading pictures but ones you uploaded the images you can't dele...

CKEditor and Font Color saved but not working

Hi everybody, I've just installed CKEditor and call it with JS tag. When I save the text, all the font attributes (indentation, space, size, decoration,etc.) are correctly saved . The problem is that when I want to edit the data, with CKEditor, all these attributes are well loaded but the COLOR even if, in the example below, it's set t...

CKEditor "protects" me from inline stylesheets

I'm trying to integrate CKEditor into Wordpress for a client. I'm not too familiar with it, it's the first time I use it. The client wants to use CKEditor on a textarea that gets stored into a custom field and is displayed in the sidebar of a page. I added support for this form of editing by adding meta boxes to the page edit window. I...

Wysiwyg Tiny MCE, problem adding custom links

I am trying to see witch one i like best, Tiny MCE or CKEditor. The problem that i am getting is that i need to add a custom toolbar button (or extend the anchor button). Trying now to modify the advlink plugin to insert internal links from the CMS. So i modified the page link.htm and added one button next to the href field. This button ...

CKEditor with SCAYT over HTTPS gives Security Warning

I've got a CKEditor WYSIWYG text and HTML editor control on an HTTPS/SSL web page. I just today enabled the SCAYT (spell check as you type) feature and now see a Security Warning when the page loads. It seems to be caused by these four files: http://svc.spellchecker.net/spellcheck31/lf/scayt/_base.xd.js http://svc.spellchecker.net/spe...

Free image uploader with CKEditor

Hi everybody, I'm using CKEditor to allow the users sending nice rich texts. The problem is that, with the very new version, we must couple it with CKFinder (which requires a license key if deployed) to allow the users "exploring the server" or downloading the images. Is there another free plugin than CKFinder? Should I go back to the F...

problem in fckeditor image

hi.. i'm developing an application in which i'm using fckeditor to get content from user. content may contain images also. i want export that content to msword. i have done everything but while displaying image , images are not displaying. what should i do now? ...

Problem in using RequiredFieldValidator for validating FCKEditor

Hi When i use RequiredFieldValidator for Validation FCKEditor , The first time that the form gonna submit , RequiredFieldValidator prompt (ErrorMessage) and indicate that FCKEditor is empty , while it isn't . Again if you try to submit the form , It's OK and there is no problem .At this case user have to hit the submit button twice ...

Can't get FCKEditor to work in a virtual directory.

I have a WebForm that contains the following definition for the FCKeditor: <FCKeditorV2:FCKeditor ID="txtBody" runat="server" BasePath="/fckeditor/" Height="480px" ToolbarSet="WebCal1" > </FCKeditorV2:FCKeditor> This works fine in my VS2008-based web application. However, when I d...

FCBKcomplete, Create a new TAG with Commas as opposed to Enter

Currently, FCBKcomplete created new tags after you type something in and press enter. Is there a way to get the plug-in to allow for comma's (which is how tags are commonly separated) to create new tags? I'd hate to have to try to retrain users to user enter as opposed to the more standard comma separator. Plugin: http://www.emposha.co...

fckditor compatibility issue

i'm using fckeditor in php.problem in IE6.when i bold a word, working fine. but when i remove bold, it doesnt work. not only bold, and also italics, underline also. ...

FCKEditor in Rails: add ID attribute

I'm using FCKEditor in my Rails app to create HTML forms and it goes very well, except that no ID tag can be filled out. It asks for name and value with the input tags, but not for an ID. Is there a simple way to enable this or to add this manually? Thanks! //Edit: If it's easier: a check that the name attribute has to be unique would b...

Can LGPL licenses be used in our proprietary systems?

We want to use either the FCK/CKeditor or the TinyMCE editor in our CRM application. We charge the customer use of the CRM system which is bespoke to use and them. I noticed both the editors have GPL and LGPL licenses. However CKEditor has a Closed License too in addition to the LGPL. My questions are: 1) Although we don't sell our cod...

Is fckeditor free for use in freelance projects?

This is more of a licencing issue than a code question. I really like the ckeditor editor and would like to use it in my freelance projects which I do for clients. However upon reading the license page it has me in a bit of a confusion. DO I have to buy licences if I intend to use this in cms websites that I build myself and hand over to...

How can I integrate FCKeditor in a Zend Framework application?

I've seen there are questions here about how to integrate scripts in ZF. There are also some questions about FCKEditor. But I have found nothing about both ZF and FCKEditor. Does anyone use FCKEditor with ZF? Alternatively...is there an RTE which can integrate well with ZF? Thank you ...

How to select an image in FCKEditor 2.x using javascript

Hi all, Is there any way to select the image in FCKEditor 2.x using javascript api? I need select the first image automatically after the editor got focused. The the result should be the same as the user clicked on the image. Thank you in advance. ...

DotNetNuke will not save from editor

A DNN site version 05.02.00(275) When editing a HTML module the following happens: If I make the changes and save before the cookie "portalaliasid" expires (within 1 minute) all is well. BUT if I stay in the editor for a longer time, say 2 minutes, and posting I end up at the editor again with the old content. All my previous work is lo...

PHP & MySQL fckeditor integration?

I just downloaded fckeditor and dropped the folder into my root directory but I don't know how to install the fckeditor into my forms for example, I wanted to integrate the fckeditor into the About Me and My Interests form fields in the form below, but I don't know how or even how to change the fckeditor skins. Can someone show me how to...

PHP fckeditor problem?

How do I correct the following error that is listed below. I'm using PHP & MySQL. I get the following error. Not Found The requested URL /fckeditor/editor/fckeditor.html was not found on this server. I followed the directions on http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Integration/PHP ...