0

I used TextConverter to convert 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

Tam
  • 11,872
  • 19
  • 69
  • 119

1 Answers1

2

yourRichTextArea.textFlow = TextFlowUtil.importFromString(yourStoredDataBaseString)

Florian F
  • 8,822
  • 4
  • 37
  • 50