fckeditor

PHP FCKeditor skin path problem?

I can't seem to change the skin path using the FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/silver/' ; form the http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/SkinPath tutorial. I get the following error listed below. How do I fix this? Parse error: syntax error, unexpected '=' Here is...

How to use Fckeditor inasp.net website

I have added fckeditor in my asp.net(vb) web site but i don't know how add pages to update at run time? 1) How to add .aspx pages in fckeditor so that i can edit an create new pages or tabs. ...

FckEditor like component for Delphi

Am searching for a CKEditor like component, preferably for delphi 7. Any good free ones out there I could try out? ...

Fck Editor Multiple Editors

Hello, How would I be able to achieve something like this: have multiple textareas and only want one toolbar. What I want: <div id="Editor"> <!-- Toolbar will go here --> </div> <textarea>Some content...</textarea> <textarea>Some content...</textarea> ...

ckeditor problem on Windows system

hi, i'v got a trouble, i want to use Ckeditor with my project, i have Windows with Zend Server installed (apache2, php 5.2, mysql5), encoding is utf-8. When i initialize ckeditor or another elRTE editor i have error: syntax error [Break on this error] \n all html is valid, if i delete doctype line, script says that error in another line...

ckeditor problem: extra html tags in source

I am creating an editor in asp.net MVC application using ckeditor. In textarea i have just written "Sample Text", but when i load the ckeditor and click on source button of ckeditor it gives me a lot of html like html > body > p > [Sample Text]. Why its creating extra html tags?? i have to send the content to database for saving html but...

Smarty issues with Fckediter

Hello all, I'm new to this forum , i hope u do not mind questions even if its stupid. i m trying to post a value from the fckeditor embedded in smarty template.The value submitted is, a b c d however when echo the posted value i get , a b c d which is very irritating because i want the actual value submitted....

CK editor and missing image URL

I have integrated CKeditor with my admin panel (php) I have writtien a function for calling editor: function editor(){ $txt = '<script type="text/javascript"> CKEDITOR.replace( "kabst",{ filebrowserUploadUrl : "'.UPLOAD_SCRIPT.'" }); </script>'; return $txt; } and define: ...

Javascript DOM failing when moving a CKEditor node

I need to be able to swap CKEditor rich text areas throughout my webpage. My current script works great when there's no CKEditor applied, but does not successfully move the text area (and entered text) when CKEditor is applied. Here's some code(it needs ckeditor to work): <html> <head> <title>Sample - CKEditor</title> <script ...

Saving special characters using FCK Editor

Hi, I'm using FCK Editor, and in the Special Characters I've added °, degree (& deg; or & #176;). When degree symbol is added, the source contains "& deg;", but when I'm sending to the server it is being assigned internal to a textarea and this degree symol is not being converted and is being sent as ° (degree), because of this the sam...

FCK editor - How to define userfilepath

Hi everyone, I have this urgent issue here. I don't seems to be able to define the userfilepath correctly. I'm using fckeditor v2.2 on .net3.5 Here is whats happening - My main site (where all the uploading via fckeditor takes place). 'http://123.123.123.123/Admin/default.aspx' The site which display all the images uploaded fro...

Adding CKEditor through javascript onclick event adds a CKEditor to the DOM but does not allow me to enter text into it. Why?

Hi, I'm adding a ckeditor to my form using the onclick functionality - i.e., when the user clicks a button, the ckeditor is added to the form. I'm echoing out the html generated when a ckeditor is added to a page through the javascript function. The ckeditor is added, but the text area cannot be modified. is it because i'm adding the h...

FCKeditor extension in mediaWiki is Throwing Error

Hi, I'm trying to add FCKeditor extension in mediaWiki and I followed all the instructions that are written in their documentation http://www.mediawiki.org/wiki/Extension:FCKeditor_(Official) but it throws me this error. Strict Standards: Declaration of FCKeditorParser::makeImage() should be compatible with that of FCKeditorParserWr...

You don't have permission fckeditor php

i upload fckeditor in myadmin and i also make upload files in $Config['UserFilesPath'] = '/uploadfiles/' ; i had also gave 777 permission in upload files and browse.html but when i want to upload files there is showing error as below "You don't have permission to access /wealthfinance/admin/fckeditor/editor/filemanager/browser/defaul...

FCKeditor extra unwanted slashes coming

When I try to save text using FCKeditor, too many extra unwanted slashes gets added to the text saved in database. thanks in adveance for any solution,suggestion ...

FckEditor in Rails: textarea problem + ID

Hey all, I'm using the FCKEditor in my Rails app and everything works as it should except for ... 1] When putting a textarea into the fckEditor, saving it and going back to the page, everything after the textarea is posted below the FCKEditor as plain HTML code. So when I resave, everything after the (first) textarea is lost. Anyone ever...

FCKeditor for ASP.NET: file upload size limit

Hi all, I'm working on an asp.net website written in vb. I embedded fdkeditor in my page, and it works fine. As it includes image-upload feature, which works fine as well, I need to limit the size of the file before it's been uploaded. I wonder I couldn't find anyting satisfactory on web, it seems fckeditor's developers haven't ever t...

how to get unformated text in fckeditor in javascript

i want to get non formated text from fckedittor i want the plain text as entrterd by the user not the encoded ...

multiple files upload in fckeditor

how can i have the functionality in fckeditor to have multiple files upload in fckeditor i want to select multiple files thru its image button in toolbar ...

CK Editor changes the style

I am using ck editor. But editor changes the style information in between style tags. How can I fix this? ...