Questions tagged [cleditor]

CLEditor is an open source jQuery plugin which provides a lightweight, cross browser, extensible, WYSIWYG HTML editor.

CLEditor is an open source jQuery plugin providing a lightweight, cross browser, extensible, WYSIWYG HTML editor.

It is lightweight, using less than 9K of total bandwidth. It contains drop down selections for font name, size, style, text color and highlight color. It also allows you to insert images, hyperlinks and horizontal rules.

Additionally it provides a plugin development environment, allowing you to customize its user interface and functionality to fit your needs.

The main website

Discussion group on Google

Google code hosted project

The project is also hosted on github

66 questions
10
votes
3 answers

jQuery Cleditor get textarea value on keyup

I'm using Cleditor http://premiumsoftware.net/cleditor/docs/GettingStarted.html. I want to get the value on keyup and insert the text into another div. cleditor comes with change() event that i'm currently using in the jsfiddle example below, but…
Pinkie
  • 10,126
  • 22
  • 78
  • 124
9
votes
2 answers

jQuery Cleditor wysiwyg text editor: keyup() works in webkit browsers but not Firefox or IE

I'm trying to follow up on a previous Stackoverflow question about how to display content from a Cleditor textbox in an external HTML element such as a

. Here's the question and the fiddle which solves my problem in webkit browsers but not…

tim peterson
  • 23,653
  • 59
  • 177
  • 299
4
votes
3 answers

Change the anchor tag in CLEditor

Im using CLEditor on my website (CLEditor) and it is working well only I want to be able to set the target of links to _blank but I can't figure it out, even when looking into the source. Is there someone who can help me make the links made by the…
Femke
  • 43
  • 3
3
votes
2 answers

Add html to WYSIWYG from outside the editor (jQuery, ClEditor)

I'm trying to add some html markup to the WYSIWYG CLEditor from outside of the editor itself using jQuery. So far I have... $('.add-image').click( function() { theurl = $(this).text(); theimage = '
Martin Hunt
  • 1,135
  • 2
  • 14
  • 23
2
votes
2 answers

CLEditor, pasting content as text functionality in main window

I am using CLEditor, http://premiumsoftware.net/cleditor/, for my text editor. There is a function for 'paste as text' that when the button is clicked a pop up window appears with a textarea to paste your content in and the styles are stripped…
Help Inspire
  • 336
  • 5
  • 24
2
votes
1 answer

"Error executing the insertHtml command" message in cleditor when inserting html in "View Source" mode

I've searched for the solution for this everywhere and have not found an answer, so you're my last hope, Stackoverflow... With regard to cleditor, does anybody know how to make the "inserthtml" command in "View Source" mode work? Currently, I have a…
lifebmad
  • 31
  • 1
  • 5
2
votes
1 answer

Cleditor - minor plugin error

I am not a Javascript specialist so I am a little confused as to why this little button plugin does what it is supposed to in Cleditor but a error warning is popped up by the jquery editor. Here is the code: (function($) { // Define the hello…
MadScientist
  • 525
  • 1
  • 4
  • 17
2
votes
4 answers

With PHP and MySQL, how do I properly write smart quotes to the database?

I have a PHP website with the CLEditor richtext control on it. When I try to write Euros and British Pounds to the database, the character goes through just fine because I have the charset set to UTF-8 in the containing page HTML, in the richtext…
Volomike
  • 23,743
  • 21
  • 113
  • 209
2
votes
2 answers

How to use Jquery Validation Engine to validate CLEditor (html editor) inputs

How do I use the jquery.validationEngine plugin to validate CLEditor wysiwyg editor inputs? I am trying to validate an html editor input on form submission using the specific jquery plug-ins referenced.
Drew
  • 4,215
  • 3
  • 26
  • 40
2
votes
0 answers

CLEditor Multiple Instances resize with 100% width

I've successfully implemented the CLEditor with 100% width but I can't seem to get around the the resize firing off endlessly. //Initialize WYSIWYG var editorTextarea1 = $('#registration-confirmation'), editorWrapper1 =…
2
votes
0 answers

How can I fix with Cleditor on the size

I've searched for the solution for this everywhere and have not found an answer There is a problem with cleditor on the size (when change size browser). Fields will be lost. Must press reload again. So that data back. When you click on the toolbar…
KwangKung
  • 169
  • 1
  • 7
  • 16
2
votes
0 answers

does not show toolbar in Android environment

I have a problem with primefaces editor . It run smoothly on my chrome and IE However, it does not display its control on my android emulator when I connect to my web on localhost . This is my code for it
1
vote
1 answer

cleditor content riddled with tags

I'm using cleditor as my Rich Text Editor of choice in a WordPress plugin. However, seemingly randomly, it has decided to insert into my content. I've done a quick Google and can't find anything for cleditor, but…
turbonerd
  • 1,234
  • 4
  • 27
  • 63
1
vote
1 answer

CL Editor - Syntax Highlighting - PHP

I want to include PHP scripts in my website. I am using CL editor to post contents. Can anyone help me to do syntax enabling in the CL editor. Thanks
Janaki
  • 185
  • 12
1
vote
1 answer

Unexpected Call to Method or Property Error with JQuery .select()

I'm using CLEditor as an RTE and it works perfectly except for in IE 8, the error that is produced is: SCRIPT65535: Unexpected call to method or property access. jquery.cleditor.js, line 1027 character 7 SCRIPT65535: Unexpected call to method or…
Dormouse
  • 5,130
  • 1
  • 26
  • 42
1
2 3 4 5