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...
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.
...
Am searching for a CKEditor like component, preferably for delphi 7.
Any good free ones out there I could try out?
...
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>
...
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...
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...
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....
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:
...
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 ...
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...
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...
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...
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...
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...
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
...
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...
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...
i want to get non formated text from fckedittor
i want the plain text as entrterd by the user not the encoded
...
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
...
I am using ck editor. But editor changes the style information in between style tags. How can I fix this?
...