<listitem>
a listitem is an element of a list

JavaScript: lz.listitem

A listitem is an element with a value that is contained within a list. As with baselistitem, the selected attribute will be true when selected.

<canvas height="80">
              <list>
              <listitem value="1" selected="true"/>
              <listitem value="2"/>
              </list>
              </canvas>
A simple listitem that is usually declared inside of a list.

Attributes

Name (CSS property) Type (tag) Type (js) Default Category
height expression any 20 read/write
  The height of the listitem.

Attributes inherited from <baselistitem>

selected

Attributes inherited from <basevaluecomponent>

type, value

Methods

Methods inherited from <baselistitem>

setHilite

Methods inherited from lz.Eventable

destroy, setAttribute

Events

Events inherited from <baselistitem>

onselect, onselected

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy