Please fill in both name and message.
closeIt.doStart();
// close the adding window
adding.close();
shoutBox.setOpacity(1.0);
// set the alternating row color.
var pos = this.datapath.xpathQuery('position()');
if (pos % 2 == 0) {
this.setAttribute('rowcolor', 0xf3eee1);
} else {
this.setAttribute('rowcolor', 0xdcd0b1);
}
this.setBGColor(this.rowcolor);
this.setColor(0xffffff);
this.setBGColor(0x4b564b);
this.setColor(0x000000);
this.setBGColor(this.rowcolor);
said:
WRITTEN BY DODO WITH OPEN LASZLOAdding your shout....