<div dir="ltr"><div><div><div>hello,<br><br></div>i think this is only be possible in current trunk ;-) .<br></div>here is a sample sql. the export can be handled via element vars for module resultList:<br><br>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('Erfassung Bebauungspläne','resultList',2,1,'','Result List','div','','',NULL ,NULL ,NULL ,NULL ,NULL ,'','','div','mod_ResultList.js','../../lib/resultGeometryListController.js, ../../lib/resultGeometryListModel.js','mapframe1','','');<br>
INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('Erfassung Bebauungspläne', 'resultList', 'position', '[5,5]', 'position of the result list dialog' ,'var');<br>
INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('Erfassung Bebauungspläne', 'resultList', 'resultListHeight', '300', 'height of the result list dialog' ,'var');<br>
INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('Erfassung Bebauungspläne', 'resultList', 'resultListTitle', 'Suchergebnisse', 'title of the result list dialog' ,'var');<br>
INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('Erfassung Bebauungspläne', 'resultList', 'resultListWidth', '850', 'width of the result list dialog' ,'var');<br>
INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('Erfassung Bebauungspläne', 'resultList', 'tableTools', '[<br>      {<br>          "sExtends": "xls",<br>
          "sButtonText": "Export als CSV",<br>          "sFileName": "abfrage.csv"<br>      },<br>      {<br>          "sExtends": "pdf",<br>          "sButtonText": "PDF-Export"<br>
      }<br>]', 'set the initialization options for tableTools' ,'var');<br><br></div>regards<br>armin<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/4/10 zorg <span dir="ltr"><<a href="mailto:zorg@probesys.com" target="_blank">zorg@probesys.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I want to export  the ResultList (from form search ) to csv file but I can't to active this button.<br>
<br>
Is it this method  "addGlobalButton"  in /javascripts/mod_ResultList.js   ?<br>
<br>
How to activate this option?<br>
<br>
Tank for your answer .<span class="HOEnZb"><font color="#888888"><br>
<br>
Zorg<br>
______________________________<u></u>_________________<br>
Mapbender_users mailing list<br>
<a href="mailto:Mapbender_users@lists.osgeo.org" target="_blank">Mapbender_users@lists.osgeo.<u></u>org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapbender_users" target="_blank">http://lists.osgeo.org/<u></u>mailman/listinfo/mapbender_<u></u>users</a><br>
</font></span></blockquote></div><br></div>