Name
LzInputTextSprite() (svg)
Description
LzInputTextSprite.js
Details
Methods (16)
-
getText()
-
private function getText();
Returns the string represented in the text field
@return: The string in the text field
-
getTextfieldHeight()
-
private function getTextfieldHeight();
-
getTextHeight()
-
private function getTextHeight();
-
getTextSize()
-
private function getTextSize(string);
-
getTextWidth()
-
private function getTextWidth();
-
__initTextProperties()
-
private function __initTextProperties(args);
-
setEnabled()
-
private function setEnabled(val);
-
setFont()
-
private function setFont();
-
setFontName()
-
private function setFontName(fname);
-
setFontSize()
-
private function setFontSize(fsize);
-
setFontStyle()
-
private function setFontStyle(fstyle);
-
setFormat()
-
private function setFormat();
Sets the format string for the text field.
-
setMultiline()
-
private function setMultiline(m);
-
setResize()
-
private function setResize();
-
setSelectable()
-
private function setSelectable();
-
setText()
-
private function setText(t);
Prototype Properties (1)
-
setTextColor
-
private var setTextColor;
JavaScript Synopsis
private function LzInputTextSprite(owner);