Unanswered: how i convert html code to text in text areafield?
Unanswered: how i convert html code to text in text areafield?
I get mail from server in html form. I try to place it in a textareafield but i couldn't convert html to text. It appears a dumy html code. How i convert html code to text in textareafield?
Thanks for helps.
Are you trying to display the html code inside a text area? Or do you want to display an editable version in textarea? if you want a content editable then you will need a frame with contenteditable enabled -> http://html5demos.com/contenteditable