:: Forum >> Version 2 >>

Bug in AW.XML.Table (2.0b1) - wrong index used for formats

There is currently a bug in AW.XML.Table (2.0b1) which breaks data formatting (row index is used instead of column). Here is a patch code:

AW.XML.Table.prototype.getText = function(ij){
    var 
node this.getNode(ij);
    var 
data node ? node.text "";
    var 
format this._formats[i];
    return 
format ? format.dataToText(data) : data;
};

 
Alex (ActiveWidgets)
Thursday, October 20, 2005



This topic is archived.

Back to support forum

Forum search