Description
Note: Simpleinputtext is deprecated. Please use edittext instead.
Details
Properties (6)
-
bgOpacity
-
<attribute name="bgOpacity" value="1" />
The opacity for the input background. Default is 1.
-
blurborderOpacity
-
<attribute name="blurborderOpacity" value="1" />
public var blurborderOpacity;
The opacity for the border on blur. Default is 1.
-
focusborderOpacity
-
<attribute name="focusborderOpacity" value="1" />
public var focusborderOpacity;
The opacity for the border on focus. Default is 1.
-
text
-
<attribute name="text" type="html" value="" />
The text for input. Defaults to empty string.
-
textOpacity
-
<attribute name="textOpacity" value="1" />
The text opacity. Default is 1.
-
width
-
<attribute name="width" value="100" />
The width of the input box. Default is 100.
Methods (2)
-
getText()
-
<method name="getText" />
public function getText() : String;
-
setText()
-
<method name="setText" args="t" />
public function setText(t : String);
LZX Synopsis
<class name="
simpleinputtext" extends="
LzView
">
<attribute name="
text
" type="
html" value="
" />
<attribute name="
width
" value="
100" />
<method name="
setText
" args="
t" />
</class>
JavaScript Synopsis
public deprecated
simpleinputtext extends
LzView
{
prototype public function
getText
() :
String;
prototype public function
setText
(
t : String);
}