how to implement editing/formating text area in rails

后端 未结 1 2016
礼貌的吻别
礼貌的吻别 2021-01-17 05:53

i want to implement text box(text area) as shown in picture .I know the simple textarea but dont know this type of text area which gives formatting ,numbering facility,Since

1条回答
  •  春和景丽
    2021-01-17 06:49

    This is not something that Rails provides, but there are many javascript wysiwyg plugins that solve this problem. This has worked well for me before: https://github.com/spohlenz/tinymce-rails

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