[Mapbender-commits] r5303 - trunk/mapbender/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jan 12 10:12:25 EST 2010


Author: verenadiewald
Date: 2010-01-12 10:12:24 -0500 (Tue, 12 Jan 2010)
New Revision: 5303

Modified:
   trunk/mapbender/http/javascripts/mod_ResultList.js
Log:
documentation

Modified: trunk/mapbender/http/javascripts/mod_ResultList.js
===================================================================
--- trunk/mapbender/http/javascripts/mod_ResultList.js	2010-01-12 15:07:07 UTC (rev 5302)
+++ trunk/mapbender/http/javascripts/mod_ResultList.js	2010-01-12 15:12:24 UTC (rev 5303)
@@ -1,3 +1,39 @@
+/**
+ * Package: resultList
+ *
+ * Description:
+ * A result list for featureCollections
+ * 
+ * Files:
+ *  - http/javascripts/mod_ResultList.js
+ *
+ * SQL:
+ * > INSERT INTO gui_element(fkey_gui_id, e_id, e_pos, e_public, e_comment, 
+ * > e_title, e_element, e_src, e_attributes, e_left, e_top, e_width, 
+ * > e_height, e_z_index, e_more_styles, e_content, e_closetag, e_js_file, 
+ * > e_mb_mod, e_target, e_requires, e_url) 
+ * > VALUES('<gui_id>','resultList',2,1,'','Result List','div','','',NULL ,NULL 
+ * > ,NULL ,NULL ,NULL 
+ * > ,'','','div','mod_ResultList.js','../../lib/resultGeometryListController.js, 
+ * > ../../lib/resultGeometryListModel.js','','',''); 
+ * > 
+ * >  
+ *
+ * Help:
+ * http://www.mapbender.org/ResultList
+ *
+ * Maintainer:
+ * http://www.mapbender.org/User:Karim Malhas
+ * 
+ * Parameters:
+ *
+ * License:
+ * Copyright (c) 2009, Open Source Geospatial Foundation
+ * This program is dual licensed under the GNU General Public License 
+ * and Simplified BSD license.  
+ * http://svn.osgeo.org/mapbender/trunk/mapbender/license/license.txt
+ */
+
 //check element vars
 var display_popup = display_popup || true;
 options.infoPopupHeight	= options.infoPopupHeight || 250;



More information about the Mapbender_commits mailing list