Sandclock

Description

Displays an arbitrary sandclock image on a map

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) VALUES ('<gui_id>', 'sandclock', '0002',
'1', 'displays a sand clock while waiting for requests', 'div', '',
'', '', '', '', '', '', '', '', 'div', 'mod_sandclock.php', '',
'mapframe1', '');

INSERT INTO gui_element_vars (fkey_gui_id, fkey_e_id, var_name,
var_value, context, var_type) VALUES ('<gui_id>', 'sandclock',
'mod_sandclock_image', '../img/sandclock.gif',
'define a sandclock-image', 'var');

INSERT INTO gui_element_vars (fkey_gui_id, fkey_e_id, var_name,
var_value, context, var_type) VALUES('<gui_id>', 'sandclock',
'blockElement', '0', '' ,'var');

Help

http://www.mapbender.org/Sandclock

Maintainer

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

Parameters

mod_sandclock_img[optional] the filename and path to the sandclock image

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
SandclockDisplays an arbitrary sandclock image on a map
Functions
showDisplays the sandclock
hideHides the sandclock

Functions

show

this.show = function (nodeId,
arg)

Displays the sandclock

hide

this.hide = function (nodeId)

Hides the sandclock

this.show = function (nodeId,
arg)
Displays the sandclock
this.hide = function (nodeId)
Hides the sandclock
Close