javascript WYSIWYG HTML editors?

前端 未结 5 1772
执念已碎
执念已碎 2020-12-20 01:04

What are the options for something that will let users make text bold/italic/underline/etc as they are writing in a textarea and work in all browsers?

相关标签:
5条回答
  • 2020-12-20 01:27

    FCKEditor is a popular choice, although it's incredibly bloated. There's a nice simple example in jQuery jQuery Plugins

    I wrote my own in the end as I wanted to customise the editor quite a lot. It's not too difficult to do and typically involves popping an iframe on the page, setting the contenteditable to be true and then using a simple javascript command to update the html of the iframe.

    0 讨论(0)
  • 2020-12-20 01:29

    I favor the Rich Text Editor in the YUI

    0 讨论(0)
  • 2020-12-20 01:32

    I always liked TinyMCE http://tinymce.moxiecode.com/

    0 讨论(0)
  • 2020-12-20 01:32

    I've used InnovaStudio WYSIWYG. Pretty extensible and cheap.

    0 讨论(0)
  • 2020-12-20 01:35

    Give a look to FKCEditor, I always recommend it...

    0 讨论(0)
提交回复
热议问题