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.
spark:TextInputの単語を2 つ以上の色で色付けするにはどうすればよいですか?
mx:TextInputでhtmlTextプロパティを使用しましたが、 sparkコンポーネントで見つけることができません。
ありがとう
<s:TextArea id="txt_ar" textAlign="justify" borderAlpha="0" editable="false">
次に、urhtml文字列を記述します
textrichtml:String = "your html string"
次に、次のコードを使用します。
txt_ar.textFlow = TextConverter.importToFlow(textrichtml,TextConverter.TEXT_FIELD_HTML_FORMAT);