I am using knockoutjs and need a way to display raw html inside a text area. Is is stored in my database as encoded html e.g.
<object width="640" .....
But I want it to be displayed as
<object width=”640″
for the user to edit.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I guess you are using
textorvaluebinding intextareaif you change it tohtmlit will work as you needed:Here is an example: http://jsfiddle.net/vyshniakov/qTRSX/