Please fill in both name and message. closeIt.doStart();
name if(this.getText() == "name") { this.clearText(); } if(parent.dotrim(this.getText()) == "") { this.setText("name"); } message if(this.getText() == "message") { this.clearText(); } if(parent.dotrim(this.getText()) == "") { this.setText("message"); } // 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 LASZLO
Adding your shout....