rjy7 2010-07-24 20:24:16 +00:00
parent 7ce437e5bc
commit 7f27c12fce
3 changed files with 36 additions and 31 deletions

View file

@ -136,10 +136,6 @@ var customForm = {
},
initFormFullView: function() {
if (this.editMode == 'edit') {
this.initFormEditView();
}
this.setType();
this.fullViewOnly.show();
@ -182,12 +178,6 @@ var customForm = {
},
initFormEditView: function() {
// These are not editable: only properties of the role are editable.
this.typeSelector.attr('disabled', 'disabled');
this.relatedIndLabel.attr('disabled', 'disabled');
},
// Bind event listeners that persist over the life of the page. Event listeners
// that depend on the view should be initialized in the view setup method.
bindEventListeners: function() {