[flexcoders] Can we some how create HTML table in Flex

2007-01-15 Thread KP
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. T

RE: [flexcoders] Can we some how create HTML table in Flex

2007-01-15 Thread Dimitrios Gianninas
PROTECTED] On Behalf Of KP Sent: Monday, January 15, 2007 7:24 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Can we some how create HTML table in Flex 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

Re: [flexcoders] Can we some how create HTML table in Flex

2007-01-15 Thread Marc Donkers
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 F

Re: [flexcoders] Can we some how create HTML table in Flex

2007-01-15 Thread Webdevotion
Try using the tag. It'll generate a table for you, just like in html. If you want to display pictures etc in your datagrid, you will have to define your own datagrid cellrenderer.

RE: [flexcoders] Can we some how create HTML table in Flex

2007-01-15 Thread Van De Velde Hans
ders@yahoogroups.com Subject: Re: [flexcoders] Can we some how create HTML table in Flex Try using the tag. It'll generate a table for you, just like in html. If you want to display pictures etc in your datagrid, you will have to define your own datagrid cellrenderer.