ActionScript : ActionScript Classes : TextField
Context of the notion in the technology: Document / Topc: ActionScript Document / Topc: ActionScript Classes
Related Keywords: Action Script Action Script Classes Text Field
Help URL: http://livedocs.macromedia.com/flash/8/main/00002730.html
Items Related to TextField
Inner Elements of TextField
TextField contains following items:
- _alpha (alpha)
- antiAliasType (anti Alias Type)
- autoSize (auto Size)
- background
- backgroundColor (background Color)
- border
- borderColor (border Color)
- bottomScroll (bottom Scroll)
- condenseWhite (condense White)
- embedFonts (embed Fonts)
- filters
- gridFitType (grid Fit Type)
- _height (height)
- _highquality (highquality)
- hscroll
- html
- htmlText (html Text)
- length
- maxChars (max Chars)
- maxhscroll
- maxscroll
- menu
- mouseWheelEnabled (mouse Wheel Enabled)
- multiline
- _name (name)
- _parent (parent)
- password
- _quality (quality)
- restrict
- _rotation (rotation)
- scroll
- selectable
- sharpness
- _soundbuftime (soundbuftime)
- styleSheet (style Sheet)
- tabEnabled (tab Enabled)
- tabIndex (tab Index)
- _target (target)
- text
- textColor (text Color)
- textHeight (text Height)
- textWidth (text Width)
- thickness
- type
- _url (url)
- variable
- _visible (visible)
- _width (width)
- wordWrap (word Wrap)
- _x (x)
- _xmouse (xmouse)
- _xscale (xscale)
- _y (y)
- _ymouse (ymouse)
- _yscale (yscale)
- addListener (add Listener)
- getDepth (get Depth)
- getFontList (get Font List)
- getNewTextFormat (get New Text Format)
- getTextFormat (get Text Format)
- removeListener (remove Listener)
- removeTextField (remove Text Field)
- replaceSel (replace Sel)
- replaceText (replace Text)
- setNewTextFormat (set New Text Format)
- setTextFormat (set Text Format)
- onChanged (on Changed)
- onKillFocus (on Kill Focus)
- onScroller (on Scroller)
- onSetFocus (on Set Focus)
ActionScript is an ECMAScript-based programming language used for scripting Macromedia Flash movies and applications. Since both ActionScript and JavaScript are based on the same ECMAScript syntax, fluency in one theoretically translates easily to the other. However, while JavaScript's DOM is browser window, document and form centric, the ActionScript DOM is movie centric, which may include animations, audio, text and event handling. -- wikipedia.org
|