如何在 spark:TextInput 中使用两种或更多种颜色来为 添加颜色?
我使用 mx:TextInput 并使用 htmlText 属性进行了此操作,但我在 spark 组件中找不到它。
由于
答案 0 :(得分:0)
<s:TextArea id="txt_ar" textAlign="justify"
borderAlpha="0" editable="false">
然后写下你的html字符串
textrichtml:String = "your html string"
然后使用以下代码。
txt_ar.textFlow = TextConverter.importToFlow(textrichtml,TextConverter.TEXT_FIELD_HTML_FORMAT);