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
viewHeight:Number
[read-only]
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The height of the view.
Implementation public function get viewHeight():Number
viewWidth:Number
[read-only]
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The width of the view.
Implementation public function get viewWidth():Number
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 Wed Jul 9 2014, 10:38 PM -07:00