[CLOSED] making text area to display html formated text

  1. #1

    [CLOSED] making text area to display html formated text

    How Can I make the textArea to display html formated text from an Html Editor. I have set the StyleHtmlContent="true" as shown below, but yet the text displayed in the text area is not formated it displays the html tags in the text area

    <ext:Panel ID="htmlEditorEditResultSetTemplate" runat="server" StyleHtmlContent="true"
                                                        Frame="true" Border="false">
                                                                                       
                                                    </ext:Panel>
    Last edited by Daniil; Sep 25, 2012 at 6:57 AM. Reason: [CLOSED]
  2. #2
    TextArea is just html textarea input contol, it cannot display html, only text
    If you need to display html then use Label (or just pure html div)
    If you need to edit html then use HtmlEditor

Similar Threads

  1. Text Area height not work.
    By Mahmudur Rahman in forum 1.x Help
    Replies: 0
    Last Post: Oct 15, 2011, 10:06 AM
  2. [CLOSED] Text Area inside a GripPanel problem
    By farisqadadeh in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 10, 2011, 10:00 PM
  3. Out of stack space in Text area
    By Sagar2529 in forum 1.x Help
    Replies: 0
    Last Post: Mar 11, 2011, 11:57 AM
  4. [CLOSED] how to make a text area bold
    By Hari_CSC in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 18, 2010, 4:21 PM
  5. [CLOSED] no line break in text area
    By Sharon in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Aug 07, 2009, 4:53 AM

Posting Permissions