Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TextConverterを使用してFlexのTextFlowをStringに変換し、データベースに保存しました。リッチテキスト形式で表示するために、その文字列をTextFlowに戻す方法
yourRichTextArea.textFlow = TextFlowUtil.importFromString(yourStoredDataBaseString)