search for: btnaddchild

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

2008 Apr 07
4
Staff Manager tutorial from "Prototype and script.aculo.us" by Christophe Porteneuve
...or: function() { if (!this.selected) { $(''edtName'').value = ''''; $(''chkIsGroup'').enable().checked = false; $(''btnSubmit'').value = ''Create''; $(''btnRemove'', ''btnAddChild'', ''btnSubmit'').invoke(''disable''); } else { $(''edtName'').value = this.selected.name; var isGroup = this.selected.children; $(''chkIsGroup'').checked = isGroup; $(''btnSubmit'')....