Hi KP,

Depending on your wishes, you can use a grid, in combination with a
repeater.

Greetz,
Marc

On 1/15/07, KP <[EMAIL PROTECTED]> wrote:



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