links to internal functions
The following tutorial works fine for static html that is hard coded into the tag
but I need my text to be bindable and dynamic loading sometime later...I cannot seem to get the event things work if I embed like in the aforementioned tutorial so im sure my code for the adding events is good.
Im using the following
<s:RichEditableText paddingLeft="10"
paddingBottom="5"
paddingRight="10"
id="articleField"
maxHeight="300"
textFlow="{TextConverter.importToFlow( articleText, TextConverter.TEXT_FIELD_HTML_FORMAT )}"
editable="false" />
many thanks
