Debug.write('TempFeedFileName: ',tmpfeedparam);
Debug.write('FeedFileName: ',feedfilename);
Debug.write('TempColorGrid1: ',tmpcolorgrid1);
Debug.write('TempColorGrid2: ',tmpcolorgrid2);
Debug.write('ColorGrid1: ',colorgrid1);
Debug.write('ColorGrid2: ',colorgrid2);
Debug.write('TempColorfont1: ',tmpcolorfont1);
Debug.write('TempColorfont2: ',tmpcolorfont2);
Debug.write('Colorfont1: ',colorfont1);
Debug.write('Colorfont2: ',colorfont2);
Debug.write('ColorCanvas: ',colorcanvas);
feeddataset.setAttribute( 'src', feedfilename );
Debug.write('SrcDataset: ',feeddataset.src);
feeddataset.doRequest();
canvas[colorcanvas+'colors'].setAttribute("isdefault", true);
myView.setBGColor(colorgrid2);
var b =this.datapath.xpathQuery('position()');
this.label = this.datapath.xpathQuery('@title');
if(b%2) {
this.setBGColor(colorgrid1);
this.setAttribute( 'fgcolor', colorfont1 );
} else {
this.setBGColor(colorgrid2);
this.setAttribute( 'fgcolor', colorfont2 );
}
var url = this.datapath.xpathQuery('@link');
LzBrowser.loadURL( url, "_blank");
"+this.label+"");
]]>