Class com.asual.enflash.ui.TextArea

com.asual.enflash.EnFlashObject
   +--com.asual.enflash.ui.UIObject
      +--com.asual.enflash.ui.Component
         +--com.asual.enflash.ui.TextArea

Field Index

contentHeight, contentWidth, maxChars, size, textfield, value, wordWrap
Inherited from Component
asset, autoSize, clear, display, enabled, float, focusable, host, loaded, onblur, onfocus, onzoom, ph, pw, rotation, swf, tabIndex, zoom
Inherited from UIObject
alpha, h, margin, movieclip, onload, onresize, padding, visible, w, x, y
Inherited from EnFlashObject
id, oninit, onremove, parent, ref

Method Index

new TextArea()

Inherited from Component
blur(), focus(), setSize()
Inherited from UIObject
load(), main(), move()
Inherited from EnFlashObject
addEventListener(), createDelegate(), debug(), dispatchEvent(), dispatchEventOnce(), getListeners(), getXML(), remove(), removeDelegate(), removeEventListener(), setXML(), toString()

Constructor Detail

TextArea

public function TextArea(id:String)

Field Detail

maxChars

public maxChars:Number

value

public value:String

size

public size:Number

wordWrap

public wordWrap:Boolean

textfield

public textfield:TextField [Read Only]

contentWidth

public contentWidth:Number [Read Only]

contentHeight

public contentHeight:Number [Read Only]

Method Detail