Tag Archives: HTML
Flex :: Truncating HTML Text
With Flex truncating text within a Label control is easily done by setting the property “truncateToFit” to true. This parameter doesn’t do much when using the Text or TextArea controls in Flex. To truncate text in these controls you would have to build your own function to count characters and add the ellipses. There is [...]
Flex: Export valid HTML from the RichTextEditor
A recent post on the Flex Coders forum prompted me to create a method to clean up the HTML code produced by the Flex RichTextEditor component. Typically, the code that is produced looks like this from the line: 123456789This is < b > Bold < / b > text. < TEXTFORMAT LEADING="2" > < P [...]


AIR :: TextField bug when resetting HTML text.