Name

LzInputTextSprite() (as2) — Used for input text.

Synopsis

JavaScript: LzInputTextSprite
Type: Function
Access: private
Runtimes: as2
Topic: Kernel.AS2
Declared in: WEB-INF/lps/lfc/kernel/swf/LzInputTextSprite.as

Details

Methods (10)

construct()
private function construct(parent, args);
deselect()
private function deselect();
gotBlur()
private function gotBlur();
gotFocus()
private function gotFocus();
__initTextProperties()
private function __initTextProperties(args);
select()
private function select();
setEnabled()
private function setEnabled(enabled : Boolean);
Sets whether user can modify input text field
setHTML()
private function setHTML(htmlp);
Set the html flag on this text view
setText()
private function setText(t : String);
setText sets the text of the field to display
updateData()
protected function updateData();
Retrieves the contents of the text field for use by a datapath. See LzDatapath.updateData for more on this.

Prototype Properties (1)

focusable
private var focusable = true;

JavaScript Synopsis

private function LzInputTextSprite(newowner, args);