This is TLF markup with paragraphs.
The root TextFlow tag is inlcuded.
This is TLF markup with paragraphs.
The root TextFlow tag is omitted and therefore created automatically.
"; rt2.textFlow = TextFlowUtil.importFromString(markup); // This line shows how you would import plain text with no paragraph spacing var autoMarkup:String = "This is just a plain old string that has no markup within it."; RichEditableText(rt3.textDisplay).textFlow = TextFlowUtil.importFromString(autoMarkup); // This example shows how you can use the TextConverter class from TLF to import HTML formatted text // See the docs for the subset of HTML that is supported: // http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flashx/textLayout/conversion/TextConverter.html#TEXT_FIELD_HTML_FORMAT var myHTML:String = "This is HTML markup.
Hello Tour de Flex Users!