CLEditor is an open source jQuery plugin which providing a lightweight, cross browser, extensible, WYSIWYG HTML editor.
0
votes
0answers
12 views
jQuery: CLEditor not working?
I'm trying to use CL Editor (V1.3.0) for one of my projects, but I can't make it work.
I've done everything according to the "Getting started" section, so I've got a folder named 'test' that contains ...
0
votes
0answers
9 views
cleditor Add text cursor position textarea
I'm using the clEditor control and I need to add text at cursor position in textarea when I selected an item in a select control.
Somebody can help me, please.
Thank you!
0
votes
0answers
22 views
How do I add a toolbar to the bottom of a richtextbox?
I have been working on an ASP.NET MVC 2 application in which I have a richtextbox to add notes. I have used CLEditor to create the same. The thing is, the toolbar that I have created appears at the ...
0
votes
0answers
25 views
How to use/refresh CLEditor for PrimeFaces Editor?
I have problems with copy/paste from MS Office. It throws Parse Error.
I know that PF uses CLEditor, but the latest CLEditor version (1.3.0) do not have this behavior.
Checked here: ...
0
votes
1answer
115 views
IE HTML1114 Error with custom CLeditor button
I am using CLeditor, Fineuploader, and Bootstrap to create a custom button that pops up a more advanced file upload Modal. But everytime I launch the modal I get an error and I have no idea how to fix ...
0
votes
1answer
39 views
Using cleditor in Internet Explorer 9 causes double-quotes to be incorrectly escaped
I've scoured the internet looking for an answer to this problem but, alas, I am forced to ask for help.
I am using the cleditor jQuery plugin for its Rich Text/HTML editing capabilities. For the ...
0
votes
0answers
29 views
Moving cleditor into Rails assets folder breaks cleditor
I had all my assets in /public with no issues and I am trying to move everything into /assets to take advantage of the asset pipeline. I had no problems with CSS and other JS including JWPlayer.
I ...
1
vote
0answers
103 views
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 = ...
1
vote
0answers
62 views
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.
...
2
votes
0answers
131 views
<p:editor> 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 ...
0
votes
0answers
40 views
Using CLEditor with best_in_place gem
Is it possible to use CLEditor with the best_in_place gem in Rails? What I want to happen is for the user to be able to click the text, then the text area appears with the CLEditor features. Being ...
-4
votes
1answer
198 views
how to remove formatting from text copied from word document [closed]
When I copy text from a word document the applied formatting is also copied when I paste that text into cleditor on my webpage, This is our rails application.
0
votes
0answers
141 views
Cleditor edit anchor link + ie7
I have a problem where I'm trying to edit an anchor to have target="blank". I have seen this post but instead of using editor.selectedText() I have to use editor.selectedHTML() in-case they select an ...
-1
votes
1answer
132 views
combining cleditor, jcarousel and facebook graph api [closed]
i'll try to explain myself through this code i'm having trouble with.
So the purpose of this page is to serve as a wysiwyg editor for an admin-side web which is mostly going to be used through a ...
1
vote
1answer
249 views
How to insert table plugin in ClEditor
I have
<script src="cledtor.js"></script
<script src="cledtortable.js"></script
Then in my html i have
$(document).ready(function() {
...
0
votes
0answers
191 views
Data posted from Html editor not works in Chrome
I am using Html Editor in MVC3 view to store article info as:
@using (Html.BeginForm())
{
...
@Html.TextAreaFor(model => model.OtherInformation, new { @id = "OtherInformation" })
...
1
vote
0answers
443 views
jquery, bootstrap, validation, & wysiwyg
I have an app built on asp.net MVC and using twitters bootstrap. In order to get bootstrap styles to work, I have added:
$.validator.setDefaults({
highlight: function (element) {
...
0
votes
0answers
144 views
CLEditor will not dynamically update content if anything has been typed into the editor
The below works fine and when the new template HTML is fetched from the server it's put into the
text area and then I call .updateFrame() and the editor iframe HTML is updated and changes are visible. ...
0
votes
1answer
167 views
CLeditor uses the HTML 'align' attribute. How can I change that to CSS 'text-align'?
I've set up the CLeditor on a site I'm working on. Currently I'm setting it up so that as you type and edit within the editor, you can see a live preview of the results just above it, a lot like what ...
1
vote
1answer
891 views
IE9: Access is denied when set up document.domain
I have a problem when using document.domain with CLEditor on IE9. When I add document.domain I got error message "SCRIPT5: Access is denied.". It works fine with Firefox and also when I remove ...
1
vote
1answer
208 views
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 ...
1
vote
1answer
253 views
cleditor content riddled with <span> tags
I'm using cleditor as my Rich Text Editor of choice in a WordPress plugin.
However, seemingly randomly, it has decided to insert <span class="Apple-style-span"> into my content.
I've done a ...
0
votes
1answer
304 views
Object [object Object] has no method 'cleditor'
I am unable to make CLEditor work for me. Please find the scipt files being adding in _Layout.cshtml
<link href="@Url.Content("~/Content/Site.css")" rel="stylesheet" type="text/css" />
...
1
vote
0answers
118 views
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
0
votes
1answer
1k views
jQuery cleditor plugin: creating a new button
Using cleditor, I'm trying to set up a custom button with the following code:
(function($) {
$.cleditor.buttons.link_species = {
name: "link_species",
image: "fish.gif",
...
1
vote
1answer
1k views
“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" ...
2
votes
1answer
595 views
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 ...
1
vote
2answers
981 views
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 = ...
2
votes
2answers
404 views
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 ...
0
votes
1answer
249 views
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 ...
6
votes
2answers
2k views
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 <p>. Here's the question and the fiddle ...
6
votes
2answers
3k views
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 ...
0
votes
1answer
417 views
cleditor problem with jquery ui effect()?
I'm using cleditor on one of my sites and I have run into a problem. When I use effect to animate some divs cleditor's wysiwyg editor stops working. The editor itself shows but I cant type anything ...
1
vote
2answers
963 views
CLEditor - Lose focus if maxlength is reached
I'm trying to recreate a maxlength - function for CLEditor. The objective is:
If a text is entered into a textbox and its longer than the set maxlength, the textbox should lose its focus so that it's ...
0
votes
2answers
323 views
CLEditor image align
Is there a simple way to add
align="left"
into img tag for every inserted image?
thanks
0
votes
1answer
276 views
CLEditor deault text from query
I have a textarea that displays a text I get from a query. But this textarea runs the CLEditor plugin and execute the website does show the "CLEditor area" empty. How would you add default text in ...
3
votes
3answers
1k views
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 ...
0
votes
1answer
292 views
Cost of Performance on using setInterval to poll CLEDITOR
I am using the CLEditor WYSIWYG and trying to do a workaround to access the iframe content and count the characters (I know the whole debate on how you shouldn't limit characters on WYSIWYG, but I ...