search for: updateeditor

Displaying 1 result from an estimated 1 matches for "updateeditor".

2008 Apr 07
4
Staff Manager tutorial from "Prototype and script.aculo.us" by Christophe Porteneuve
...r.without(this.selected); var elt = $(this.selected.id); var previous = elt.previous(''li''); if (!previous) previous = elt.up(''li''); elt.remove(); this.selected = null; if (previous) this.select(previous.id); else this.updateEditor(); }, select: function(id) { if (this.selected) $(this.selected.id).down(''span'').removeClassName(''selected''); this.selected = (this.selected && this.selected.id == id ? null : this.find(id)); if (this.selected) { var elt...