org.silex.ui.players.Text |
Name : Text.as Package : ui.players Version : 0.8 Date : 2007-08-03
| org. | Name : Text.as Package : ui.players Version : 0.8 Date : 2007-08-03 |
| Variables | |
| __width | |
| __height | |
| contenerTxt_txt | deprecated, only for compatibility |
| tf | the text field object of the player |
| dummy_mc | |
| myCSS | |
| cssUrl_str | |
| _scrollbar | |
| scrollbar_mc | |
| _scrollBarWidth | |
| scrollbarDelay_obj | |
| _textFormat | text format object containing key/value pairs for the textfield text format useful when the text is an input text and you want it to have a given formating @example {bold:true,color:FFFFFF,size:12} |
| Properties | |
| textFormat | |
| textFormat | |
| Functions | |
| updateTextFormat | apply the text format |
| Text | function constructor |
| _populateProperties | function _populateProperties. |
| _populateEvents | function _populateEvents. |
| _populateMethods | function _populateMethods. |
| _initAfterRegister | |
| Properties | |
| tabEnabled | set/get tabEnabled |
| tabEnabled | |
| tabIndex | set/get tabIndex |
| tabIndex | |
| Functions | |
| scrollUp | |
| scrollDown | |
| scrollTo | |
| SCROLL_UP | wrappers function |
| SCROLL_DOWN | |
| SCROLL_TO | |
| formatText | |
| setEditable | setEditable encapsulate set editable |
| redraw | function redraw |
| updateScrollBar | |
| Variables | |
| TEXT | |
| Properties | |
| formatedText | |
| formatedText | |
| Variables | |
| typeWriterEffectSpeed | |
| Functions | |
| _onRelease | |
| _onPress | |
| Properties | |
| rotation | set/get rotation |
| rotation | |
| html | set/get html |
| html | |
| Variables | |
| formatedText_str | |
| _htmlText | |
| Properties and Functions | |
| htmlText | set/get text |
| htmlText | |
| processWikiLinkTagCallback | |
| width | function set/get width |
| width | |
| height | function set/get height |
| height | |
| antiAliasType | function set/get antiAliasType |
| antiAliasType | |
| autoSize | function set/get autosize |
| autoSize | |
| background | function set/get background |
| background | |
| cssUrl | function set/get cssUrl |
| cssUrl | |
| backgroundColor | function set/get backgroundColor |
| backgroundColor | |
| selectable | function set/get selectable |
| selectable | |
| border | function set/get border |
| border | |
| borderColor | function set/get borderColor |
| borderColor | |
| condenseWhite | function set/get condenseWhite |
| condenseWhite | |
| embedFonts | function set/get embedFonts |
| embedFonts | |
| maxChars | function set/get maxChars |
| maxChars | |
| mouseWheelEnabled | function set/get mouseWheelEnabled |
| mouseWheelEnabled | |
| multiline | function set/get multiline |
| multiline | |
| password | function set/get password |
| password | |
| restrict | function set/get borderColor |
| restrict | |
| textColor | function set/get textColor |
| textColor | |
| textHeight | function set/get textHeight |
| textHeight | |
| type | function set/get type |
| type | |
| wordWrap | function set/get wordWrap |
| wordWrap | |
| scrollbar | |
| scrollbar | |
| scrollBarWidth | |
| scrollBarWidth | |
| _onChanged | function _onChanged |
| _onKillFocus | function _onKillFocus |
| _onScroller | function _onScroller |
| onKeyDown | |
| _onSetFocus | function _onSetFocus |
| loadMedia | function loadMedia |
| unloadMedia | function unloadMedia |
| setGlobalCoordTL | |
| setGlobalCoordBR | |
| getGlobalCoordTL | |
| getGlobalCoordBR | |
| getSeoData |
var __width: Number
var __height: Number
deprecated, only for compatibility
var contenerTxt_txt: TextField
the text field object of the player
var tf: TextField
var dummy_mc: MovieClip
var myCSS: StyleSheet
var cssUrl_str: String
var _scrollbar: Boolean
var scrollbar_mc
var _scrollBarWidth: Number
var scrollbarDelay_obj: Object
text format object containing key/value pairs for the textfield text format useful when the text is an input text and you want it to have a given formating @example {bold:true,color:FFFFFF,size:12}
private var _textFormat: Array
public function get textFormat ():Array
apply the text format
private function updateTextFormat():Void
function constructor
public function Text()
function _populateProperties.
function _populateProperties():Void
function _populateEvents.
function _populateEvents():Void
function _populateMethods.
function _populateMethods():Void
function _initAfterRegister()
set/get tabEnabled
public function set tabEnabled( value_bool: Boolean ):Void
set/get tabIndex
public function set tabIndex( numValue: Number ):Void
function scrollUp ()
function scrollDown ()
function scrollTo ( val: String )
wrappers function
function SCROLL_UP()
function SCROLL_DOWN()
function SCROLL_TO( val_str: String )
function formatText()
setEditable encapsulate set editable
public function setEditable( edit: Boolean ):Void
function redraw
function redraw()
function updateScrollBar()
var TEXT: String
function get formatedText():String
var typeWriterEffectSpeed: Number
function _onRelease()
function _onPress()
set/get rotation
public function set rotation( value_num: Number ):Void
set/get html
public function set html( value_bool: Boolean ):Void
var formatedText_str: String
var _htmlText: String
set/get text
public function set htmlText( value_str: String ):Void
function processWikiLinkTagCallback ( escapedCommands_str: String )
function set/get width
function set width( value_num: Number ):Void
function set/get height
function set height( value_num: Number ):Void
function set/get antiAliasType
function set antiAliasType( value_str: String ):Void
function set/get autosize
function set autoSize( value_str: String ):Void
function set/get background
function set background( value_bool: Boolean ):Void
function set/get cssUrl
function set cssUrl( value_str: String ):Void
function set/get backgroundColor
function set backgroundColor( value_num: Number ):Void
function set/get selectable
function set selectable( value_bool: Boolean ):Void
function set/get border
function set border( value_bool: Boolean ):Void
function set/get borderColor
function set borderColor( value_num: Number ):Void
function set/get condenseWhite
function set condenseWhite( value_bool: Boolean ):Void
function set/get embedFonts
function set embedFonts( value_bool: Boolean ):Void
function set/get maxChars
function set maxChars( value_num: Number ):Void
function set/get mouseWheelEnabled
function set mouseWheelEnabled( value_bool: Boolean ):Void
function set/get multiline
function set multiline( value_bool: Boolean ):Void
function set/get password
function set password( value_bool: Boolean ):Void
function set/get borderColor
function set restrict( value_str: String ):Void
function set/get textColor
function set textColor( value_num: Number ):Void
function set/get textHeight
function set textHeight( value_num: Number ):Void
function set/get type
function set type( value_str: String ):Void
function set/get wordWrap
function set wordWrap( value_bool: Boolean ):Void
function set scrollbar ( value_bool: Boolean ):Void
function set scrollBarWidth( value: Number ):Void
function _onChanged
function _onChanged ( changedField_txt: TextField ):Void
function _onKillFocus
function _onKillFocus ( newFocus_obj: Object ):Void
function _onScroller
function _onScroller ( scrolledField_txt: TextField ):Void
function onKeyDown()
function _onSetFocus
function _onSetFocus ( oldFocus_obj: Object ):Void
function loadMedia
public function loadMedia( url_str: String ):Void
function unloadMedia
public function unloadMedia():Void
function setGlobalCoordTL( coord: Object )
function setGlobalCoordBR( coord: Object )
function getGlobalCoordTL()
function getGlobalCoordBR()
function getSeoData( url_str: String ):Object