remove about us and FAQ links in menus
[namibia] / public / templates / page / historicaldata.js
1 var template_historicaldata = function( static )
2 {
3         this.static = static;
4         this.elements = {
5                         gridTitle         : new App.TemplateElement.Text('gridTitle'),
6                         gridTitleSubtext  : new App.TemplateElement.Text('gridTitleSubtext'),
7                         gridTitleButtons  : new App.TemplateElement.ConstructorComponentCollection('gridTitleButtons'),
8                         gridContextFilter : new App.TemplateElement.ConstructorComponentCollection('gridContextFilter'),
9                         gridColumnHeaders : new App.TemplateElement.ConstructorComponentCollection('gridColumnHeaders'),
10                         gridColumnFilters : new App.TemplateElement.ConstructorComponentCollection('gridColumnFilters'),
11                         gridRowRepeater   : new App.TemplateElement.ConstructorComponentCollection('gridRowRepeater'),
12                         gridPager         : new App.TemplateElement.ConstructorComponentCollection('gridPager'),
13                 };
14         this.construct = function()
15         {
16                 //alert('Hi there, we now do event registrations, etc');
17         };
18         this.destruct = function()
19         {
20                 //alert('Hi there, removing bindings, etc');
21         };
22 };