TF.text = "blablablabla"; TF.defaultText = TF.text; TF.onChanged = function() { this.text = this.defaultText; };