Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

multiple Property

Gets or sets the widget's multiple attribute. It accepts a boolean value indicating whether multiple items of the list view can be selected. For the new attribute to be applied, you need to refresh the widget by calling its "refresh" method.

Syntax

QuiX XML
<qx:listview xmlns:qx="http://www.innoscript.org/quix" multiple="true">
</qx:listview>
JavaScriptlst.multiple = true;
lst.refresh();
Page last modified on October 15, 2007, at 11:06 AM