I am creating a web application that should allow users to store formatted text in a database. Basically, they just need to be able to change the font color, font background color, font size, bold, italics, and underline.
I would like to use something that I can simply attach to the text area to display the formatting bar.
It would be nice to use something that puts formatting on something other than HTML so that I can encode the HTML code while saving it for security. Of course, it would be necessary to convert your own markup to HTML when returning to the browser.
What are the options?
source
share