Replaced TB accordions with JQueryUI accordions. We now keep track of which accordions are open on each page. When the user navigates away and then comes back to a page, the accordions are restored. Accordion state is stored in the session cookie.

This commit is contained in:
chouseknecht
2013-06-27 03:37:42 -04:00
parent 453c13f116
commit 0277a2177c
28 changed files with 1448 additions and 98 deletions

View File

@@ -13,7 +13,11 @@ angular.module('UserFormDefinition', [])
addTitle: 'Create User', //Legend in add mode
editTitle: '{{ username }}', //Legend in edit mode
name: 'user', //Form name attribute
well: true, //Wrap the form with TB well
well: true, //Wrap the form with TB well
collapse: true,
collapseTitle: 'User Settings',
collapseMode: 'edit',
collapseOpen: true,
fields: {
username: {