Answered: [Solved]unescaped html content in the TextArea and ListView?
Answered: [Solved]unescaped html content in the TextArea and ListView?
Hi! Can you please tell how to display html in the TextArea and ListView? They display only escaped html :-( Updated: I found solution for ListView: http://pastebin.com/XSCnacQK But what about TextArea?
Last edited by Manjago; 27 Sep 2012 at 4:44 AM.
Reason: partially found solution
The Textarea component is analogous to the <textarea> html tag, and so has no html capabilities. Consider the HtmlEditor instead as a way to display and edit HTML content - or just the HTML widget to just display it.
The Textarea component is analogous to the <textarea> html tag, and so has no html capabilities. Consider the HtmlEditor instead as a way to display and edit HTML content - or just the HTML widget to just display it.