<borderinput>

JavaScript: lz.borderinput
extends <view> » <node> » lz.Eventable »

Attributes

Name (CSS property) Type (tag) Type (js) Default Category
changed expression any this.txt.changed read/write
   
label string String   read/write
   
labelstyle expression any null read/write
  should be an object of type "textstyle"
labelwidth number Number 80 read/write
   
text expression any   read/write
   

Methods

getText()
borderinput.getText();
Get text from border input.

setSelection()
borderinput.setSelection(ns, ne);
Parameter Name Type Description
ns    
ne    

setText()
borderinput.setText(t : String, isinitvalue : Boolean);
Set text for border input.
Parameter Name Type Description
t String text to set.
isinitvalue Boolean true if the text set is the initial value for borderinput. If not true, setting text will cause this borderinput to be considered changed.

Methods inherited from lz.Eventable

destroy, setAttribute

Events

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy