Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jQuery UI WYSIWYG?

I now use CLEditor, but I cannot style it like the rest of the page. So is there a jQuery UI WYSIWYG text editor? Or is there a way to style CLEditor with jQuery UI widget elements?

like image 633
Flo Edelmann Avatar asked Sep 13 '10 14:09

Flo Edelmann


3 Answers

The CLEditor UI can be styled using the jquery.cleditor.css file. The editor's internal document can also be styled using the docCSSFile and bodyStyle optional parameter properties.

like image 189
Chris Avatar answered Sep 30 '22 18:09

Chris


I like CLEditor more than elrte.org, so I had to edit the code. Not the best solution, but the best-looking...

like image 20
Flo Edelmann Avatar answered Sep 30 '22 17:09

Flo Edelmann


I created a RTE for this very reason. I wanted an editor that was light weight and had was 100% ui based with themeroller support. My editor uses themeroller for the design and uses regular html to create the button icons that dont exist (yet) in themeroller.

You will find the other editors linked here do not use the themeroller icons and thus are not really 100% jquery ui.

You can see my editor here: https://github.com/gcphost/jUIRTE

like image 25
Will Bowman Avatar answered Sep 30 '22 17:09

Will Bowman