RC1 Bug: table.setFormats() no longer working
The following code used to work with in V2 B3 & B4:
Now I get a JS error ("Object doesn't support this property or method") on the table.setFormats line.
Is this method still available? needed?
var str = new AW.Formats.String;
var num = new AW.Formats.Number;
var table = new AW.XML.Table;
table.setFormats([str, num, str, str, str, num]);
Now I get a JS error ("Object doesn't support this property or method") on the table.setFormats line.
Is this method still available? needed?
Sam S.
February 2,