<mx:Script>

[Bindable]
public var popupText:String;

</mx:Script>

<mx:Text text="{popupText}" maxWidth="200" />

1) This works fine, when the text is longer then 200 px, it wraps it and adds 
vertical space.

<mx:Text htmlText="{popupText}" maxWidth="200" />

When I change text to htmlText, it only allows the text component to grow to 
200, but cuts 
the htmlText off, rather then wrap it.

Why is this?>



Reply via email to