MovieClip +--mx.core.UIObject +--mx.core.UIComponent +--mx.core.View +--mx.core.ScrollView +--mx.controls.TextArea
a multi-line text area, complete with optional scrollbars
__editable
, __hScrollPolicy
, __vScrollPolicy
, _accProps
, _hpos
, _vpos
, className
, clipParameters
, editable
, hookedH
, hookedV
, hPosition
, hScrollPolicy
, html
, initializing
, initText
, label
, length
, maxChars
, maxHPosition
, maxVPosition
, mergedClipParameters
, password
, restrict
, styleSheet
, symbolName
, symbolOwner
, tabIndex
, text
, tfh
, tfw
, tfx
, tfy
, vPosition
, vScrollPolicy
, wordWrap
__hPosition
, __hScrollPolicy
, __maxHPosition
, __viewMetrics
, __vPosition
, __vScrollPolicy
, className
, columnWidth
, heightPadding
, hPosition
, hScroller
, hScrollPolicy
, invLayout
, MASK_DEPTH
, mask_mc
, maxHPosition
, maxVPosition
, numberOfCols
, oldRndUp
, owner
, propsInited
, rowC
, rowH
, scrollAreaChanged
, specialHScrollCase
, symbolName
, symbolOwner
, viewableColumns
, viewableRows
, vPosition
, vScroller
, vScrollPolicy
, widthPadding
__tabIndex
, _loadExternalClass
, border_mc
, boundingBox_mc
, childNameBase
, className
, createClassChildAtDepth
, depth
, hasBeenLayedOut
, loadExternal
, numChildren
, symbolName
, symbolOwner
, tabIndex
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 TextArea()
static symbolName:String
static symbolOwner:Object
className:String
initializing:Boolean
clipParameters:Object
static mergedClipParameters:Boolean
__vScrollPolicy:String
__hScrollPolicy:String
label:TextField
__editable:Boolean
initText:String
tfx:Number
tfw:Number
tfy:Number
tfh:Number
hookedV:Boolean
hookedH:Boolean
_vpos:Number
_hpos:Number
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
wordWrap:Boolean
true if should wordwrap. If false, long lines get clipped
editable:Boolean
true if the component is editable
password:Boolean
true to use '*' instead of the actual characters
html:Boolean
true if text is supplied as html
text:String
the text in the component
hPosition:Number
pixel offset when scrolled horizontally
vPosition:Number
line number of the topmost line of characters displayed
maxVPosition:Number [Read Only]
maximum allowed setting for vPosition
maxHPosition:Number [Read Only]
maximum allowed setting for hPosition
tabIndex:Number
tab order when using tab key to navigate
_accProps:Object
styleSheet:StyleSheet
hScrollPolicy:String
vScrollPolicy:String