Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The TextFieldViewBase class is the base class for
the components that display text.
It displays text using a TextField, so there is no
right-to-left text support in this view.
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
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 get strand():IStrand
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
textField:CSSTextField
[read-only]
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Implementation public function get textField():CSSTextField
public function TextFieldViewBase()
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Constructor.
The Apache Software Foundation Fri Apr 18 2014, 11:02 PM -07:00