开发者

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 e开发者_如何学编程lements?


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.


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


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


It's not exactly light-weight but CKEditor has an interface to Jquery that can be enabled by using an adaptor js file. I am using it in my current project and no pain in the basic mode.


I'm in love with jQte just 19Kb

$(element).jqte(); // ;)
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜