NIHVIVO-647 Add name attribute to vitro custom jsp input tag so that the name can differ from the id.

Removed flag1value1 stuff from all vivo custom forms, since no longer needed.
Initial setup for publication form javascript.
This commit is contained in:
rjy7 2010-07-08 15:08:42 +00:00
parent 9b219635a5
commit 95380454af
9 changed files with 93 additions and 72 deletions

View file

@ -68,7 +68,7 @@ var customForm = {
vitro.utils.borrowMethods(vitro.customFormUtils, this);
},
// On page load, create references within the customForm scope to DOM elements.
// On page load, create references for easy access to form elements.
// NB These must be assigned after the elements have been loaded onto the page.
initObjects: function() {