Reload

Description

A button that reloads the whole window.

Files

  • http/javascripts/mod_reload.js

SQL

INSERT INTO gui_element (fkey_gui_id, e_id, e_pos, e_public,
e_comment, 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 ('<gui_id>', 'reload',
2,1,'reload','img','../img/button_blink_red/reload_off.png', '',335,
60,24,24,1,'','','','mod_reload.js','','mapframe1','',
'http://www.mapbender.org/index.php/Reload');

Help

http://www.mapbender.org/index.php/Reload

Maintainer

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

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

Summary
ReloadA button that reloads the whole window.
Functions
reloadReloads the window.

Functions

reload

this.reload = function ()

Reloads the window.

this.reload = function ()
Reloads the window.
Close