Constructor
new (?parent:DisplayObjectContainer, ?xpos:Float, ?ypos:Float, ?text:String, ?defaultHandler:Dynamic)
Constructor
Parameters:
parent | The parent DisplayObjectContainer on which to add this InputText. |
---|---|
xpos | The x position to place this component. |
ypos | The y position to place this component. |
text | The string containing the initial text of this component. |
defaultHandler | The event handling function to handle the default event for this component (change in this case). |