문제

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