<simpleinputtext>
A simple input text field with basic borders.

JavaScript: lz.simpleinputtext
extends <view> » <node> » lz.Eventable »
[Note] Note
Note: Simpleinputtext is deprecated. Please use <edittext> instead.

Attributes

Name (CSS property) Type (tag) Type (js) Default Category
bgOpacity expression any 1 read/write
  The opacity for the input background.
blurborderOpacity expression any 1 read/write
  The opacity for the border on blur.
focusborderOpacity expression any 1 read/write
  The opacity for the border on focus.
text html lz.html   read/write
  The text for input.
textOpacity expression any 1 read/write
  The text opacity.
width expression any 100 read/write
  The width of the input box.

Methods

getText()
simpleinputtext.getText();
Get the text.
Returns Type Description
  String input text value.

setText()
simpleinputtext.setText(t : String);
Set the text.
Parameter Name Type Description
t String text value for input.

Methods inherited from lz.Eventable

destroy, setAttribute

Events

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy