Displaying 1 result from an estimated 1 matches for "chkisgroup".
2008 Apr 07
4
Staff Manager tutorial from "Prototype and script.aculo.us" by Christophe Porteneuve
...ected.label = $F(''edtName'');
$(this.selected.id).down(''span'', 1).update(
this.selected.label.escapeHTML());
},
updateEditor: function() {
if (!this.selected) {
$(''edtName'').value = '''';
$(''chkIsGroup'').enable().checked = false;
$(''btnSubmit'').value = ''Create'';
$(''btnRemove'', ''btnAddChild'', ''btnSubmit'').invoke(''disable'');
} else {
$(''edtName''...