Avg. Rating 4.0
Tags:

Problem

I have a application where i need to display HTML text in flex screen (using TextArea). The problem is HTML text contains <TABLE> tag which is not supported in Flex htmlText property. So all the information under <TABLE> tag is being displayed in single row. Is there any component which understands <TABLE> tag and display in a tablur format. Please provide me if you know any soluntion. please email me on prashanta.m@tcs.com

Solution

Use IFrames for Flex.

Detailed explanation

An IFrame is an entity which has the ability to load any external HTML in Flex. You can either go for giving a direct URL as to the source of the IFrame or you could also give a HTML text which understands things like Table and all.

You can get IFrames for Flex from http://code.google.com/p/flex-iframe/\

All the best.

Do feel free to ask questions .


+
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License. Permissions beyond the scope of this license, pertaining to the examples of code included within this work are available at Adobe.

Report abuse

Related recipes