Student Name Roll No. Reg. No Course Name Gread Point
TypingText.all.push(this);
if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
this.element.typingText = this;
this.currentChar = 0;
this.currentText = "";
this.cursor = (cursor ? cursor : "");
this.unparsedOrigText = this.origText;
this.origText = this.element.innerHTML;
this.interval = (typeof interval == "undefined" ? 100 : interval);
? finishedCallback : function() { return; });