jq_ui_effects

Description

A collection of jQuery UI effects

Files

  • http/javascripts/jq_ui_effects.js
  • http/extensions/jquery-ui-1.7.2.custom/development-bundle/ui/min.effects.*

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('<appId>','jq_ui_effects',
1,1,'','','','','',NULL ,NULL ,NULL ,NULL ,NULL ,'','','',
'jq_ui_effects.php',
'../extensions/jquery-ui-1.8.1.custom/development-bundle/ui/minified/jquery.effects.core.js',
'','','');

INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value,
context, var_type) VALUES('<appId>', 'body', 'jq_ui_effect_transfer',
'.ui-effects-transfer { z-index:1003; border: 2px dotted gray; } ',
'' ,'text/css');

INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value,
context, var_type) VALUES('<appId>', 'jq_ui_effects', 'blind', '0',
'1 = effect active' ,'php_var');

INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value,
context, var_type) VALUES('<appId>', 'jq_ui_effects', 'bounce', '0',
'1 = effect active' ,'php_var');

INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value,
context, var_type) VALUES('<appId>', 'jq_ui_effects', 'clip', '0',
'1 = effect active' ,'php_var');

INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value,
context, var_type) VALUES('<appId>', 'jq_ui_effects', 'drop', '0',
'1 = effect active' ,'php_var');

INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value,
context, var_type) VALUES('<appId>', 'jq_ui_effects', 'explode', '0',
'1 = effect active' ,'php_var');

INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value,
context, var_type) VALUES('<appId>', 'jq_ui_effects', 'fold', '0',
'1 = effect active' ,'php_var');

INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value,
context, var_type) VALUES('<appId>', 'jq_ui_effects', 'highlight', '0',
'1 = effect active' ,'php_var');

INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value,
context, var_type) VALUES('<appId>', 'jq_ui_effects', 'pulsate', '0',
'1 = effect active' ,'php_var');

INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value,
context, var_type) VALUES('<appId>', 'jq_ui_effects', 'scale', '0',
'1 = effect active' ,'php_var');

INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value,
context, var_type) VALUES('<appId>', 'jq_ui_effects', 'shake', '0',
'1 = effect active' ,'php_var');

INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value,
context, var_type) VALUES('<appId>', 'jq_ui_effects', 'slide', '0',
'1 = effect active' ,'php_var');

INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value,
context, var_type) VALUES('<appId>', 'jq_ui_effects', 'transfer', '1',
'1 = effect active' ,'php_var');

Help

http://www.mapbender.org/jq_ui_effects

Maintainer

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

Parameters (PHP)

blindset to 1 to activate this effect, 0 to disable
bounceset to 1 to activate this effect, 0 to disable
clipset to 1 to activate this effect, 0 to disable
dropset to 1 to activate this effect, 0 to disable
explodeset to 1 to activate this effect, 0 to disable
foldset to 1 to activate this effect, 0 to disable
highlightset to 1 to activate this effect, 0 to disable
pulsateset to 1 to activate this effect, 0 to disable
scaleset to 1 to activate this effect, 0 to disable
shakeset to 1 to activate this effect, 0 to disable
slideset to 1 to activate this effect, 0 to disable
transferset to 1 to activate this effect, 0 to disable

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