| Package | com.doitflash.text |
| Class | public class TF |
| Inheritance | TF flash.text.TextField |
| Subclasses | TextArea |
See also
| Property | Defined 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 | ||
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
TF() | TF | ||
| _assetsPath | property |
protected var _assetsPath:String| _base | property |
protected var _base:Object| _client | property |
protected var _client:Object| _data | property |
protected var _data:Object| _flashVars | property |
protected var _flashVars:Object| _holder | property |
protected var _holder:Object| _id | property |
protected var _id:int| _serverPath | property |
protected var _serverPath:String| _xml | property |
protected var _xml:XML| assetsPath | property |
assetsPath:String public function get assetsPath():String public function set assetsPath(value:String):void| base | property |
base:Object public function get base():Object public function set base(value:Object):void| client | property |
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
public function get client():Object public function set client(value:Object):void| data | property |
data:Object public function get data():Object public function set data(value:Object):void| flashVars | property |
flashVars:Object public function get flashVars():Object public function set flashVars(value:Object):void| holder | property |
holder:Object public function get holder():Object public function set holder(value:Object):void| id | property |
id:int public function get id():int public function set id(value:int):void| serverPath | property |
serverPath:String public function get serverPath():String public function set serverPath(value:String):void| xml | property |
xml:XML public function get xml():XML public function set xml(value:XML):void| TF | () | Constructor |
public function TF()