Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

dataSet Property

Developers.QuiXListViewdataSet History

Hide minor edits - Show changes to output

October 15, 2007, at 11:05 AM by Thomas Bellos -
Changed lines 8-10 from:
||!`JavaScript||[@ lst.dataSet = data; [[<<]] lst.refresh(); @]||

to:
||!`JavaScript||lst.'''dataSet''' = data; [[<<]] lst.refresh(); ||

October 15, 2007, at 11:04 AM by Thomas Bellos -
Changed lines 8-12 from:
||!`JavaScript||[@
lst.dataSet = data; [[<<]] lst.refresh();
@]||

to:
||!`JavaScript||[@ lst.dataSet = data; [[<<]] lst.refresh(); @]||

October 15, 2007, at 11:04 AM by Thomas Bellos -
Changed line 9 from:
lst.dataSet = data;
to:
lst.dataSet = data; [[<<]] lst.refresh();
October 15, 2007, at 10:34 AM by Thomas Bellos -
Changed line 8 from:
||!JavaScript||[@
to:
||!`JavaScript||[@
October 15, 2007, at 10:33 AM by Thomas Bellos -
Changed line 8 from:
||!Javascript||[@
to:
||!JavaScript||[@
October 15, 2007, at 10:33 AM by Thomas Bellos -
Changed line 8 from:
||!Syntax||[@
to:
||!Javascript||[@
October 15, 2007, at 10:31 AM by Thomas Bellos -
Changed lines 5-8 from:
!!Syntax

||!`JavaScript||lst.'''dataSet''' = dataSet; ||
to:
!! Syntax

||cellspacing=1 cellpadding=4 border=1 bgcolor=#ededed
||!Syntax||[@
lst.dataSet = data;
@]||

October 15, 2007, at 10:30 AM by Thomas Bellos -
Changed lines 19-21 from:


to:
@]

October 15, 2007, at 10:30 AM by Thomas Bellos -
Added lines 1-21:
(:title dataSet Property:)

Sets the widget's data set. The data set consists of an array of hashtables. In order for the data to be displayed, you need to refresh the widget by calling its "[[(Developers.QuiXListView)refresh]]" method.

!!Syntax

||!`JavaScript||lst.'''dataSet''' = dataSet; ||

!! Example

%code%
[@

lst.dataSet = [
{isSystem:true, displayName:'aaaaa', size:31230, modified:new Date(), role:2},
{isSystem:false, displayName:'bbbb', size:1230, modified:new Date('03/31/2005 18:00:31'), role:8}
];
lst.refresh();


Page last modified on October 15, 2007, at 11:05 AM