search for: btnsubmit

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

2008 Apr 07
4
Staff Manager tutorial from "Prototype and script.aculo.us" by Christophe Porteneuve
....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'').value = this.selected.name; var isGroup = this.selected....