You can see the list of supported HTML tags for the
htmlText property in the Flex docs at:
Stephen
From: Pilby [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 02, 2005 1:53 PM
To: Flex Coders
Subject: [flexcoders] htmlText property doesn't support <table> tag?
I have a
<mx:Text> control where i'm equating its htmlText property with a
full-fledged html document. The results didn't come out too well. I'd like to
say it doesn't support the <table> tag, but in the final rendering, it
seems that boldfaced and italicized text are coming out right, and I don't see
<table> tags in the result either. So it seems to me that Flex was able to
parse the <table> tags but just didn't render it right. All formatting
expected from the use of <table> didn't seem evident to
me.
I just wanted to get
something official from the Flex community. So the htmlText attribute of the
<mx:Text> does not handle <table> tags?
Thanks.

