<baselistitem>
a group of these are managed by a baselist

JavaScript: lz.baselistitem

See baselist for details.

Attributes

Name (CSS property) Type (tag) Type (js) Default Category
selected expression any false read/write
  Whether this item is selected. Our containing list will adopt the value of this component when it is selected.

Attributes inherited from <basevaluecomponent>

type, value

Methods

setHilite()
baselistitem.setHilite(hilite);
Sets this item to be highlighted to distinguish it in a list of items.
Parameter Name Type Description
hilite    

Methods inherited from lz.Eventable

destroy, setAttribute

Events

Name Description
onselect Event sent when the user makes a selection.
onselected Event sent when this item is selected.

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy