Could somebody with experience in CKEditor give me some pointers where to edit the structure and contents of the "insert Link" and other dialogs?
At the moment, I want to modify the width of the link window, so that changing tabs doesn't result in the dialog being resized every time.
I'm sifting through both the minified and unminified...
I have a problem with FCKEditor and TinyMCE.
I need a WYSIWYG editor that doesn't modify HTML when changing views (like fixing broken HTML etc.)
I have tried different configuration parameters, but none of them turn off html modification entirely.
Is there a WYSIWYG editor that doesn't modify HTML even when its broken?
...
Hi,
Im using FCK Editor control instead a textarea element. I installed it without problems.
But when i want to validate it with a Custom validator of ASP.Net 2.0, im not getting the result expected.
These lines are the code that i have:
<textarea style="width:30px;height:20px;" class="ckeditor" id="txtdescription" runat="server" na...
Hello,
I have the following:
POST page that allows users to write text in CKEditor
VIEW Page, that views the text in CKEditor
How can I make CKEditor in the view page READ only, meaning the user can not edit the text in the note? The reason I want to use CKEditor in the view page is for 2 reasons:
1. I can use JavaScript to move the ed...
I am unable to replicate the problem when I want to but it seems like every now and then, my site using FCKeditor will load the interface but not the content (Clicking the buttons don't do anything). No javascript errors show and once it starts doing it, it usually is tough to get back to normal. The way I found to work best is to click ...
hi!
i'm using WYSIWYG module to implement FCKeditor in drupal. If i want to add an image(upload from the user's system and not an url) in the content, how'd i do?
i've Image, ImageCache modules installed.
or do i need another module for this to be done?
thanks.
...
Hi, I am using the upload feature in the latest CKeditor, it displays the upload button fine and send to the correct upload file. The problem I have is that the CKEditorFuncNum is empty.
This is the code I am using in the upload script.
<script type="text/javascript">
var CKEditorFuncNum = <?php echo $_GET['CKEditorFuncNum'];...
The CKEditor website is somewhat lacking; can you tell me how to remove the status bar ('body ul li ...') from CKEditor?
There is a list of HTML at the bottom of the editor - body p ul li - representing how the typed text will be generated and I want to remove this list.
...
Hi All,
Is there any method available to strip unwanted background content (external css) being submitted to server by FCKeditor?
Currently many users are directly copying from web contents or from external editors like MS Word 7 which adds unwanted stuff in background while storing data to database. For e.g. when i copy pasted content...
I am using FCKEditor ASP.NET control 2.65 in my WebForms application. How can I set it to be readonly (preferably from the serverside)?
I am not seeing either Enabled or Readonly properties.
Am I missing something really simple?
...
Am using FCK Editor & chars length in editor <= 2000 (this is configurable) including formatting (that is HTML tags it generates). If user tries to enter more than 2000 characters, I kept an alert that "You can't enter more than 2000 chars". But if user entered 1999 characters and clicked on Formatting toolbar icons it is exceeding 2000 ...
Everytime a page loads I need to load text into the CK Editor using JQuery, in order to get data from CK Editor I use
var editor_data = CKEDITOR.instances['editor1'].getData();
now is there a similar function I could use to put the data back into the editor?
I'm using ajax to set the data like this
$.ajax({
type: "POST",
url: ...
The bottom of the FCKEditor seems to cut off - the border is not seen. This only happens in Google Chrome. IE and Firefox seem to be ok. This is the FCKEditor control with barely any customization.
Is there anyway to fix this?
...
I want to install FCKTableHandler. All I have is a script. Is there any documentation on how and where (which directories,) to install it? Thanks
...
Hello,
I'm using the CKEditor 3.1, and find that whereever there is a box on the page, the ckeditor causes a new empty select box to appear next to it (although it has not been applied to that specific element.)
This seems to be a known issue : http://dev.fckeditor.net/ticket/4528
Has anyone been able to get around that?
Is there any ...
Hi guys,
I'm trying to deploy fckeditor demo war in Tomcat 5, everything is fine but when I'm trying to browse the images it says "The server didn't reply with a proper XML data. Please check your configuration."
The same working fine in Tomcat 6 :(
These are the three steps I found on fckeditor website:
1. Download the fckeditor-j...
I just wanted to know how to configure FCKEditor to upload files and images to the server where the website is hosted.
The relevant part for it's config file(i think) looks like this:
FCKConfig.LinkUpload = true ;
FCKConfig.LinkUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + _QuickUploadLanguage + '/upload.' + _QuickUpload...
I wrote a CMS that utilizes the FCKEditor library, it has worked flawlessly, but recently has stopped working. Instead of showing all of the WYSIWYG controls it is just being rendered as a simple textarea.
I have not changed anything and it is happening to two different clients on two separate servers.
Does anyone have a clue what migh...
When i use the file browser to upload the image it shows it's in the correct folder but when I physically check the folder the image isn't there. When I "browse server" it shows the image is still there and I can put the image in the window.
any idea why the image isn't actually there?
Also, if i try to delete the folder I used to uplo...
I have used CKEditor in my ASP.NET pages. But after than, that pages are very slow. Is it possible that it is caused by CKEditor?
...