var recIndices = myDT.getSelectedRows();
var recs = [];
for(var i=0; i
// leaves you with recs an Array of Records ....
// if you want a recordset of only the selected ones ... follow up with,
var newRS = new YAHOO.widget.RecordSet();
newRS.addRecords(recs);
http://yuilibrary.com/forum/viewtopic.php?p=34368
No comments:
Post a Comment