Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

multiple Property

Developers.QuiXListViewmultiple History

Hide minor edits - Show changes to output

October 15, 2007, at 11:06 AM by Thomas Bellos -
Changed line 12 from:
||!`JavaScript||lst.'''multiple''' = true; ||
to:
||!`JavaScript||lst.'''multiple''' = true; [[<<]] lst.refresh(); ||
October 15, 2007, at 10:41 AM by Thomas Bellos -
Changed line 9 from:
<qx:listview xmlns:qx="http://www.innoscript.org/quix" mutliple="true">
to:
<qx:listview xmlns:qx="http://www.innoscript.org/quix" multiple="true">
October 15, 2007, at 10:41 AM by Thomas Bellos -
Added lines 1-12:
(:title 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 "[[(Developers.QuiXListView)refresh]]" method.

!!Syntax

||cellspacing=1 cellpadding=4 border=1 bgcolor=#ededed
||!`QuiX XML||[@
<qx:listview xmlns:qx="http://www.innoscript.org/quix" mutliple="true">
</qx:listview>
@]||
||!`JavaScript||lst.'''multiple''' = true; ||
Page last modified on October 15, 2007, at 11:06 AM