Hi All,

 

As per the subject line .Can we create the html table structure as given
below in FLEX using htmlText attribute of text area.

I know that FLEX does not support table tag of html to be used in htmlText
attribute of TextArea.But can we some how achieve this.

Any approach will help. Thanks in Advance..

 

<table>

        <tr>

            <td>Kumar</td>

        </tr>

         <tr>

            <td>Pal</td>

         </tr>

         <tr>

            <td>Jain</td>

         </tr>

       </table>   

 

Thanks,

 Kumar

 

Reply via email to