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
_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 Detail
getFontList
function getFontList():Array
getDepth
function getDepth():Number
getNewTextFormat
function getNewTextFormat():TextFormat
removeTextField
function removeTextField():Void
replaceSel
function replaceSel(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