MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference page 649

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Event summary
Event
onChanged
= function(changedField:TextField) {}
onKillFocus
= function(newFocus:Object) {}
onScroller
= function(scrolledField:TextField) {}
onSetFocus
= function(oldFocus:Object) {}
Method summary
Modifiers
Signature
addListener(listener:Object) :
Boolean
getDepth() :
getNewTextFormat() :
getTextFormat([beginIndex:Number],
[endIndex:Number]) :
removeListener(listener:Object) :
Boolean
removeTextField() :
replaceText(beginIndex:Number,
endIndex:Number, newText:String) :
Void
Number
TextFormat
TextFormat
Void
Description
Event handler/listener; invoked
when the content of a text field
changes.
Invoked when a text field loses
keyboard focus.
Event handler/listener; invoked
when one of the text field scroll
properties changes.
Invoked when a text field receives
keyboard focus.
Description
Registers an object to receive
TextField event notifications.
Returns the depth of a text field.
Returns a TextFormat object
containing a copy of the text field's
text format object.
Returns a TextFormat object for a
character, for a range of characters,
or for an entire TextField object.
Removes a listener object
previously registered to a text field
instance with
TextField.addListener().
Removes the text field.
Replaces a range of characters,
specified by the beginIndex and
endIndex parameters, in the
specified text field with the contents
of the newText parameter.
TextField
649

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Table of Contents