Component: FZScrollableText


Component allows user to see the HTML-text, and to scroll it with internal scrollbar (if necessary).

Property htmlText:String


Set/get HTML-text inside the component

Event link


Event dispathed when user click link inside the component.


Example:

fztext.addEventListener("link", onLinkClicked);
 
public function onLinkClicked(event:TextEvent):void {
  XmGlobalObjectsManager.getXmLoader().goToURL(event.text);
}


 

Developer guide


Overview

API

Lessons