Displaying 1 result from an estimated 1 matches for "edtnam".
Did you mean:
  edtname
  
2008 Apr 07
4
Staff Manager tutorial from "Prototype and script.aculo.us" by Christophe Porteneuve
...t = (groupIsVisible ? ''-'' : ''+'');
    toggler.up(''a'').title = ''Click to '' +
      (groupIsVisible ? ''collapse'' : ''expand'');
  },
  update: function() {
    this.selected.label = $F(''edtName'');
    $(this.selected.id).down(''span'', 1).update(
      this.selected.label.escapeHTML());
  },
  updateEditor: function() {
    if (!this.selected) {
      $(''edtName'').value = '''';
      $(''chkIsGroup'').enable().ch...