Changeset 189 for trunk/web-app/js
- Timestamp:
- Feb 10, 2010, 5:35:11 PM (13 years ago)
- Location:
- trunk/web-app/js
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/js/grouping.js
r180 r189 14 14 function Grouping() { 15 15 } 16 /*17 16 Grouping.prototype = { 18 17 itemsIdentifier: null, … … 33 32 34 33 initItems: function() { 35 $(this.itemsIdentifier).34 //$(this.itemsIdentifier). 36 35 } 37 36 } 38 */ 37 /* 39 38 40 39 Grouping.prototype = { … … 156 155 } 157 156 } 158 157 */ -
trunk/web-app/js/wizard.js
r178 r189 32 32 // @see _wizard.gsp, _navigation.gsp, _subjects.gsp 33 33 function onWizardPage() { 34 // GENERAL 34 35 attachHelpTooltips(); 35 36 attachDatePickers(); 36 37 37 // SUBJECT S38 // SUBJECT PAGE 38 39 attachTableEvents(); 39 40 resizeWizardTable(); … … 41 42 new TableEditor().init('div.table','div.row','div.column'); 42 43 43 // GROUPING 44 // GROUPING PAGE 44 45 new Grouping().init('div.subjects', 'div.subject', 'div.groups', 'div.group'); 45 46 }
Note: See TracChangeset
for help on using the changeset viewer.