I need a very light editor for my simple form textbox with only these options:

bold
italic
*list
br

I don't need a very rich editor with many options like markup, wysiwyg, tinymce...etc

I want the lightest editor for ruby on rails!

有帮助吗?

解决方案

Have you looked at TinyMCE ? It's pretty easy to configure and you can just pass corresponding parameters to include those options that you require. It does not not even require any gems or js library. Details - http://www.tinymce.com/

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top