Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
Event summary
Event
Description
Event handler/listener; invoked when the content of a text field changes.
onChanged
=
function(changed
Field:TextField)
{}
Invoked when a text field loses keyboard focus.
onKillFocus
=
function(newFocu
s:Object) {}
Event handler/listener; invoked when one of the text field scroll properties
onScroller
=
changes.
function(scrolle
dField:TextField
) {}
Invoked when a text field receives keyboard focus.
onSetFocus
=
function(oldFocu
s:Object) {}
Method summary
Modifiers
Signature
addListener(listener
:Object) : Boolean
getDepth() : Number
static
getFontList() :
Array
getNewTextFormat() :
TextFormat
getTextFormat([begin
Index:Number],
[endIndex:Number]) :
TextFormat
1166
ActionScript classes
property),
__proto__ (Object.__proto__
property),
Description
Registers an object to receive TextField event
notifications.
Returns the depth of a text field.
Returns the names of fonts on the player's host
system as an array.
Returns a TextFormat object containing a copy of the
text field's text format object.
Returns a TextFormat object for a character, a range
of characters, or an entire TextField object.
__resolve
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?