Class TextField

TextField

Field Index

_alpha, _height, _name, _parent, _quality, _rotation, _soundbuftime, _target, _url, _visible, _width, _x, _xmouse, _xscale, _y, _ymouse, _yscale, autoSize, background, backgroundColor, border, borderColor, bottomScroll, condenseWhite, embedFonts, hscroll, html, htmlText, length, maxChars, maxhscroll, maxscroll, mouseWheelEnabled, multiline, password, restrict, scroll, selectable, styleSheet, tabEnabled, tabIndex, text, textColor, textHeight, textWidth, type, variable, wordWrap

Method Index

addListener(), getDepth(), getFontList(), getNewTextFormat(), getTextFormat(), onChanged(), onKillFocus(), onScroller(), onSetFocus(), removeListener(), removeTextField(), replaceSel(), replaceText(), setNewTextFormat(), setTextFormat()

Field Detail

_alpha

_alpha:Number

_height

_height:Number

_name

_name:String

_parent

_parent:MovieClip

_quality

_quality:String

_rotation

_rotation:Number

_soundbuftime

_soundbuftime:Number

_target

_target:String

_url

_url:String

_visible

_visible:Boolean

_width

_width:Number

_x

_x:Number

_xmouse

_xmouse:Number

_xscale

_xscale:Number

_y

_y:Number

_ymouse

_ymouse:Number

_yscale

_yscale:Number

autoSize

autoSize:Object

background

background:Boolean

backgroundColor

backgroundColor:Number

border

border:Boolean

borderColor

borderColor:Number

bottomScroll

bottomScroll:Number

condenseWhite

condenseWhite:Boolean

embedFonts

embedFonts:Boolean

hscroll

hscroll:Number

html

html:Boolean

htmlText

htmlText:String

length

length:Number

maxChars

maxChars:Number

maxhscroll

maxhscroll:Number

maxscroll

maxscroll:Number

mouseWheelEnabled

mouseWheelEnabled:Boolean

multiline

multiline:Boolean

password

password:Boolean

restrict

restrict:String

scroll

scroll:Number

selectable

selectable:Boolean

styleSheet

styleSheet:StyleSheet

tabEnabled

tabEnabled:Boolean

tabIndex

tabIndex:Number

text

text:String

textColor

textColor:Number

textHeight

textHeight:Number

textWidth

textWidth:Number

type

type:String

variable

variable:String

wordWrap

wordWrap:Boolean

Method Detail

getFontList

function getFontList():
Array

addListener

function addListener(listener:
Object):Boolean

getDepth

function getDepth():
Number

getNewTextFormat

function getNewTextFormat():
TextFormat

getTextFormat

function getTextFormat(beginIndex:
Number, endIndex:Number):TextFormat

removeListener

function removeListener(listener:
Object):Boolean

removeTextField

function removeTextField():Void

replaceSel

function replaceSel(newText:
String):Void

replaceText

function replaceText(beginIndex:
Number, endIndex:Number, newText:String):Void

setNewTextFormat

function setNewTextFormat(tf:
TextFormat):Void

setTextFormat

function setTextFormat():Void

onChanged

function onChanged(changedField:
TextField):Void

onKillFocus

function onKillFocus(newFocus:
Object):Void

onScroller

function onScroller(scrolledField:
TextField):Void

onSetFocus

function onSetFocus(oldFocus:
Object):Void