comparison app/view/proben/List.js @ 353:b8bd8d9a93ab

Added documentation
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 13 Aug 2013 11:56:25 +0200
parents 6007d11b81c2
children 94884cd8f8c0
comparison
equal deleted inserted replaced
352:5fbcbf330839 353:b8bd8d9a93ab
42 this.columns = []; 42 this.columns = [];
43 this.callParent(arguments); 43 this.callParent(arguments);
44 }, 44 },
45 /** 45 /**
46 * Setup columns of the Grid dynamically based on a list of given cols. 46 * Setup columns of the Grid dynamically based on a list of given cols.
47 * The function is called from the {@link Lada.controllers.Sql#selectSql 47 * The function is called from the {@link Lada.controller.Sql#selectSql
48 * select sql event} 48 * select sql event}
49 * @parameter {Array} List of cols to show in the Grid. 49 * @parameter {Array} List of cols to show in the Grid.
50 */ 50 */
51 setupColumns: function(cols) { 51 setupColumns: function(cols) {
52 var rcols = [] 52 var rcols = []

http://lada.wald.intevation.org