Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The TextModel class is most basic data model for a
component that displays text. All FlexJS components
that display text should also support HTML, although
the Flash Player implementations may only support
a subset of HTML.
html:String
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The html formatted text displayed in the control.
Implementation public function get html():String
public function set html(value:String):void
strand:IStrand
[write-only]
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The host component for this bead.
Implementation public function set strand(value:IStrand ):void
text:String
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The text displayed in the control.
Implementation public function get text():String
public function set text(value:String):void
public function TextModel()
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Constructor.
The Apache Software Foundation Wed Jul 9 2014, 10:38 PM -07:00