A textlistitem
is a
listitem
which displays text. This is the most
common form of a listitem
, and is the default
listitem for combobox
s,
menu
s, list
s, and
floatinglist
s.
<canvas height="100"> <list> <textlistitem text="item 1" value="1" selected="true"/> <textlistitem text="item 2" value="2"/> </list> </canvas>
Copyright © 2002-2007 Laszlo Systems, Inc. All Rights Reserved. Unauthorized use, duplication or distribution is strictly prohibited. This is the proprietary information of Laszlo Systems, Inc. Use is subject to license terms.