Debug.write(this.localdata);
empty local dataset with no name
Debug.write(this.lds);
empty local dataset
Debug.write(this.lds);
bar
local dataset
bar') {
Debug.error("somedata serialized data does not match expected value");
}
]]>
Debug.write(this.lds);
local dataset compiled in from external file
DanMcGowan3/25/052210 North 184th StreetShorelineBarryBonds3/25/05JeffBeck3/25/05') {
Debug.error("filedata serialized data does not match expected value");
}
]]>
Debug.write(this.lds);
local dataset loaded at runtime
DanMcGowan3/25/052210 North 184th StreetShorelineBarryBonds3/25/05JeffBeck3/25/05') {
Debug.error("remotedata serialized data does not match expected value");
}
]]>
Debug.write(this.lds);
this.datapath.setXPath(this.datapath.xpath);
local dataset loaded at runtime and relative datapath - datapath doesn't resolve because dataset doesn't exist yet. click to reparse xpath
this.datapath.addNode('child', 'Click to remove this node', {});
Click to add a node to my local dataset