resultList_DetailPopup

Description

A result list detail popup for showing single feature attributes

Files

  • http/plugins/mb_resultList_DetailPopup.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('<app_id>',
'resultList_DetailPopup',2,1,'Detail Popup For resultList','','div','','',NULL,NULL,NULL,NULL,NULL,
'','','','../plugins/mb_resultList_DetailPopup.js','','resultList','',
'http://www.mapbender.org/ResultList');

INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type)
VALUES('<app_id>', 'resultList_DetailPopup', 'detailPopupTitle', 'Details', 'title of the result list detail popup', 'var');
INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type)
VALUES('<app_id>', 'resultList_DetailPopup', 'detailPopupHeight', '250', 'height of the result list detail popup' ,'var');
INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type)
VALUES('<app_id>', 'resultList_DetailPopup', 'detailPopupWidth', '400', 'width of the result list detail popup' ,'var');
INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type)
VALUES('<app_id>', 'resultList_DetailPopup', 'position', '[200,200]', 'position of the result list detail popup' ,'var');
INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type)
VALUES('<app_id>', 'resultList_DetailPopup', 'openLinkFromSearch', '0', 'open link directly if feature attr is defined as link' ,'var');

Help

http://www.mapbender.org/ResultList_DetailPopup

Maintainer

http://www.mapbender.org/User:Karim Malhas

Parameters

detailPopupTitle[optional] title of the result list detail popup
detailPopupHeight[optional] height of the result list detail popup
detailPopupWidth[optional] width of the result list detail popup
position[optional] position of the result list detail popup
openLinkFromSearch[optional] open link directly if feature attr is defined as link

License

Copyright © 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

Close