Problem in Firefox with XML Table
Hi
From this forum i found a way to change the values of XML table. I am setting new value to column six according to user interaction:
var node = table.getNode(this.getRowProperty("index"), 6);
node.text = newValue;
This code works fine with IE6 but in Firefox 1.0.4 i got the following error: setting a property that has only getter. Now if it doesn't have a setter, how come it work in IE ?!!!
Somebody please Help !!!
From this forum i found a way to change the values of XML table. I am setting new value to column six according to user interaction:
var node = table.getNode(this.getRowProperty("index"), 6);
node.text = newValue;
This code works fine with IE6 but in Firefox 1.0.4 i got the following error: setting a property that has only getter. Now if it doesn't have a setter, how come it work in IE ?!!!
Somebody please Help !!!
Asif Iqbal
June 9,