latest updates
[namibia] / public / templates / page / holidays.js
1 var template_holidays = function( static )
2 {
3         this.static = static;
4         this.elements = {
5                         // Company details
6                         name    : new App.TemplateElement.FieldComponent('name'),
7                         holiday : new App.TemplateElement.FieldComponent('holiday'),
8
9                         // Holidays grid
10                         gridHolidayTitle         : new App.TemplateElement.Text('gridHolidayTitle'),
11                         gridHolidayColumnHeaders : new App.TemplateElement.ConstructorComponentCollection('gridHolidayColumnHeaders'),
12                         gridHolidayRowRepeater   : new App.TemplateElement.ConstructorComponentCollection('gridHolidayRowRepeater')
13                 };
14         this.construct = function() {};
15         this.destruct  = function() {};
16 };