latest updates
[namibia] / public / templates / page / groups.js
1 var template_groups = function( static )
2 {
3         this.static = static;
4         this.elements = {
5                         // Company details
6                         name                    : new App.TemplateElement.FieldComponent('name'),
7                         pricingType     : new App.TemplateElement.FieldComponent('pricingType'),
8                         fixedPricing    : new App.TemplateElement.FieldComponent('fixedPricing'),
9                         priceGuide              : new App.TemplateElement.FieldComponent('priceGuide'),
10
11                         // Groups grid
12                         gridGroupTitle         : new App.TemplateElement.Text('gridGroupTitle'),
13                         gridGroupColumnHeaders : new App.TemplateElement.ConstructorComponentCollection('gridGroupColumnHeaders'),
14                         gridGroupRowRepeater   : new App.TemplateElement.ConstructorComponentCollection('gridGroupRowRepeater')
15                 };
16         this.construct = function() {};
17         this.destruct  = function() {};
18 };