I have an backoffice application where i am collecting data and saving it to the DB.
I am using textarea for it .
I am trying to make it html tag supported.
can we do it?or is there any other way of doing it?
I did something similar for the EditorNotes package (http://tooorangey.co.uk/posts/editor-notes-for-umbraco-7/) - You should be able to reutilise the same rich text editor control as the backoffice one.
Extending backoffice-html formating in text area
Hi,
I have an backoffice application where i am collecting data and saving it to the DB. I am using textarea for it . I am trying to make it html tag supported. can we do it?or is there any other way of doing it?
Please help. Regards, Harshit
Hi Harshit
I did something similar for the EditorNotes package (http://tooorangey.co.uk/posts/editor-notes-for-umbraco-7/) - You should be able to reutilise the same rich text editor control as the backoffice one.
and then in your angular controller set some configuration
There is a good blog post by Markus Johansson on it:
http://www.enkelmedia.se/blogg/2013/12/4/umbraco-7-use-the-rich-text-editor-tinymce-in-a-custom-section.aspx
regards
Marc
Thanks a lot marc. sure i will check it.
is working on a reply...