Pregunta

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!

¿Fue útil?

Solución

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/

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top