This demo allows for browsing and updating preferences using the client side JavaScript Model API.
Use the input field to enter a preference set id (for example 'id:instance1').
Use the 'Create'-button to create a preference set with the id specified in the input field. The created preference set will be a child of the currently selected preference set
Use the 'Delete'-button to delete the preference set with the id specified in the input field.
Use the 'Commit'-button to commit all updates you performed with preferences sets. Note that the updates are immediately reflected in the Preferences Model but are only persisted after you commit them.
Use the 'Reload'-button of the browser to dispose all (non-persisted) updates.