Questions about TextConverter.TEXT_FIELD_HTML_FORMAT
We currently have a lot of content produced which is displayed using the 'htmlText' property in the MX Text & TextArea components. So basically we produce content that uses the 11 or so supported html tags. I'm researching the TLF and SPARK components to see what we would have to change in order to use these new technologies. I wanted to check my understanding of the TextConverter.TEXT_FIELD_HTML_FORMAT property.
Using that property seems straight forward. I will have to upgrade my components to the SPARK Text components and use the TextFlow object that is created. However, my questions are...
- In Flex 4.1 (and TLF 1.1) there seems to be some support lacking for the anchor tag and list tag. The ASDOC for the anchor tag mentions that ActionScript link events are not supported. Neither are a:link, a:hover, and a:active styles. I believe I read somewhere that support has now been added or there are workarounds. Is this true? For the list tag, I know in TLF 2.0 ListElements are supported. If I use TLF 2.0 and this TextConverter.TEXT_FIELD_HTML_FORMAT property, will my <li> tags just work? The ASDOC I'm looking at is here: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flashx/textLayout/conversion/TextConverter.html#TEXT_FIELD_HTML_FORMAT
Thank you for your time!
