overviewToggle

Description

shows and hides the overview module with a jQuery animation

Files

  • http/javascripts/mod_overviewToggle.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>',
'overviewToggle',5,1,'','','div','','class="ui-widget-header ui-corner-all"',
-1,-1,NULL ,NULL ,NULL ,
'display:none;height:24px;width:35px;vertical-align: middle;text-align:right',
'<img style='position:absolute;top:0px;left:0px' src='../img/ovtoggle.png' /><span style='margin-left: auto; margin-right: 0;' class='ui-icon ui-icon-triangle-1-e'></span>',
'div','../javascripts/mod_overviewToggle.js','','overview','','');

INSERT INTO gui_element_vars (fkey_gui_id, fkey_e_id, var_name,
var_value, context, var_type) VALUES ('<app_id>', 'body',
'overviewToggle_css', '../css/dialog/jquery-ui-1.7.2.custom.css',
'' ,'file/css');
INSERT INTO gui_element_vars (fkey_gui_id, fkey_e_id, var_name,
var_value, context, var_type) VALUES ('<app_id>', 'overviewToggle',
'initialOpen', 'false',
'' ,'var');

Help: http://www.mapbender.org/OverviewToggle

Maintainer

http://www.mapbender.org/User:Christoph_Baudson

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