开发者

How to convert string with TLF format into TextFlow in Flex

开发者 https://www.devze.com 2022-12-30 05:18 出处:网络
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 formatyourRichTextA

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)

0

精彩评论

暂无评论...
验证码 换一张
取 消