fckeditor

Adding ASP or Dynamic Content into the FCK textbox

Hi there, I'd like to add some dynamic content into the FCK text box when I'm adding links, for example when I add a link or link some text I want to be able to put some ASP delimeters into the textbox and a variable name. Something like this <%= myLinkVariable %>. I've tried looking at the textbox content in the source view and adding...

fckeditor fileupload freeze, with autosave.

i work with asp.net and use the fckeditor. i got autosave with ajax updatepanel on my page and when i use the fckeditor fileupload it freeze, i cant do nuthing it stays open and i cant close it. i dont know why? i was thinking maby do a javascript that could detect if it was open then not run the autosave at that moment, you think that...

How do i customize the skin of CKEditor 3.0 (their docs are complicated)

How can i customize the skin for CKEditor 3.0 I downloaded a new skin and i have this js powering it at the moment: CKEDITOR.replace( 'pageBody', { toolbar : [ ['Format'], ['Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'Link', '-', 'About'] ], }); I hope its simple ...

Speeding up FCKEditor

Does anyone have a technique for speeding up the FCKEditor? Are there some key JavaScript files that can be minified or removed? ...

how to show the full html source on fck editor?

fck editor does not show my html tags, when i view the source using fck editor the source does not include the html start and end tag, as well as the head tag, looks like it only shows the body tag ...

FCK-Editor set image path in DotNetNuke

Hi trying to set the default image-path of the FCK-Editor in DotNetNuke..?! any ideas? Best Regards RL ...

Question About FCK Editor? And Control validation?

I have added FCK Editor in my project. In that user can able to create a form with the controls provided in FCK At last the project will be shown to the customers they don't have any idea about HTML.So they might enter the same name for all the controls? while saving source of a FCK Editor once all form creation is done into the Database...

Setting custom toolbarset of FCKeditor in CodeIgniter

hi guys, I really need Ur help here I’m using fckEditor 2.6.5 with CI 1.7.2 I used this steps to pluged it into my project : http://codeigniter.com/forums/viewthread/107642/ I want to ask, how to set custom toolbarset in fckeditor??? some of articles said to doing that is by editing fckconfig.js with adding new custom toolbarset over th...

CKEditor IE8 issue

Has anyone experienced this problem with CKEditor and IE8? Basiclally, when the content included a nested p tag, you cant edit the content. i.e. <div> <p>This content cannot be changed in IE8</p> </div> Anyone have a fix? UPDATED with an example Sorry for pulling this back up, The problem is caused when the div has a width OR a he...

How to import a file into FCKeditor. and in which format the files will be stored by the fckeditor?

Hi, I am using FCKeditor and I would like to import a file into FCKeditor and i would like to use that file. So, how can I upload or import a file into fckeditor.? In which format the fckeditor will save the files on saving them? Please, do any body will answer me ? ...

Syntax Highlighting in Drupal

Which is the best module for Syntax Highligting in Drupal. I am using GeSHi for syntax highlighting my code. It was working fine then I installed a second module FCKeditor. Now GeSHi filter is not working with FCKeditor. Do anyone have any idea why these modules are not working together. Thanks in advance. ...

How Do I disable the button that hides/shows the toolbar in CKEdtor 3.0?

I'm current creating a custom configuration for a CKEditor installation. I got all fixed, besides disabling the toggle button that hides/shows the toolbar. So my question is: "How Do I disable the button that hides/shows the toolbar in CKEdtor 3.0?" ...

Add class or ID to FCKeditor's editable iframe body

I'm using FCKeditor to edit the contents of a div. This content div has an ID set so my CSS can target the p, li, img, etc tags contained. I want the FCKeditor's contents to look the same as my div's contents. I have @import'd my stylesheet in the fck_editorarea.css, but of course the FCKeditor body does not have the ID set, so the style...

How to integrate CKEditor into Asp.net MVC

Saw this post at CodeProject for FCKEditor. Can someone explain what about the new version? Thanks! ...

FCKeditor Upload feature not working, no error

Using FCKeditor (2.6.5) When I use the upload feature it acts as if it has worked (no errors) but does not upload a file. I can view other files in the upload folder with the file manager that I ftp in and can also create folders with fck. Any thoughts? ...

Can any of the rails wysiwyg plugins easily submit all images to a controller rather than a file upload path?

I've tried ckeditor and fckeditor plugins, and while easy-fckeditor works rather nicely, it drops my files in a common directory. If I have overloaded image names or versions, they get clobbered. FCKEditor is great at the present time, but I'll would prefer to be able to capture the image upload into a controller, similar to paperclip,...

CKeditor integration with FCKeditor filebrowser

Hi everybody. I'm using CKeditor 3 and I need integrate a filebrowser/uploader. It need to be free. I tried to integrate the one what come with FCKeditor but I allways got and xml error: http://pastie.org/743024 I'm trying to do it in this way: <script type="text/javascript"> window.onload = function(){ CKEDITOR.config.language='es...

How to use Rich Text editor for an XUL application

I am trying to implement Rich text editor like http://tinymce.moxiecode.com/ for my XUL application. It looks like i can't user tinymce as some of its scripts is using the element "document.body" and firefox is not supporting it. Did any implement a rich text editor in XUL. Please let me know. ...

Integrating FCKEditor in CodeIgniter

Hi ..... I want to integrate fckEditor in CodeIgniter. Can you help me to implement it ? ...

FCKEditor how to add a Toolbar Button ?

Hello all readers. I like to add a button on FCKEditor toolbar that will execute some JQuery code on Click event. Is there any solution ? What I like to do with that is the following: I have create a database driven File System Manager that is build on ExtJS and CakePHP. Now on some other page I have create a form that use the FCKEdi...