[Mapbender-commits] r6128 - trunk/mapbender/http/plugins

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sun May 9 15:05:40 EDT 2010


Author: astrid_emde
Date: 2010-05-09 15:05:39 -0400 (Sun, 09 May 2010)
New Revision: 6128

Modified:
   trunk/mapbender/http/plugins/jq_ui_resizable.js
Log:
Documentation added

Modified: trunk/mapbender/http/plugins/jq_ui_resizable.js
===================================================================
--- trunk/mapbender/http/plugins/jq_ui_resizable.js	2010-05-09 17:02:48 UTC (rev 6127)
+++ trunk/mapbender/http/plugins/jq_ui_resizable.js	2010-05-09 19:05:39 UTC (rev 6128)
@@ -1,27 +1,28 @@
 /**
- * Package: <Application element name>
+ * Package: jq_ui_resizable
  *
  * Description:
- * <A description>
+ * resizable from the jQuery UI framework
  * 
  * Files:
- *  - <path and filename, like http/javascripts/mod_zoomIn1.php>
+ *  - http/plugins/jq_ui_resizable.js
+ *  - http/extensions/jquery-ui-1.7.2.custom/development-bundle/ui/min.ui.resizable.js
  *
  * SQL:
- * > <SQL for element> 
- * > 
- * > <SQL for element var> 
+ * > 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_resizable',5,1,'Resizable from the jQuery UI framework','','',
+ * > '','',NULL ,NULL ,NULL ,NULL ,NULL ,'','','','../plugins/jq_ui_resizable.js',
+ * > '../extensions/jquery-ui-1.7.2.custom/development-bundle/ui/min.ui.resizable.js','','jq_ui','http://docs.jquery.com/UI/Resizable');
  *
  * Help:
- * http://www.mapbender.org/<wiki site name>
+ * http://jqueryui.com/demos/resizable/
  *
  * Maintainer:
- * http://www.mapbender.org/User:<user>
+ * http://www.mapbender.org/User:Christoph_Baudson
  * 
- * Parameters:
- * <normal element var name>      - <type and description>
- * <optional element var name>    - *[optional]* <type and description>
- * <deprecated element var name>  - *[deprecated]* <type and description>
  *
  * License:
  * Copyright (c) 2009, Open Source Geospatial Foundation
@@ -63,4 +64,4 @@
 			}
 		});
 	});
-});
\ No newline at end of file
+});



More information about the Mapbender_commits mailing list