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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Mar 11 06:22:18 EST 2010


Author: verenadiewald
Date: 2010-03-11 06:22:17 -0500 (Thu, 11 Mar 2010)
New Revision: 5747

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

Modified: trunk/mapbender/http/javascripts/mod_ResultList.js
===================================================================
--- trunk/mapbender/http/javascripts/mod_ResultList.js	2010-03-11 10:08:00 UTC (rev 5746)
+++ trunk/mapbender/http/javascripts/mod_ResultList.js	2010-03-11 11:22:17 UTC (rev 5747)
@@ -17,7 +17,24 @@
  * > ,'','','div','mod_ResultList.js','../../lib/resultGeometryListController.js, 
  * > ../../lib/resultGeometryListModel.js','','',''); 
  * > 
- * >  
+ * > INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) 
+ * > VALUES('<app_id>', 'resultList', 'infoPopupHeight', '250', '' ,'var');
+ * > INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) 
+ * > VALUES('<app_id>', 'resultList', 'infoPopupWidth', '400', '' ,'var');
+ * > INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) 
+ * > VALUES('<app_id>', 'resultList', 'maxHighlightedPoints', '500', '' ,'var');
+ * > INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) 
+ * > VALUES('<app_id>', 'resultList', 'resultHighlightColor', '#ff0000', '' ,'var');
+ * > INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) 
+ * > VALUES('<app_id>', 'resultList', 'resultHighlightLineWidth', '2', '' ,'var');
+ * > INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) 
+ * > VALUES('<app_id>', 'resultList', 'resultHighlightZIndex', '100', '' ,'var');
+ * > INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) 
+ * > VALUES('<app_id>', 'resultList', 'resultListTitle', 'Search results', 'title of the result list dialog', 'var'); 
+ * > INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) 
+ * > VALUES('<app_id>', 'resultList', 'resultListWidth', '800', 'width of the result list dialog' ,'var');
+ * > INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) 
+ * > VALUES('<app_id>', 'resultList', 'position', '[200,200]', 'position of the result list dialog' ,'var');
  *
  * Help:
  * http://www.mapbender.org/ResultList
@@ -26,6 +43,15 @@
  * http://www.mapbender.org/User:Karim Malhas
  * 
  * Parameters:
+ * infoPopupHeight - *[optional]* height of the resultList dialog
+ * infoPopupWidth  - *[optional]* width of the resultList dialog
+ * maxHighlightedPoints - *[optional]* maximum number of points of a geometry that can be highlighted in the client
+ * resultHighlightColor - *[optional]* color of the resultHighlighting
+ * resultHighlightLineWidth - *[optional]* line width of the resultHighlighting
+ * resultHighlightZIndex - *[optional]* zindex of the resultHighlighting
+ * resultListTitle - *[optional]* title of the resultList dialog
+ * position - *[optional]* set the position of the resultList dialog
+ * 
  *
  * License:
  * Copyright (c) 2009, Open Source Geospatial Foundation



More information about the Mapbender_commits mailing list