addColumn methodDevelopers.QuiXListViewaddColumn HistoryHide minor edits - Show changes to markup October 15, 2007, at 08:48 AM
by -
Changed lines 10-11 from:
to:
October 15, 2007, at 08:47 AM
by -
Changed lines 10-11 from:
to:
October 15, 2007, at 08:26 AM
by -
Changed lines 17-19 from:
lst.addColumn = { isSystem:true, displayName:'aaaaa', size:31230, modified:new Date(), role:2
}; to:
lst.addColumn({ bgcolor:'#FFFFFF', width:'40%', caption:'Column Displayed name', name:'the corresponding dataset name', type:'int or bool or Date, default str', xform:'data transformation function', sortable:true, format: 'date display format', align:'right', resizable;true }); October 15, 2007, at 08:13 AM
by -
Changed lines 17-20 from:
lst.addColumn = [ {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}
];
to:
lst.addColumn = { isSystem:true, displayName:'aaaaa', size:31230, modified:new Date(), role:2
}; October 15, 2007, at 08:12 AM
by -
Changed lines 8-10 from:
to:
October 15, 2007, at 08:11 AM
by -
Changed lines 3-4 from:
The addColumn adds a new column to the widget. to:
The addColumn adds a new column to the widget. In order for the column to be displayed, you need to refresh the widget by calling its "refresh" method. Changed line 9 from:
lst.addColumn(params); to:
lst.addColumn(params); Changed lines 12-24 from:
to:
Example
lst.addColumn = [
{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();
October 15, 2007, at 08:09 AM
by -
Changed lines 3-4 from:
The addColumn adds a new column to the widget's header. to:
The addColumn adds a new column to the widget. Changed line 11 from:
to:
October 15, 2007, at 07:55 AM
by -
Changed lines 3-4 from:
The addColumn adds a new column the widget's header. to:
The addColumn adds a new column to the widget's header. October 15, 2007, at 07:17 AM
by -
Added lines 1-12:
The addColumn adds a new column the widget's header. Syntax
|
|||||||||||||||||||||||||||
|
Page last modified on October 15, 2007, at 08:48 AM
|
|||||||||||||||||||||||||||