BagItProfileForm

BagItProfileForm

This is the form for editing BagItProfiles.

Constructor

new BagItProfileForm(bagItProfile)

Parameters:
Name Type Description
bagItProfile BagItProfile
Source:

Methods

_setProfileInfoFields()

This sets up the form fields for the BagItProfileInfo sub-object.

Source:

parseFromDOM()

This updates all of the values of Form.obj based on what the user entered in the HTML form. After calling the super method in the Form class, this hacks some values from the form into the BagItProfileInfo subobjects, and cleans up some extraneous properties on the BagItProfile object.

Source: