Ben,

 

I’d love to do that but this is what my parsed HTML looks like. Sorry for posting this long html here.

 

<tr>

<td align="left">

<span class="">7200L35J </span>

</td>

<td align="left">

<span class="">

<a target='_blank' href="" DEVICE TE" capturePart('7200L35J' , 'IDT', 'AVNET', 'www.stkcheck.com/evs/cart/first.asp?mbr_id=01052401&part=7200L35J&date=10/27/2005&mfg=IDT&mfgorig=INTEGRATED DEVICE TE', 'true')">

AVNET

</a>

</span>

</td>

<td align="left">

<span class=""> 81</span>

</td>

<td align="left">

<span class="">10/27/2005</span>

</td>

</tr>

<tr>

<td align="left">

<span class="">IDT7200L35J </span>

</td>

<td align="left">

<span class="">

<a target='_blank' href="" capturePart('IDT7200L35J' , 'IDT', 'ARROW ELECTRONICS', 'www.stkcheck.com/evs/cart/first.asp?mbr_id=01039901&part=IDT7200L35J&date=10/27/2005&mfg=IDT&mfgorig=IDT', 'true')">

ARROW ELECTRONICS

</a>

</span>

</td>

<td align="left">

<span class=""> 1241</span>

</td>

<td align="left">

<span class="">10/27/2005</span>

</td>

</tr>

Agha Mehdi
IDT - eBusiness Program Manager


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ben Forta
Sent: Thursday, October 27, 2005 10:53 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] HTML Text in TextArea

 

If you want a gird look, why not just use DataGrid? Would not be hard to process the HTTP results on the CF end and use the Query functions to turn it into a query object which could then be easily rendered with DataGrid.

 

--- Ben

 

 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mehdi, Agha
Sent: Thursday, October 27, 2005 1:43 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] HTML Text in TextArea

Wow, that sucks. I can use any other control that will help do that sort of thing. If Flash player can not render <table><tr><td> what tags can I use to give the html a grid look? Actually, the html is a result of CHTTP call to a remote server and I parse the whole document to extract the piece I want. I can replace all my TABLE related tags with anything that will help.

 

Thanks

Agha Mehdi
IDT - eBusiness Program Manager


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Spike
Sent: Thursday, October 27, 2005 1:33 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] HTML Text in TextArea

 

Yeah,

The TextArea doesn't render table tags. I don't think the flash player HTML capabilities support table tags, but I really could use this sort of functionality.

Has anyone got an example of rendering a table in Flash?

I've seen a few examples, but one of the requirements for me is to be able to drag select inside the cells and across multiple cells. FlashPaper allows you to do this, so I know it's technically possible, but I haven't seen anything else that does it.

Spike

On 10/27/05, Matt Chotin <[EMAIL PROTECTED]> wrote:

I don't think the TextArea is capable of rendering <table> tags.

 

Matt

 


From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mehdi, Agha
Sent: Wednesday, October 26, 2005 3:25 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] HTML Text in TextArea

 

Hi All,

How can I show HTML in TextArea so that instead of spitting out html tags, it actually renders html? I am replacing "<" and ">" with "&lt;" and "&gt;" respectively before I send it to Flash Client. If I don't replace that it does render HTML but doesn't show data in html table format and I have table in my html.

Thanks

Agha Mehdi

IDT - eBusiness Program Manager

Work: 408.284.8239

Cell  : 209.275.0482

Fax  :  408.284.2766




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com


YAHOO! GROUPS LINKS

 

 





--
--------------------------------------------
Stephen Milligan
Do you do the Badger?
http://www.yellowbadger.com

Do you cfeclipse? http://www.cfeclipse.org




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to