Packagecom.doitflash.text
Classpublic class TF
InheritanceTF Inheritance flash.text.TextField
Subclasses TextArea

This is just an extention from Adobe's TextField class and doesn't do anything practically. It just adds some variables to the original TextField to get it ready to be used with the TextArea class Copyright 2011, DoItFlash. All rights reserved. This work is subject to the terms and software agreements in http://www.doitflash.com/.

See also

TextArea
flash.text.TextField


Public Properties
 PropertyDefined By
  assetsPath : String
TF
  base : Object
TF
  client : Object
Indicates the class instance where The TextArea class will look into to find public functions allowed to be called by the External scripts inside the TextArea
TF
  data : Object
TF
  flashVars : Object
TF
  holder : Object
TF
  id : int
TF
  serverPath : String
TF
  xml : XML
TF
Protected Properties
 PropertyDefined By
  _assetsPath : String
TF
  _base : Object
TF
  _client : Object
TF
  _data : Object
TF
  _flashVars : Object
TF
  _holder : Object
TF
  _id : int
TF
  _serverPath : String
TF
  _xml : XML
TF
Public Methods
 MethodDefined By
  
TF()
TF
Property Detail
_assetsPathproperty
protected var _assetsPath:String

_baseproperty 
protected var _base:Object

_clientproperty 
protected var _client:Object

_dataproperty 
protected var _data:Object

_flashVarsproperty 
protected var _flashVars:Object

_holderproperty 
protected var _holder:Object

_idproperty 
protected var _id:int

_serverPathproperty 
protected var _serverPath:String

_xmlproperty 
protected var _xml:XML

assetsPathproperty 
assetsPath:String


Implementation
    public function get assetsPath():String
    public function set assetsPath(value:String):void
baseproperty 
base:Object


Implementation
    public function get base():Object
    public function set base(value:Object):void
clientproperty 
client:Object

Indicates the class instance where The TextArea class will look into to find public functions allowed to be called by the External scripts inside the TextArea


Implementation
    public function get client():Object
    public function set client(value:Object):void
dataproperty 
data:Object


Implementation
    public function get data():Object
    public function set data(value:Object):void
flashVarsproperty 
flashVars:Object


Implementation
    public function get flashVars():Object
    public function set flashVars(value:Object):void
holderproperty 
holder:Object


Implementation
    public function get holder():Object
    public function set holder(value:Object):void
idproperty 
id:int


Implementation
    public function get id():int
    public function set id(value:int):void
serverPathproperty 
serverPath:String


Implementation
    public function get serverPath():String
    public function set serverPath(value:String):void
xmlproperty 
xml:XML


Implementation
    public function get xml():XML
    public function set xml(value:XML):void
Constructor Detail
TF()Constructor
public function TF()