How to convert string with TLF format into TextFlow in Flex
I used TextConverter to conver开发者_开发技巧t a TextFlow in Flex to String to store it in my Database. How to convert that string back to TextFlow in order to display in Rich Text format
yourRichTextArea.textFlow = TextFlowUtil.importFromString(yourStoredDataBaseString)
精彩评论