If you are working with rich text editors you will run in to a situation where you have to format an HTML string to RichText value. Following code can accomplish this: gc_ta_bio.textFlow = TextConverter.importToFlow( "<h1>Your String</h1>", TextConverter.TEXT_FIE
Continue Reading →