What is the best solution for something that support:
- rich editor
- edit in place
- placeholder
- save HTML and strip out malicious etc.
I would like to have a nice and usable interface to change data on a profile. It must support bold, italic and multi-line text and being sure that no malicious code can be injected.
I am looking mostly for the Javascript side but if it come with some PHP code for the backend, it would be nice.