Personal Attributes Form



Hide


Sex:
Hide
Attributes (I would say I am):







Right now, this page reads data from localstorage (using a CRUD interface), and allows a user to modify the values stored in the array (which is then written back as a JSONobject). There should be three users populated in the select statement by default. Values are automatically modified in the array when you modify/(enable/disable/check) them. Records are listed automatically in the select element in the left-most div. Records can be created through the "New" button. The record selected in the select element can be deleted through the "Remove" button. The modifications that are made to the form can be saved to localstorage (in order to have a persistent session across reloads.