[Mapbender-commits] r9151 - trunk/mapbender/http/plugins

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Feb 5 02:44:45 PST 2015


Author: armin11
Date: 2015-02-05 02:44:45 -0800 (Thu, 05 Feb 2015)
New Revision: 9151

Modified:
   trunk/mapbender/http/plugins/mb_print.php
Log:
Adopt documentation of new element_vars for the new template print module

Modified: trunk/mapbender/http/plugins/mb_print.php
===================================================================
--- trunk/mapbender/http/plugins/mb_print.php	2015-02-05 10:18:55 UTC (rev 9150)
+++ trunk/mapbender/http/plugins/mb_print.php	2015-02-05 10:44:45 UTC (rev 9151)
@@ -45,6 +45,23 @@
  * > INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name,
  * > var_value, context, var_type) VALUES('<appId>', 'body',
  * > 'print_css', '../css/print_div.css', '' ,'file/css');
+* >
+ * > INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name,
+ * > var_value, context, var_type) VALUES('<appId>', 'printPDF',
+ * > 'legendColumns', '2', 'define number of columns on legendpage' ,'php_var');
+ * >
+ * > INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name,
+ * > var_value, context, var_type) VALUES('<appId>', 'printPDF',
+ * > 'printLegend', 'true', 'define whether the legend should be printed or not' ,'php_var');
+ * >
+ * > INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name,
+ * > var_value, context, var_type) VALUES('<appId>', 'printPDF',
+ * > 'secureProtocol', 'true', 'define if https should be used even if the server don''t
+ * > know anything about the requested protocol' ,'php_var');
+ * >
+ * > INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name,
+ * > var_value, context, var_type) VALUES('<appId>', 'printPDF',
+ * > 'reverseLegend', 'true', 'Define if order of legend should be reversed' ,'var');
  * 
  * Help:
  * http://www.mapbender.org/PrintPDF_with_template



More information about the Mapbender_commits mailing list