Vergleich jscripts/inline_edit.js - 1.6.1 - 1.6.8

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 115Zeile 115

this.textbox = document.createElement("input");
this.textbox.style.width = "95%";


this.textbox = document.createElement("input");
this.textbox.style.width = "95%";

		this.textbox.maxlength="85";

		this.textbox.maxLength="85";

		this.textbox.className = "textbox";
this.textbox.type = "text";
Event.observe(this.textbox, "blur", this.onBlur.bindAsEventListener(this));

		this.textbox.className = "textbox";
this.textbox.type = "text";
Event.observe(this.textbox, "blur", this.onBlur.bindAsEventListener(this));