MovieClip +--mx.core.UIObject +--mx.core.UIComponent +--mx.controls.TextInput
a single-line text input control
__editable
, _accProps
, _maxWidth
, bind
, border_mc
, borderStyle
, changeHandler
, className
, clipParameters
, editable
, enterHandler
, enterListener
, hPosition
, html
, initializing
, initText
, label
, length
, maxChars
, maxHPosition
, mergedClipParameters
, owner
, password
, restrict
, symbolName
, symbolOwner
, tabIndex
, text
, tfh
, tfw
, tfx
, tfy
, updateModel
clipParameters
, drawFocus
, enabled
, focusEnabled
, focusManager
, focusTextField
, groupName
, height
, kStretch
, mergedClipParameters
, origBorderStyles
, origBorderValues
, popUp
, symbolName
, symbolOwner
, tabEnabled
, tabIndex
, width
__height
, __onUnload
, __width
, _color
, _endInit
, _id
, _maxHeight
, _maxWidth
, _minHeight
, _minWidth
, _preferredHeight
, _preferredWidth
, _tf
, _topmost
, addEventListener
, bottom
, buildDepthTable
, changeColorStyleInChildren
, changeTextStyleInChildren
, childrenCreated
, className
, clipParameters
, color
, createAccessibilityImplementation
, createChildAtDepth
, createClassChildAtDepth
, createEvent
, dispatchEvent
, embedFonts
, findNextAvailableDepth
, fontFamily
, fontSize
, fontStyle
, fontWeight
, handleEvent
, height
, idNames
, ignoreClassStyleDeclaration
, initProperties
, invalidateFlag
, left
, lineColor
, lineWidth
, marginLeft
, marginRight
, methodTable
, minHeight
, minWidth
, notifyStyleChangeInChildren
, removeEventListener
, right
, scaleX
, scaleY
, setStyle
, stylecache
, styleName
, symbolName
, symbolOwner
, tabEnabled
, textAlign
, textColorList
, textDecoration
, textIndent
, tfList
, top
, validateNow
, visible
, width
, x
, y
_alpha
, _currentframe
, _droptarget
, _focusrect
, _framesloaded
, _height
, _lockroot
, _name
, _parent
, _quality
, _rotation
, _soundbuftime
, _target
, _totalframes
, _url
, _visible
, _width
, _x
, _xmouse
, _xscale
, _y
, _ymouse
, _yscale
, enabled
, focusEnabled
, hitArea
, tabChildren
, tabEnabled
, tabIndex
, tooltipText
, trackAsMenu
, useHandCursor
new TextInput()
static symbolName:String
static symbolOwner:Object
className:String
initializing:Boolean
clipParameters:Object
static mergedClipParameters:Boolean
_maxWidth:Number
enterListener:Object
tfx:Number
tfy:Number
tfw:Number
tfh:Number
updateModel:Function
enterHandler:Function
changeHandler:Function
borderStyle:String
__editable:Boolean
bind:Boolean
owner:MovieClip
initText:String
border_mc:RectBorder
label:TextField
html:Boolean
true if text is supplied as html *tiptext Whether the text field contains text or html. *helpid 3189
text:String
the text in the component
maxChars:Number
maximum number of characters that can be input into this component
length:Number [Read Only]
current length of text in component
restrict:String
list of characters to accept or deny
hPosition:Number
pixel offset when scrolled horizontally
maxHPosition:Number [Read Only]
maximum allowed setting for hPosition
editable:Boolean
true if the component is editable
password:Boolean
true to use '*' instead of the actual characters
tabIndex:Number
tab order when using tab key to navigate
_accProps:Object