Packageorg.apache.flex.core
Interfacepublic interface ITextModel extends IBeadModel, IBead, IEventDispatcher, flash.events.IEventDispatcher
Implementors TextModel

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The ITextModel interface describes the minimum set of properties available to control that displays text. More sophisticated controls often have models that extend ITextModel.



Public Properties
 PropertyDefined By
  html : String
The html formatted text displayed in the control.
ITextModel
  text : String
The text displayed in the control.
ITextModel
Property Detail
htmlproperty
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
textproperty 
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