Question
Flex 4 textFlow how using tags h1, i and etc.
Hi !
In RichEditableText I`m using next
private var exampleText:String = "<h1>text text text</h1>";
TextFlowUtil.importFromString(exampleText);
And show Error -
Error: Unknown element h1
at BaseTextLayoutImporter/reportError() ..........
How import html tags in RichText ?
thanks.
