xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:s="library://ns.adobe.com/flex/spark">
[Bindable]
public var htmlData:String="HTML Formatted Text
This paragraph containsbold, italic, underlined, and bold italic underlined text.
This a red underlined 14-point arial font with no alignment set.
This a teal bold 12-pt.' Verdana font with alignment set to right.
This is bulleted text. This is a bulleted link with underline and blue color set. ";
title="Rich Text Editor" htmlText="{htmlData}"
initialize="rte1.textArea.setStyle('backgroundColor', '0xeeffee')" />