Hi there,
I am trying to get UTF-8 encoding working with CKEditor/PHP/MySQL/HTMLPurifier.
I have converted the character sets of the database tables/fields to utf8-unicode-ci.
I have set the following in the ckeditor config:
config.entities = true;
config.entities_latin = true;
config.entities_greek = true;
config.entitles_processNum...
I believe this may be related to http://stackoverflow.com/questions/1038129/need-pure-jquery-javascript-solution-for-cleaning-word-html-from-text-area
But in my case I am using CKEditor; however, before sending the data to the server (or after receiving it back) I'd like to strip out "junk" HTML tags and comments such as those that appe...
How do I switch off this bottom bit? Can't seem to find it in the docs, can do just about everything else...
config.??? = false;
Answers on a postcard boys and girls.
:D
...
When I pick a file and click "Send it to the Server"
I get the error:
ActionController::InvalidAuthenticityToken in MediasController#new_from_disk
Parameters:
{"upload"=>#<File:/var/folders/Fr/FrWbhcV1HdGpFgn7Lh7OhU+++TI/-Tmp-/RackMultipart20100802-4884-olu0e5-0>,
"CKEditorFuncNum"=>"42",
"langCode"=>"en",
"CKEditor"=>"object_cont...
An image says a thousand words:
http://i35.tinypic.com/hu3a1e.png
A flash object in a CKEditor dialog is being blocked by the IFrame element. This only happens on Chrome. I have tried changing the z-index, that didn't work at all.
Any ideas?
...
I'm building a dynamic form using XML and XSLT. Anyway I'm using a custom asp.net control for CKEditor, it's an HTML editor.
When I try to add the controls from the XSLT using Page.ParseControl(<the-string-from-the-xslt-here>), I get a warning saying:
Unknown server tag 'FCKeditor.CKEditor'
And of course, if I remove the control f...
I'm trying to find a way to programmatically set the position of a CKEditor dialog whenever a new one is opened up. The actual setting of the position part seems easy, but what I can't seem to figure out is how to trap the event of a new CKEditor dialog being created and shown.
I'm assuming it will be something along the lines of...
C...
I am using ckeditor, and I have a weird bug with justification of cells within a table. Some of the cells allow me to justify the text any way I want; others within the same table allow me to only center justify, right justify, or block justify; still others won't allow me to justify at all.
Does anybody know what might be causing this...
Hi,
I try to use an imanager (or ibrowser) in plugin. I found the solution to implement this plugin.
The process :
in config.js, I insert this line
config.extraPlugins = 'imanager';
in the plugin folder, I created a directory with imanager
in this directory :
i created a file plugin.js
inside this file, I have inserted this line...
Using CKeditor 3, I've created image handling functions:
An upload reciever (filebrowserUploadUrl) and an image browser dialog (filebrowserBrowseUrl)
- Both work perfectly
BUT of course my users want more... We have two image-databases: Common and Private
- The image-browser lets the user pick images from either.
My upload-reciever (p...
I initialize a CKEditor in a <div style="display:none" id="container"></div> element.
$('#container').show(); shows the editor and everything works.
However, if i combine the call with an animation like $('#container').show('blind');, the editor comes to the foreground (btw: the animation looks sweet), but however, the editor gets brok...
How do I can change the default icon of button on toolbar of CKEditor my my owns?
Thanks.
...
Hello,
I am maintaining four websites. All the websites have the same content, but they have different languages. One website is in English, one website is in German, one website is in Danish, and one website is in Swedish.
I installed CKEditor on all websites. Following the instructions, I placed the folder in the root directory of th...
I am Using CKEditor in my application where the users can write blogs, create pages etc..,
Source mode is disabled for the editor. Writing xml in the editor's text area is not retained after saving the content. I clearly see that the content got HTML Encoded and the same is supplied as input to the CKEditor's textarea.
...
Hi,
How do I find out if CKEditor is loaded? I've looked through the API docs, but could only find the loaded event. I want to check if CKEditor is loaded, because if I load it a second time, my textareas disapear.
Thanks!
Yvan
...
I'm trying to call close function for CKEditor dialog box from my custom plugin. Just like it happens when you are clicking on smile in "smileys" plugin, but I can't find out how can I do the same in my own plugin.
Thanx for reply!
I've got the solution.
In my plugin I needed to call close function from "CKEDITOR.dialog.add" in "onLoad"...
I'm getting the "Potentially dangerous Request.Form request value was detected from the client" exception when im using my FCK editor.
How could encode before submit the form, or disable this validation without disable the Data Anotations validation?
This is the code of my view:
<% using (Html.BeginForm()) {%>
<%: Html.Valida...
<html>
<head>
<script type="text/javascript" src="jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="ckeditor.js"></script>
<script type="text/javascript" src="adapters/jquery.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('#myeditor').ckeditor();
});
</script>
</head>
...
Hello! My problem is that I'm using the CKEditor 3.4 plugin for jQuery, and it's giving me an error in IE 7+8 when executing a $(selector).val(html) call on the editor:
The error:
'this.$.innerHTML' is null or not an object
...which when run in the debugger, points to this line of code in the huge CKEditor.js:
getHtml:function(){var ...
How to connect a text editor (WYSIWYG) CKeditor to Kohana3. Can the details, every little thing.
...