muck-engine 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/MIT-LICENSE +20 -0
- data/README.rdoc +23 -0
- data/Rakefile +67 -0
- data/VERSION +1 -0
- data/app/controllers/admin/muck/base_controller.rb +24 -0
- data/app/helpers/muck_custom_form_builder.rb +186 -0
- data/app/helpers/muck_engine_helper.rb +60 -0
- data/app/models/country.rb +13 -0
- data/app/models/language.rb +3 -0
- data/app/models/state.rb +13 -0
- data/app/views/forms/_base_field.html.erb +11 -0
- data/app/views/forms/_color_picker_field.html.erb +27 -0
- data/app/views/forms/_default.html.erb +1 -0
- data/app/views/forms/_field.html.erb +3 -0
- data/app/views/forms/_field_with_tips.html.erb +4 -0
- data/app/views/forms/_menu_field.erb +4 -0
- data/app/views/forms/_menu_field.html.erb +3 -0
- data/app/views/forms/_tips.html.erb +7 -0
- data/app/views/layouts/admin.html.erb +39 -0
- data/app/views/layouts/default.html.erb +39 -0
- data/app/views/shared/_error_box.html.erb +7 -0
- data/app/views/shared/_field_error.html.erb +3 -0
- data/app/views/shared/_flash_error_box.html.erb +4 -0
- data/app/views/shared/_flash_messages.html.erb +7 -0
- data/app/views/shared/_growl.html.erb +11 -0
- data/app/views/shared/_growl_box.html.erb +3 -0
- data/app/views/shared/_no_result.html.erb +1 -0
- data/db/migrate/20090402234137_create_languages.rb +18 -0
- data/db/migrate/20090426041056_create_countries.rb +15 -0
- data/db/migrate/20090426041103_create_states.rb +18 -0
- data/install.rb +1 -0
- data/lib/action_controller/muck_application.rb +74 -0
- data/lib/active_record/muck_model.rb +34 -0
- data/lib/muck-engine.rb +5 -0
- data/locales/en.yml +17 -0
- data/public/images/arrow_down.gif +0 -0
- data/public/images/arrow_left.gif +0 -0
- data/public/images/arrow_right.gif +0 -0
- data/public/images/arrow_up.gif +0 -0
- data/public/images/icons/accept.png +0 -0
- data/public/images/icons/add.png +0 -0
- data/public/images/icons/delete.png +0 -0
- data/public/images/icons/vote.png +0 -0
- data/public/images/loading.gif +0 -0
- data/public/images/spinner.gif +0 -0
- data/public/javascripts/application.js +76 -0
- data/public/javascripts/fancyzoom.min.js +1 -0
- data/public/javascripts/jquery/jquery-ui.js +273 -0
- data/public/javascripts/jquery/jquery.form.js +637 -0
- data/public/javascripts/jquery/jquery.jgrowl.js +2 -0
- data/public/javascripts/jquery/jquery.js +19 -0
- data/public/javascripts/jquery/jquery.tips.js +69 -0
- data/public/stylesheets/admin.css +12 -0
- data/public/stylesheets/blueprint/ie.css +26 -0
- data/public/stylesheets/blueprint/liquid_screen.css +203 -0
- data/public/stylesheets/blueprint/plugins/buttons/icons/cross.png +0 -0
- data/public/stylesheets/blueprint/plugins/buttons/icons/key.png +0 -0
- data/public/stylesheets/blueprint/plugins/buttons/icons/tick.png +0 -0
- data/public/stylesheets/blueprint/plugins/buttons/readme.txt +32 -0
- data/public/stylesheets/blueprint/plugins/buttons/screen.css +97 -0
- data/public/stylesheets/blueprint/plugins/fancy-type/readme.txt +14 -0
- data/public/stylesheets/blueprint/plugins/fancy-type/screen.css +71 -0
- data/public/stylesheets/blueprint/plugins/link-icons/icons/doc.png +0 -0
- data/public/stylesheets/blueprint/plugins/link-icons/icons/email.png +0 -0
- data/public/stylesheets/blueprint/plugins/link-icons/icons/external.png +0 -0
- data/public/stylesheets/blueprint/plugins/link-icons/icons/feed.png +0 -0
- data/public/stylesheets/blueprint/plugins/link-icons/icons/im.png +0 -0
- data/public/stylesheets/blueprint/plugins/link-icons/icons/pdf.png +0 -0
- data/public/stylesheets/blueprint/plugins/link-icons/icons/visited.png +0 -0
- data/public/stylesheets/blueprint/plugins/link-icons/icons/xls.png +0 -0
- data/public/stylesheets/blueprint/plugins/link-icons/readme.txt +18 -0
- data/public/stylesheets/blueprint/plugins/link-icons/screen.css +40 -0
- data/public/stylesheets/blueprint/plugins/liquid/liquid.css +134 -0
- data/public/stylesheets/blueprint/plugins/liquid/src/liquid.css +197 -0
- data/public/stylesheets/blueprint/plugins/rtl/readme.txt +10 -0
- data/public/stylesheets/blueprint/plugins/rtl/screen.css +109 -0
- data/public/stylesheets/blueprint/print.css +30 -0
- data/public/stylesheets/blueprint/screen.css +251 -0
- data/public/stylesheets/blueprint/src/forms.css +49 -0
- data/public/stylesheets/blueprint/src/grid.css +213 -0
- data/public/stylesheets/blueprint/src/grid.png +0 -0
- data/public/stylesheets/blueprint/src/ie.css +59 -0
- data/public/stylesheets/blueprint/src/print.css +85 -0
- data/public/stylesheets/blueprint/src/reset.css +38 -0
- data/public/stylesheets/blueprint/src/typography.css +105 -0
- data/public/stylesheets/jquery/cupertino/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png +0 -0
- data/public/stylesheets/jquery/cupertino/images/ui-bg_diagonals-thick_15_444444_40x40.png +0 -0
- data/public/stylesheets/jquery/cupertino/images/ui-bg_glass_100_f0f0f0_1x400.png +0 -0
- data/public/stylesheets/jquery/cupertino/images/ui-bg_glass_50_99c2ff_1x400.png +0 -0
- data/public/stylesheets/jquery/cupertino/images/ui-bg_glass_55_fbf5d0_1x400.png +0 -0
- data/public/stylesheets/jquery/cupertino/images/ui-bg_glass_80_e6e6e6_1x400.png +0 -0
- data/public/stylesheets/jquery/cupertino/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/public/stylesheets/jquery/cupertino/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png +0 -0
- data/public/stylesheets/jquery/cupertino/images/ui-bg_highlight-soft_100_e7eef3_1x100.png +0 -0
- data/public/stylesheets/jquery/cupertino/images/ui-icons_222222_256x240.png +0 -0
- data/public/stylesheets/jquery/cupertino/images/ui-icons_2694e8_256x240.png +0 -0
- data/public/stylesheets/jquery/cupertino/images/ui-icons_2e83ff_256x240.png +0 -0
- data/public/stylesheets/jquery/cupertino/images/ui-icons_72a7cf_256x240.png +0 -0
- data/public/stylesheets/jquery/cupertino/images/ui-icons_888888_256x240.png +0 -0
- data/public/stylesheets/jquery/cupertino/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/public/stylesheets/jquery/cupertino/images/ui-icons_ffffff_256x240.png +0 -0
- data/public/stylesheets/jquery/cupertino/jquery-ui-1.7.1.custom.css +404 -0
- data/public/stylesheets/jquery/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/public/stylesheets/jquery/redmond/images/ui-bg_flat_55_fbec88_40x100.png +0 -0
- data/public/stylesheets/jquery/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png +0 -0
- data/public/stylesheets/jquery/redmond/images/ui-bg_glass_85_dfeffc_1x400.png +0 -0
- data/public/stylesheets/jquery/redmond/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/public/stylesheets/jquery/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png +0 -0
- data/public/stylesheets/jquery/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png +0 -0
- data/public/stylesheets/jquery/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
- data/public/stylesheets/jquery/redmond/images/ui-icons_217bc0_256x240.png +0 -0
- data/public/stylesheets/jquery/redmond/images/ui-icons_2e83ff_256x240.png +0 -0
- data/public/stylesheets/jquery/redmond/images/ui-icons_469bdd_256x240.png +0 -0
- data/public/stylesheets/jquery/redmond/images/ui-icons_6da8d5_256x240.png +0 -0
- data/public/stylesheets/jquery/redmond/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/public/stylesheets/jquery/redmond/images/ui-icons_d8e7f3_256x240.png +0 -0
- data/public/stylesheets/jquery/redmond/images/ui-icons_f9bd01_256x240.png +0 -0
- data/public/stylesheets/jquery/redmond/jquery-ui-1.7.1.custom.css +404 -0
- data/public/stylesheets/jquery/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/public/stylesheets/jquery/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/public/stylesheets/jquery/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/public/stylesheets/jquery/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/public/stylesheets/jquery/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/public/stylesheets/jquery/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/public/stylesheets/jquery/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/public/stylesheets/jquery/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/public/stylesheets/jquery/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/public/stylesheets/jquery/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/public/stylesheets/jquery/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/public/stylesheets/jquery/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/public/stylesheets/jquery/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/public/stylesheets/jquery/smoothness/jquery-ui-1.7.1.custom.css +404 -0
- data/public/stylesheets/jquery/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
- data/public/stylesheets/jquery/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
- data/public/stylesheets/jquery/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
- data/public/stylesheets/jquery/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
- data/public/stylesheets/jquery/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
- data/public/stylesheets/jquery/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/public/stylesheets/jquery/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
- data/public/stylesheets/jquery/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
- data/public/stylesheets/jquery/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
- data/public/stylesheets/jquery/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
- data/public/stylesheets/jquery/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
- data/public/stylesheets/jquery/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
- data/public/stylesheets/jquery/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
- data/public/stylesheets/jquery/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
- data/public/stylesheets/jquery/ui-lightness/jquery-ui-1.7.1.custom.css +404 -0
- data/public/stylesheets/reset.css +0 -0
- data/public/stylesheets/styles.css +76 -0
- data/rails/init.rb +3 -0
- data/tasks/languages.txt +183 -0
- data/test/muck_engine_test.rb +8 -0
- data/test/test_helper.rb +3 -0
- data/uninstall.rb +1 -0
- metadata +207 -0
@@ -0,0 +1 @@
|
|
1
|
+
jQuery.fn.fancyZoom=function(O){var O=O||{};var L=O&&O.directory?O.directory:"images";var D=false;if($("#zoom").length==0){var E=$.browser.msie?"gif":"png";var J='<div id="zoom" style="display:none;"> <table id="zoom_table" style="border-collapse:collapse; width:100%; height:100%;"> <tbody> <tr> <td class="tl" style="background:url('+L+"/tl."+E+') 0 0 no-repeat; width:20px; height:20px; overflow:hidden;" /> <td class="tm" style="background:url('+L+"/tm."+E+') 0 0 repeat-x; height:20px; overflow:hidden;" /> <td class="tr" style="background:url('+L+"/tr."+E+') 100% 0 no-repeat; width:20px; height:20px; overflow:hidden;" /> </tr> <tr> <td class="ml" style="background:url('+L+"/ml."+E+') 0 0 repeat-y; width:20px; overflow:hidden;" /> <td class="mm" style="background:#fff; vertical-align:top; padding:10px;"> <div id="zoom_content"> </div> </td> <td class="mr" style="background:url('+L+"/mr."+E+') 100% 0 repeat-y; width:20px; overflow:hidden;" /> </tr> <tr> <td class="bl" style="background:url('+L+"/bl."+E+') 0 100% no-repeat; width:20px; height:20px; overflow:hidden;" /> <td class="bm" style="background:url('+L+"/bm."+E+') 0 100% repeat-x; height:20px; overflow:hidden;" /> <td class="br" style="background:url('+L+"/br."+E+') 100% 100% no-repeat; width:20px; height:20px; overflow:hidden;" /> </tr> </tbody> </table> <a href="#" title="Close" id="zoom_close" style="position:absolute; top:0; left:0;"> <img src="'+L+"/closebox."+E+'" alt="Close" style="border:none; margin:0; padding:0;" /> </a> </div>';$("body").append(J);$("html").click(function(P){if($(P.target).parents("#zoom:visible").length==0){K()}});$(document).keyup(function(P){if(P.keyCode==27&&$("#zoom:visible").length>0){K()}});$("#zoom_close").click(K)}var N=$("#zoom");var I=$("#zoom_table");var H=$("#zoom_close");var G=$("#zoom_content");var A=$("td.ml,td.mm,td.mr");this.each(function(P){$($(this).attr("href")).hide();$(this).click(M)});return this;function M(V){if(D){return false}D=true;var P=$($(this).attr("href"));var T=O.width;var U=O.height;var Q=window.innerWidth||(window.document.documentElement.clientWidth||window.document.body.clientWidth);var b=window.innerHeight||(window.document.documentElement.clientHeight||window.document.body.clientHeight);var Z=window.pageXOffset||(window.document.documentElement.scrollLeft||window.document.body.scrollLeft);var Y=window.pageYOffset||(window.document.documentElement.scrollTop||window.document.body.scrollTop);var c={width:Q,height:b,x:Z,y:Y};var Q=(T||P.width())+60;var b=(U||P.height())+60;var W=c;var X=Math.max((W.height/2)-(b/2)+Y,0);var a=(W.width/2)-(Q/2);var R=V.pageY;var S=V.pageX;H.attr("curTop",R);H.attr("curLeft",S);H.attr("scaleImg",O.scaleImg?"true":"false");$("#zoom").hide().css({position:"absolute",top:R+"px",left:S+"px",width:"1px",height:"1px"});F();H.hide();if(O.closeOnClick){$("#zoom").click(K)}if(O.scaleImg){G.html(P.html());$("#zoom_content img").css("width","100%")}else{G.html("")}$("#zoom").animate({top:X+"px",left:a+"px",opacity:"show",width:Q,height:b},500,null,function(){if(O.scaleImg!=true){G.html(P.html())}C();H.show();D=false});return false}function K(){if(D){return false}D=true;$("#zoom").unbind("click");F();if(H.attr("scaleImg")!="true"){G.html("")}H.hide();$("#zoom").animate({top:H.attr("curTop")+"px",left:H.attr("curLeft")+"px",opacity:"hide",width:"1px",height:"1px"},500,null,function(){if(H.attr("scaleImg")=="true"){G.html("")}C();D=false});return false}function B(R){$("#zoom_table td").each(function(T){var S=$(this).css("background-image").replace(/\.(png|gif|none)\"\)$/,"."+R+'")');$(this).css("background-image",S)});var Q=H.children("img");var P=Q.attr("src").replace(/\.(png|gif|none)$/,"."+R);Q.attr("src",P)}function F(){if($.browser.msie&&parseFloat($.browser.version)>=7){B("gif")}}function C(){if($.browser.msie&&$.browser.version>=7){B("png")}}};
|
@@ -0,0 +1,273 @@
|
|
1
|
+
/*
|
2
|
+
* jQuery UI 1.7.1
|
3
|
+
*
|
4
|
+
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
5
|
+
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
6
|
+
* and GPL (GPL-LICENSE.txt) licenses.
|
7
|
+
*
|
8
|
+
* http://docs.jquery.com/UI
|
9
|
+
*/
|
10
|
+
* jQuery UI Draggable 1.7.1
|
11
|
+
*
|
12
|
+
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
13
|
+
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
14
|
+
* and GPL (GPL-LICENSE.txt) licenses.
|
15
|
+
*
|
16
|
+
* http://docs.jquery.com/UI/Draggables
|
17
|
+
*
|
18
|
+
* Depends:
|
19
|
+
* ui.core.js
|
20
|
+
*/
|
21
|
+
* jQuery UI Droppable 1.7.1
|
22
|
+
*
|
23
|
+
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
24
|
+
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
25
|
+
* and GPL (GPL-LICENSE.txt) licenses.
|
26
|
+
*
|
27
|
+
* http://docs.jquery.com/UI/Droppables
|
28
|
+
*
|
29
|
+
* Depends:
|
30
|
+
* ui.core.js
|
31
|
+
* ui.draggable.js
|
32
|
+
*/
|
33
|
+
* jQuery UI Resizable 1.7.1
|
34
|
+
*
|
35
|
+
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
36
|
+
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
37
|
+
* and GPL (GPL-LICENSE.txt) licenses.
|
38
|
+
*
|
39
|
+
* http://docs.jquery.com/UI/Resizables
|
40
|
+
*
|
41
|
+
* Depends:
|
42
|
+
* ui.core.js
|
43
|
+
*/
|
44
|
+
* jQuery UI Selectable 1.7.1
|
45
|
+
*
|
46
|
+
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
47
|
+
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
48
|
+
* and GPL (GPL-LICENSE.txt) licenses.
|
49
|
+
*
|
50
|
+
* http://docs.jquery.com/UI/Selectables
|
51
|
+
*
|
52
|
+
* Depends:
|
53
|
+
* ui.core.js
|
54
|
+
*/
|
55
|
+
* jQuery UI Sortable 1.7.1
|
56
|
+
*
|
57
|
+
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
58
|
+
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
59
|
+
* and GPL (GPL-LICENSE.txt) licenses.
|
60
|
+
*
|
61
|
+
* http://docs.jquery.com/UI/Sortables
|
62
|
+
*
|
63
|
+
* Depends:
|
64
|
+
* ui.core.js
|
65
|
+
*/
|
66
|
+
* jQuery UI Accordion 1.7.1
|
67
|
+
*
|
68
|
+
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
69
|
+
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
70
|
+
* and GPL (GPL-LICENSE.txt) licenses.
|
71
|
+
*
|
72
|
+
* http://docs.jquery.com/UI/Accordion
|
73
|
+
*
|
74
|
+
* Depends:
|
75
|
+
* ui.core.js
|
76
|
+
*/
|
77
|
+
* jQuery UI Dialog 1.7.1
|
78
|
+
*
|
79
|
+
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
80
|
+
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
81
|
+
* and GPL (GPL-LICENSE.txt) licenses.
|
82
|
+
*
|
83
|
+
* http://docs.jquery.com/UI/Dialog
|
84
|
+
*
|
85
|
+
* Depends:
|
86
|
+
* ui.core.js
|
87
|
+
* ui.draggable.js
|
88
|
+
* ui.resizable.js
|
89
|
+
*/
|
90
|
+
* jQuery UI Slider 1.7.1
|
91
|
+
*
|
92
|
+
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
93
|
+
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
94
|
+
* and GPL (GPL-LICENSE.txt) licenses.
|
95
|
+
*
|
96
|
+
* http://docs.jquery.com/UI/Slider
|
97
|
+
*
|
98
|
+
* Depends:
|
99
|
+
* ui.core.js
|
100
|
+
*/
|
101
|
+
* jQuery UI Tabs 1.7.1
|
102
|
+
*
|
103
|
+
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
104
|
+
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
105
|
+
* and GPL (GPL-LICENSE.txt) licenses.
|
106
|
+
*
|
107
|
+
* http://docs.jquery.com/UI/Tabs
|
108
|
+
*
|
109
|
+
* Depends:
|
110
|
+
* ui.core.js
|
111
|
+
*/
|
112
|
+
* jQuery UI Datepicker 1.7.1
|
113
|
+
*
|
114
|
+
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
115
|
+
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
116
|
+
* and GPL (GPL-LICENSE.txt) licenses.
|
117
|
+
*
|
118
|
+
* http://docs.jquery.com/UI/Datepicker
|
119
|
+
*
|
120
|
+
* Depends:
|
121
|
+
* ui.core.js
|
122
|
+
*/
|
123
|
+
* jQuery UI Progressbar 1.7.1
|
124
|
+
*
|
125
|
+
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
126
|
+
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
127
|
+
* and GPL (GPL-LICENSE.txt) licenses.
|
128
|
+
*
|
129
|
+
* http://docs.jquery.com/UI/Progressbar
|
130
|
+
*
|
131
|
+
* Depends:
|
132
|
+
* ui.core.js
|
133
|
+
*/
|
134
|
+
* jQuery UI Effects 1.7.1
|
135
|
+
*
|
136
|
+
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
137
|
+
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
138
|
+
* and GPL (GPL-LICENSE.txt) licenses.
|
139
|
+
*
|
140
|
+
* http://docs.jquery.com/UI/Effects/
|
141
|
+
*/
|
142
|
+
* jQuery UI Effects Blind 1.7.1
|
143
|
+
*
|
144
|
+
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
145
|
+
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
146
|
+
* and GPL (GPL-LICENSE.txt) licenses.
|
147
|
+
*
|
148
|
+
* http://docs.jquery.com/UI/Effects/Blind
|
149
|
+
*
|
150
|
+
* Depends:
|
151
|
+
* effects.core.js
|
152
|
+
*/
|
153
|
+
* jQuery UI Effects Bounce 1.7.1
|
154
|
+
*
|
155
|
+
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
156
|
+
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
157
|
+
* and GPL (GPL-LICENSE.txt) licenses.
|
158
|
+
*
|
159
|
+
* http://docs.jquery.com/UI/Effects/Bounce
|
160
|
+
*
|
161
|
+
* Depends:
|
162
|
+
* effects.core.js
|
163
|
+
*/
|
164
|
+
* jQuery UI Effects Clip 1.7.1
|
165
|
+
*
|
166
|
+
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
167
|
+
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
168
|
+
* and GPL (GPL-LICENSE.txt) licenses.
|
169
|
+
*
|
170
|
+
* http://docs.jquery.com/UI/Effects/Clip
|
171
|
+
*
|
172
|
+
* Depends:
|
173
|
+
* effects.core.js
|
174
|
+
*/
|
175
|
+
* jQuery UI Effects Drop 1.7.1
|
176
|
+
*
|
177
|
+
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
178
|
+
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
179
|
+
* and GPL (GPL-LICENSE.txt) licenses.
|
180
|
+
*
|
181
|
+
* http://docs.jquery.com/UI/Effects/Drop
|
182
|
+
*
|
183
|
+
* Depends:
|
184
|
+
* effects.core.js
|
185
|
+
*/
|
186
|
+
* jQuery UI Effects Explode 1.7.1
|
187
|
+
*
|
188
|
+
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
189
|
+
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
190
|
+
* and GPL (GPL-LICENSE.txt) licenses.
|
191
|
+
*
|
192
|
+
* http://docs.jquery.com/UI/Effects/Explode
|
193
|
+
*
|
194
|
+
* Depends:
|
195
|
+
* effects.core.js
|
196
|
+
*/
|
197
|
+
* jQuery UI Effects Fold 1.7.1
|
198
|
+
*
|
199
|
+
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
200
|
+
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
201
|
+
* and GPL (GPL-LICENSE.txt) licenses.
|
202
|
+
*
|
203
|
+
* http://docs.jquery.com/UI/Effects/Fold
|
204
|
+
*
|
205
|
+
* Depends:
|
206
|
+
* effects.core.js
|
207
|
+
*/
|
208
|
+
* jQuery UI Effects Highlight 1.7.1
|
209
|
+
*
|
210
|
+
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
211
|
+
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
212
|
+
* and GPL (GPL-LICENSE.txt) licenses.
|
213
|
+
*
|
214
|
+
* http://docs.jquery.com/UI/Effects/Highlight
|
215
|
+
*
|
216
|
+
* Depends:
|
217
|
+
* effects.core.js
|
218
|
+
*/
|
219
|
+
* jQuery UI Effects Pulsate 1.7.1
|
220
|
+
*
|
221
|
+
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
222
|
+
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
223
|
+
* and GPL (GPL-LICENSE.txt) licenses.
|
224
|
+
*
|
225
|
+
* http://docs.jquery.com/UI/Effects/Pulsate
|
226
|
+
*
|
227
|
+
* Depends:
|
228
|
+
* effects.core.js
|
229
|
+
*/
|
230
|
+
* jQuery UI Effects Scale 1.7.1
|
231
|
+
*
|
232
|
+
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
233
|
+
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
234
|
+
* and GPL (GPL-LICENSE.txt) licenses.
|
235
|
+
*
|
236
|
+
* http://docs.jquery.com/UI/Effects/Scale
|
237
|
+
*
|
238
|
+
* Depends:
|
239
|
+
* effects.core.js
|
240
|
+
*/
|
241
|
+
* jQuery UI Effects Shake 1.7.1
|
242
|
+
*
|
243
|
+
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
244
|
+
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
245
|
+
* and GPL (GPL-LICENSE.txt) licenses.
|
246
|
+
*
|
247
|
+
* http://docs.jquery.com/UI/Effects/Shake
|
248
|
+
*
|
249
|
+
* Depends:
|
250
|
+
* effects.core.js
|
251
|
+
*/
|
252
|
+
* jQuery UI Effects Slide 1.7.1
|
253
|
+
*
|
254
|
+
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
255
|
+
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
256
|
+
* and GPL (GPL-LICENSE.txt) licenses.
|
257
|
+
*
|
258
|
+
* http://docs.jquery.com/UI/Effects/Slide
|
259
|
+
*
|
260
|
+
* Depends:
|
261
|
+
* effects.core.js
|
262
|
+
*/
|
263
|
+
* jQuery UI Effects Transfer 1.7.1
|
264
|
+
*
|
265
|
+
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
266
|
+
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
267
|
+
* and GPL (GPL-LICENSE.txt) licenses.
|
268
|
+
*
|
269
|
+
* http://docs.jquery.com/UI/Effects/Transfer
|
270
|
+
*
|
271
|
+
* Depends:
|
272
|
+
* effects.core.js
|
273
|
+
*/
|
@@ -0,0 +1,637 @@
|
|
1
|
+
/*
|
2
|
+
* jQuery Form Plugin
|
3
|
+
* version: 2.24 (10-MAR-2009)
|
4
|
+
* @requires jQuery v1.2.2 or later
|
5
|
+
*
|
6
|
+
* Examples and documentation at: http://malsup.com/jquery/form/
|
7
|
+
* Dual licensed under the MIT and GPL licenses:
|
8
|
+
* http://www.opensource.org/licenses/mit-license.php
|
9
|
+
* http://www.gnu.org/licenses/gpl.html
|
10
|
+
*/
|
11
|
+
;(function($) {
|
12
|
+
|
13
|
+
/*
|
14
|
+
Usage Note:
|
15
|
+
-----------
|
16
|
+
Do not use both ajaxSubmit and ajaxForm on the same form. These
|
17
|
+
functions are intended to be exclusive. Use ajaxSubmit if you want
|
18
|
+
to bind your own submit handler to the form. For example,
|
19
|
+
|
20
|
+
$(document).ready(function() {
|
21
|
+
$('#myForm').bind('submit', function() {
|
22
|
+
$(this).ajaxSubmit({
|
23
|
+
target: '#output'
|
24
|
+
});
|
25
|
+
return false; // <-- important!
|
26
|
+
});
|
27
|
+
});
|
28
|
+
|
29
|
+
Use ajaxForm when you want the plugin to manage all the event binding
|
30
|
+
for you. For example,
|
31
|
+
|
32
|
+
$(document).ready(function() {
|
33
|
+
$('#myForm').ajaxForm({
|
34
|
+
target: '#output'
|
35
|
+
});
|
36
|
+
});
|
37
|
+
|
38
|
+
When using ajaxForm, the ajaxSubmit function will be invoked for you
|
39
|
+
at the appropriate time.
|
40
|
+
*/
|
41
|
+
|
42
|
+
/**
|
43
|
+
* ajaxSubmit() provides a mechanism for immediately submitting
|
44
|
+
* an HTML form using AJAX.
|
45
|
+
*/
|
46
|
+
$.fn.ajaxSubmit = function(options) {
|
47
|
+
// fast fail if nothing selected (http://dev.jquery.com/ticket/2752)
|
48
|
+
if (!this.length) {
|
49
|
+
log('ajaxSubmit: skipping submit process - no element selected');
|
50
|
+
return this;
|
51
|
+
}
|
52
|
+
|
53
|
+
if (typeof options == 'function')
|
54
|
+
options = { success: options };
|
55
|
+
|
56
|
+
// clean url (don't include hash vaue)
|
57
|
+
var url = this.attr('action') || window.location.href;
|
58
|
+
url = (url.match(/^([^#]+)/)||[])[1];
|
59
|
+
url = url || '';
|
60
|
+
|
61
|
+
options = $.extend({
|
62
|
+
url: url,
|
63
|
+
type: this.attr('method') || 'GET'
|
64
|
+
}, options || {});
|
65
|
+
|
66
|
+
// hook for manipulating the form data before it is extracted;
|
67
|
+
// convenient for use with rich editors like tinyMCE or FCKEditor
|
68
|
+
var veto = {};
|
69
|
+
this.trigger('form-pre-serialize', [this, options, veto]);
|
70
|
+
if (veto.veto) {
|
71
|
+
log('ajaxSubmit: submit vetoed via form-pre-serialize trigger');
|
72
|
+
return this;
|
73
|
+
}
|
74
|
+
|
75
|
+
// provide opportunity to alter form data before it is serialized
|
76
|
+
if (options.beforeSerialize && options.beforeSerialize(this, options) === false) {
|
77
|
+
log('ajaxSubmit: submit aborted via beforeSerialize callback');
|
78
|
+
return this;
|
79
|
+
}
|
80
|
+
|
81
|
+
var a = this.formToArray(options.semantic);
|
82
|
+
if (options.data) {
|
83
|
+
options.extraData = options.data;
|
84
|
+
for (var n in options.data) {
|
85
|
+
if(options.data[n] instanceof Array) {
|
86
|
+
for (var k in options.data[n])
|
87
|
+
a.push( { name: n, value: options.data[n][k] } );
|
88
|
+
}
|
89
|
+
else
|
90
|
+
a.push( { name: n, value: options.data[n] } );
|
91
|
+
}
|
92
|
+
}
|
93
|
+
|
94
|
+
// give pre-submit callback an opportunity to abort the submit
|
95
|
+
if (options.beforeSubmit && options.beforeSubmit(a, this, options) === false) {
|
96
|
+
log('ajaxSubmit: submit aborted via beforeSubmit callback');
|
97
|
+
return this;
|
98
|
+
}
|
99
|
+
|
100
|
+
// fire vetoable 'validate' event
|
101
|
+
this.trigger('form-submit-validate', [a, this, options, veto]);
|
102
|
+
if (veto.veto) {
|
103
|
+
log('ajaxSubmit: submit vetoed via form-submit-validate trigger');
|
104
|
+
return this;
|
105
|
+
}
|
106
|
+
|
107
|
+
var q = $.param(a);
|
108
|
+
|
109
|
+
if (options.type.toUpperCase() == 'GET') {
|
110
|
+
options.url += (options.url.indexOf('?') >= 0 ? '&' : '?') + q;
|
111
|
+
options.data = null; // data is null for 'get'
|
112
|
+
}
|
113
|
+
else
|
114
|
+
options.data = q; // data is the query string for 'post'
|
115
|
+
|
116
|
+
var $form = this, callbacks = [];
|
117
|
+
if (options.resetForm) callbacks.push(function() { $form.resetForm(); });
|
118
|
+
if (options.clearForm) callbacks.push(function() { $form.clearForm(); });
|
119
|
+
|
120
|
+
// perform a load on the target only if dataType is not provided
|
121
|
+
if (!options.dataType && options.target) {
|
122
|
+
var oldSuccess = options.success || function(){};
|
123
|
+
callbacks.push(function(data) {
|
124
|
+
$(options.target).html(data).each(oldSuccess, arguments);
|
125
|
+
});
|
126
|
+
}
|
127
|
+
else if (options.success)
|
128
|
+
callbacks.push(options.success);
|
129
|
+
|
130
|
+
options.success = function(data, status) {
|
131
|
+
for (var i=0, max=callbacks.length; i < max; i++)
|
132
|
+
callbacks[i].apply(options, [data, status, $form]);
|
133
|
+
};
|
134
|
+
|
135
|
+
// are there files to upload?
|
136
|
+
var files = $('input:file', this).fieldValue();
|
137
|
+
var found = false;
|
138
|
+
for (var j=0; j < files.length; j++)
|
139
|
+
if (files[j])
|
140
|
+
found = true;
|
141
|
+
|
142
|
+
// options.iframe allows user to force iframe mode
|
143
|
+
if (options.iframe || found) {
|
144
|
+
// hack to fix Safari hang (thanks to Tim Molendijk for this)
|
145
|
+
// see: http://groups.google.com/group/jquery-dev/browse_thread/thread/36395b7ab510dd5d
|
146
|
+
if (options.closeKeepAlive)
|
147
|
+
$.get(options.closeKeepAlive, fileUpload);
|
148
|
+
else
|
149
|
+
fileUpload();
|
150
|
+
}
|
151
|
+
else
|
152
|
+
$.ajax(options);
|
153
|
+
|
154
|
+
// fire 'notify' event
|
155
|
+
this.trigger('form-submit-notify', [this, options]);
|
156
|
+
return this;
|
157
|
+
|
158
|
+
|
159
|
+
// private function for handling file uploads (hat tip to YAHOO!)
|
160
|
+
function fileUpload() {
|
161
|
+
var form = $form[0];
|
162
|
+
|
163
|
+
if ($(':input[name=submit]', form).length) {
|
164
|
+
alert('Error: Form elements must not be named "submit".');
|
165
|
+
return;
|
166
|
+
}
|
167
|
+
|
168
|
+
var opts = $.extend({}, $.ajaxSettings, options);
|
169
|
+
var s = jQuery.extend(true, {}, $.extend(true, {}, $.ajaxSettings), opts);
|
170
|
+
|
171
|
+
var id = 'jqFormIO' + (new Date().getTime());
|
172
|
+
var $io = $('<iframe id="' + id + '" name="' + id + '" src="about:blank" />');
|
173
|
+
var io = $io[0];
|
174
|
+
|
175
|
+
$io.css({ position: 'absolute', top: '-1000px', left: '-1000px' });
|
176
|
+
|
177
|
+
var xhr = { // mock object
|
178
|
+
aborted: 0,
|
179
|
+
responseText: null,
|
180
|
+
responseXML: null,
|
181
|
+
status: 0,
|
182
|
+
statusText: 'n/a',
|
183
|
+
getAllResponseHeaders: function() {},
|
184
|
+
getResponseHeader: function() {},
|
185
|
+
setRequestHeader: function() {},
|
186
|
+
abort: function() {
|
187
|
+
this.aborted = 1;
|
188
|
+
$io.attr('src','about:blank'); // abort op in progress
|
189
|
+
}
|
190
|
+
};
|
191
|
+
|
192
|
+
var g = opts.global;
|
193
|
+
// trigger ajax global events so that activity/block indicators work like normal
|
194
|
+
if (g && ! $.active++) $.event.trigger("ajaxStart");
|
195
|
+
if (g) $.event.trigger("ajaxSend", [xhr, opts]);
|
196
|
+
|
197
|
+
if (s.beforeSend && s.beforeSend(xhr, s) === false) {
|
198
|
+
s.global && jQuery.active--;
|
199
|
+
return;
|
200
|
+
}
|
201
|
+
if (xhr.aborted)
|
202
|
+
return;
|
203
|
+
|
204
|
+
var cbInvoked = 0;
|
205
|
+
var timedOut = 0;
|
206
|
+
|
207
|
+
// add submitting element to data if we know it
|
208
|
+
var sub = form.clk;
|
209
|
+
if (sub) {
|
210
|
+
var n = sub.name;
|
211
|
+
if (n && !sub.disabled) {
|
212
|
+
options.extraData = options.extraData || {};
|
213
|
+
options.extraData[n] = sub.value;
|
214
|
+
if (sub.type == "image") {
|
215
|
+
options.extraData[name+'.x'] = form.clk_x;
|
216
|
+
options.extraData[name+'.y'] = form.clk_y;
|
217
|
+
}
|
218
|
+
}
|
219
|
+
}
|
220
|
+
|
221
|
+
// take a breath so that pending repaints get some cpu time before the upload starts
|
222
|
+
setTimeout(function() {
|
223
|
+
// make sure form attrs are set
|
224
|
+
var t = $form.attr('target'), a = $form.attr('action');
|
225
|
+
|
226
|
+
// update form attrs in IE friendly way
|
227
|
+
form.setAttribute('target',id);
|
228
|
+
if (form.getAttribute('method') != 'POST')
|
229
|
+
form.setAttribute('method', 'POST');
|
230
|
+
if (form.getAttribute('action') != opts.url)
|
231
|
+
form.setAttribute('action', opts.url);
|
232
|
+
|
233
|
+
// ie borks in some cases when setting encoding
|
234
|
+
if (! options.skipEncodingOverride) {
|
235
|
+
$form.attr({
|
236
|
+
encoding: 'multipart/form-data',
|
237
|
+
enctype: 'multipart/form-data'
|
238
|
+
});
|
239
|
+
}
|
240
|
+
|
241
|
+
// support timout
|
242
|
+
if (opts.timeout)
|
243
|
+
setTimeout(function() { timedOut = true; cb(); }, opts.timeout);
|
244
|
+
|
245
|
+
// add "extra" data to form if provided in options
|
246
|
+
var extraInputs = [];
|
247
|
+
try {
|
248
|
+
if (options.extraData)
|
249
|
+
for (var n in options.extraData)
|
250
|
+
extraInputs.push(
|
251
|
+
$('<input type="hidden" name="'+n+'" value="'+options.extraData[n]+'" />')
|
252
|
+
.appendTo(form)[0]);
|
253
|
+
|
254
|
+
// add iframe to doc and submit the form
|
255
|
+
$io.appendTo('body');
|
256
|
+
io.attachEvent ? io.attachEvent('onload', cb) : io.addEventListener('load', cb, false);
|
257
|
+
form.submit();
|
258
|
+
}
|
259
|
+
finally {
|
260
|
+
// reset attrs and remove "extra" input elements
|
261
|
+
form.setAttribute('action',a);
|
262
|
+
t ? form.setAttribute('target', t) : $form.removeAttr('target');
|
263
|
+
$(extraInputs).remove();
|
264
|
+
}
|
265
|
+
}, 10);
|
266
|
+
|
267
|
+
var nullCheckFlag = 0;
|
268
|
+
|
269
|
+
function cb() {
|
270
|
+
if (cbInvoked++) return;
|
271
|
+
|
272
|
+
io.detachEvent ? io.detachEvent('onload', cb) : io.removeEventListener('load', cb, false);
|
273
|
+
|
274
|
+
var ok = true;
|
275
|
+
try {
|
276
|
+
if (timedOut) throw 'timeout';
|
277
|
+
// extract the server response from the iframe
|
278
|
+
var data, doc;
|
279
|
+
|
280
|
+
doc = io.contentWindow ? io.contentWindow.document : io.contentDocument ? io.contentDocument : io.document;
|
281
|
+
|
282
|
+
if ((doc.body == null || doc.body.innerHTML == '') && !nullCheckFlag) {
|
283
|
+
// in some browsers (cough, Opera 9.2.x) the iframe DOM is not always traversable when
|
284
|
+
// the onload callback fires, so we give them a 2nd chance
|
285
|
+
nullCheckFlag = 1;
|
286
|
+
cbInvoked--;
|
287
|
+
setTimeout(cb, 100);
|
288
|
+
return;
|
289
|
+
}
|
290
|
+
|
291
|
+
xhr.responseText = doc.body ? doc.body.innerHTML : null;
|
292
|
+
xhr.responseXML = doc.XMLDocument ? doc.XMLDocument : doc;
|
293
|
+
xhr.getResponseHeader = function(header){
|
294
|
+
var headers = {'content-type': opts.dataType};
|
295
|
+
return headers[header];
|
296
|
+
};
|
297
|
+
|
298
|
+
if (opts.dataType == 'json' || opts.dataType == 'script') {
|
299
|
+
var ta = doc.getElementsByTagName('textarea')[0];
|
300
|
+
xhr.responseText = ta ? ta.value : xhr.responseText;
|
301
|
+
}
|
302
|
+
else if (opts.dataType == 'xml' && !xhr.responseXML && xhr.responseText != null) {
|
303
|
+
xhr.responseXML = toXml(xhr.responseText);
|
304
|
+
}
|
305
|
+
data = $.httpData(xhr, opts.dataType);
|
306
|
+
}
|
307
|
+
catch(e){
|
308
|
+
ok = false;
|
309
|
+
$.handleError(opts, xhr, 'error', e);
|
310
|
+
}
|
311
|
+
|
312
|
+
// ordering of these callbacks/triggers is odd, but that's how $.ajax does it
|
313
|
+
if (ok) {
|
314
|
+
opts.success(data, 'success');
|
315
|
+
if (g) $.event.trigger("ajaxSuccess", [xhr, opts]);
|
316
|
+
}
|
317
|
+
if (g) $.event.trigger("ajaxComplete", [xhr, opts]);
|
318
|
+
if (g && ! --$.active) $.event.trigger("ajaxStop");
|
319
|
+
if (opts.complete) opts.complete(xhr, ok ? 'success' : 'error');
|
320
|
+
|
321
|
+
// clean up
|
322
|
+
setTimeout(function() {
|
323
|
+
$io.remove();
|
324
|
+
xhr.responseXML = null;
|
325
|
+
}, 100);
|
326
|
+
};
|
327
|
+
|
328
|
+
function toXml(s, doc) {
|
329
|
+
if (window.ActiveXObject) {
|
330
|
+
doc = new ActiveXObject('Microsoft.XMLDOM');
|
331
|
+
doc.async = 'false';
|
332
|
+
doc.loadXML(s);
|
333
|
+
}
|
334
|
+
else
|
335
|
+
doc = (new DOMParser()).parseFromString(s, 'text/xml');
|
336
|
+
return (doc && doc.documentElement && doc.documentElement.tagName != 'parsererror') ? doc : null;
|
337
|
+
};
|
338
|
+
};
|
339
|
+
};
|
340
|
+
|
341
|
+
/**
|
342
|
+
* ajaxForm() provides a mechanism for fully automating form submission.
|
343
|
+
*
|
344
|
+
* The advantages of using this method instead of ajaxSubmit() are:
|
345
|
+
*
|
346
|
+
* 1: This method will include coordinates for <input type="image" /> elements (if the element
|
347
|
+
* is used to submit the form).
|
348
|
+
* 2. This method will include the submit element's name/value data (for the element that was
|
349
|
+
* used to submit the form).
|
350
|
+
* 3. This method binds the submit() method to the form for you.
|
351
|
+
*
|
352
|
+
* The options argument for ajaxForm works exactly as it does for ajaxSubmit. ajaxForm merely
|
353
|
+
* passes the options argument along after properly binding events for submit elements and
|
354
|
+
* the form itself.
|
355
|
+
*/
|
356
|
+
$.fn.ajaxForm = function(options) {
|
357
|
+
return this.ajaxFormUnbind().bind('submit.form-plugin',function() {
|
358
|
+
$(this).ajaxSubmit(options);
|
359
|
+
return false;
|
360
|
+
}).each(function() {
|
361
|
+
// store options in hash
|
362
|
+
$(":submit,input:image", this).bind('click.form-plugin',function(e) {
|
363
|
+
var form = this.form;
|
364
|
+
form.clk = this;
|
365
|
+
if (this.type == 'image') {
|
366
|
+
if (e.offsetX != undefined) {
|
367
|
+
form.clk_x = e.offsetX;
|
368
|
+
form.clk_y = e.offsetY;
|
369
|
+
} else if (typeof $.fn.offset == 'function') { // try to use dimensions plugin
|
370
|
+
var offset = $(this).offset();
|
371
|
+
form.clk_x = e.pageX - offset.left;
|
372
|
+
form.clk_y = e.pageY - offset.top;
|
373
|
+
} else {
|
374
|
+
form.clk_x = e.pageX - this.offsetLeft;
|
375
|
+
form.clk_y = e.pageY - this.offsetTop;
|
376
|
+
}
|
377
|
+
}
|
378
|
+
// clear form vars
|
379
|
+
setTimeout(function() { form.clk = form.clk_x = form.clk_y = null; }, 10);
|
380
|
+
});
|
381
|
+
});
|
382
|
+
};
|
383
|
+
|
384
|
+
// ajaxFormUnbind unbinds the event handlers that were bound by ajaxForm
|
385
|
+
$.fn.ajaxFormUnbind = function() {
|
386
|
+
this.unbind('submit.form-plugin');
|
387
|
+
return this.each(function() {
|
388
|
+
$(":submit,input:image", this).unbind('click.form-plugin');
|
389
|
+
});
|
390
|
+
|
391
|
+
};
|
392
|
+
|
393
|
+
/**
|
394
|
+
* formToArray() gathers form element data into an array of objects that can
|
395
|
+
* be passed to any of the following ajax functions: $.get, $.post, or load.
|
396
|
+
* Each object in the array has both a 'name' and 'value' property. An example of
|
397
|
+
* an array for a simple login form might be:
|
398
|
+
*
|
399
|
+
* [ { name: 'username', value: 'jresig' }, { name: 'password', value: 'secret' } ]
|
400
|
+
*
|
401
|
+
* It is this array that is passed to pre-submit callback functions provided to the
|
402
|
+
* ajaxSubmit() and ajaxForm() methods.
|
403
|
+
*/
|
404
|
+
$.fn.formToArray = function(semantic) {
|
405
|
+
var a = [];
|
406
|
+
if (this.length == 0) return a;
|
407
|
+
|
408
|
+
var form = this[0];
|
409
|
+
var els = semantic ? form.getElementsByTagName('*') : form.elements;
|
410
|
+
if (!els) return a;
|
411
|
+
for(var i=0, max=els.length; i < max; i++) {
|
412
|
+
var el = els[i];
|
413
|
+
var n = el.name;
|
414
|
+
if (!n) continue;
|
415
|
+
|
416
|
+
if (semantic && form.clk && el.type == "image") {
|
417
|
+
// handle image inputs on the fly when semantic == true
|
418
|
+
if(!el.disabled && form.clk == el)
|
419
|
+
a.push({name: n+'.x', value: form.clk_x}, {name: n+'.y', value: form.clk_y});
|
420
|
+
continue;
|
421
|
+
}
|
422
|
+
|
423
|
+
var v = $.fieldValue(el, true);
|
424
|
+
if (v && v.constructor == Array) {
|
425
|
+
for(var j=0, jmax=v.length; j < jmax; j++)
|
426
|
+
a.push({name: n, value: v[j]});
|
427
|
+
}
|
428
|
+
else if (v !== null && typeof v != 'undefined')
|
429
|
+
a.push({name: n, value: v});
|
430
|
+
}
|
431
|
+
|
432
|
+
if (!semantic && form.clk) {
|
433
|
+
// input type=='image' are not found in elements array! handle them here
|
434
|
+
var inputs = form.getElementsByTagName("input");
|
435
|
+
for(var i=0, max=inputs.length; i < max; i++) {
|
436
|
+
var input = inputs[i];
|
437
|
+
var n = input.name;
|
438
|
+
if(n && !input.disabled && input.type == "image" && form.clk == input)
|
439
|
+
a.push({name: n+'.x', value: form.clk_x}, {name: n+'.y', value: form.clk_y});
|
440
|
+
}
|
441
|
+
}
|
442
|
+
return a;
|
443
|
+
};
|
444
|
+
|
445
|
+
/**
|
446
|
+
* Serializes form data into a 'submittable' string. This method will return a string
|
447
|
+
* in the format: name1=value1&name2=value2
|
448
|
+
*/
|
449
|
+
$.fn.formSerialize = function(semantic) {
|
450
|
+
//hand off to jQuery.param for proper encoding
|
451
|
+
return $.param(this.formToArray(semantic));
|
452
|
+
};
|
453
|
+
|
454
|
+
/**
|
455
|
+
* Serializes all field elements in the jQuery object into a query string.
|
456
|
+
* This method will return a string in the format: name1=value1&name2=value2
|
457
|
+
*/
|
458
|
+
$.fn.fieldSerialize = function(successful) {
|
459
|
+
var a = [];
|
460
|
+
this.each(function() {
|
461
|
+
var n = this.name;
|
462
|
+
if (!n) return;
|
463
|
+
var v = $.fieldValue(this, successful);
|
464
|
+
if (v && v.constructor == Array) {
|
465
|
+
for (var i=0,max=v.length; i < max; i++)
|
466
|
+
a.push({name: n, value: v[i]});
|
467
|
+
}
|
468
|
+
else if (v !== null && typeof v != 'undefined')
|
469
|
+
a.push({name: this.name, value: v});
|
470
|
+
});
|
471
|
+
//hand off to jQuery.param for proper encoding
|
472
|
+
return $.param(a);
|
473
|
+
};
|
474
|
+
|
475
|
+
/**
|
476
|
+
* Returns the value(s) of the element in the matched set. For example, consider the following form:
|
477
|
+
*
|
478
|
+
* <form><fieldset>
|
479
|
+
* <input name="A" type="text" />
|
480
|
+
* <input name="A" type="text" />
|
481
|
+
* <input name="B" type="checkbox" value="B1" />
|
482
|
+
* <input name="B" type="checkbox" value="B2"/>
|
483
|
+
* <input name="C" type="radio" value="C1" />
|
484
|
+
* <input name="C" type="radio" value="C2" />
|
485
|
+
* </fieldset></form>
|
486
|
+
*
|
487
|
+
* var v = $(':text').fieldValue();
|
488
|
+
* // if no values are entered into the text inputs
|
489
|
+
* v == ['','']
|
490
|
+
* // if values entered into the text inputs are 'foo' and 'bar'
|
491
|
+
* v == ['foo','bar']
|
492
|
+
*
|
493
|
+
* var v = $(':checkbox').fieldValue();
|
494
|
+
* // if neither checkbox is checked
|
495
|
+
* v === undefined
|
496
|
+
* // if both checkboxes are checked
|
497
|
+
* v == ['B1', 'B2']
|
498
|
+
*
|
499
|
+
* var v = $(':radio').fieldValue();
|
500
|
+
* // if neither radio is checked
|
501
|
+
* v === undefined
|
502
|
+
* // if first radio is checked
|
503
|
+
* v == ['C1']
|
504
|
+
*
|
505
|
+
* The successful argument controls whether or not the field element must be 'successful'
|
506
|
+
* (per http://www.w3.org/TR/html4/interact/forms.html#successful-controls).
|
507
|
+
* The default value of the successful argument is true. If this value is false the value(s)
|
508
|
+
* for each element is returned.
|
509
|
+
*
|
510
|
+
* Note: This method *always* returns an array. If no valid value can be determined the
|
511
|
+
* array will be empty, otherwise it will contain one or more values.
|
512
|
+
*/
|
513
|
+
$.fn.fieldValue = function(successful) {
|
514
|
+
for (var val=[], i=0, max=this.length; i < max; i++) {
|
515
|
+
var el = this[i];
|
516
|
+
var v = $.fieldValue(el, successful);
|
517
|
+
if (v === null || typeof v == 'undefined' || (v.constructor == Array && !v.length))
|
518
|
+
continue;
|
519
|
+
v.constructor == Array ? $.merge(val, v) : val.push(v);
|
520
|
+
}
|
521
|
+
return val;
|
522
|
+
};
|
523
|
+
|
524
|
+
/**
|
525
|
+
* Returns the value of the field element.
|
526
|
+
*/
|
527
|
+
$.fieldValue = function(el, successful) {
|
528
|
+
var n = el.name, t = el.type, tag = el.tagName.toLowerCase();
|
529
|
+
if (typeof successful == 'undefined') successful = true;
|
530
|
+
|
531
|
+
if (successful && (!n || el.disabled || t == 'reset' || t == 'button' ||
|
532
|
+
(t == 'checkbox' || t == 'radio') && !el.checked ||
|
533
|
+
(t == 'submit' || t == 'image') && el.form && el.form.clk != el ||
|
534
|
+
tag == 'select' && el.selectedIndex == -1))
|
535
|
+
return null;
|
536
|
+
|
537
|
+
if (tag == 'select') {
|
538
|
+
var index = el.selectedIndex;
|
539
|
+
if (index < 0) return null;
|
540
|
+
var a = [], ops = el.options;
|
541
|
+
var one = (t == 'select-one');
|
542
|
+
var max = (one ? index+1 : ops.length);
|
543
|
+
for(var i=(one ? index : 0); i < max; i++) {
|
544
|
+
var op = ops[i];
|
545
|
+
if (op.selected) {
|
546
|
+
var v = op.value;
|
547
|
+
if (!v) // extra pain for IE...
|
548
|
+
v = (op.attributes && op.attributes['value'] && !(op.attributes['value'].specified)) ? op.text : op.value;
|
549
|
+
if (one) return v;
|
550
|
+
a.push(v);
|
551
|
+
}
|
552
|
+
}
|
553
|
+
return a;
|
554
|
+
}
|
555
|
+
return el.value;
|
556
|
+
};
|
557
|
+
|
558
|
+
/**
|
559
|
+
* Clears the form data. Takes the following actions on the form's input fields:
|
560
|
+
* - input text fields will have their 'value' property set to the empty string
|
561
|
+
* - select elements will have their 'selectedIndex' property set to -1
|
562
|
+
* - checkbox and radio inputs will have their 'checked' property set to false
|
563
|
+
* - inputs of type submit, button, reset, and hidden will *not* be effected
|
564
|
+
* - button elements will *not* be effected
|
565
|
+
*/
|
566
|
+
$.fn.clearForm = function() {
|
567
|
+
return this.each(function() {
|
568
|
+
$('input,select,textarea', this).clearFields();
|
569
|
+
});
|
570
|
+
};
|
571
|
+
|
572
|
+
/**
|
573
|
+
* Clears the selected form elements.
|
574
|
+
*/
|
575
|
+
$.fn.clearFields = $.fn.clearInputs = function() {
|
576
|
+
return this.each(function() {
|
577
|
+
var t = this.type, tag = this.tagName.toLowerCase();
|
578
|
+
if (t == 'text' || t == 'password' || tag == 'textarea')
|
579
|
+
this.value = '';
|
580
|
+
else if (t == 'checkbox' || t == 'radio')
|
581
|
+
this.checked = false;
|
582
|
+
else if (tag == 'select')
|
583
|
+
this.selectedIndex = -1;
|
584
|
+
});
|
585
|
+
};
|
586
|
+
|
587
|
+
/**
|
588
|
+
* Resets the form data. Causes all form elements to be reset to their original value.
|
589
|
+
*/
|
590
|
+
$.fn.resetForm = function() {
|
591
|
+
return this.each(function() {
|
592
|
+
// guard against an input with the name of 'reset'
|
593
|
+
// note that IE reports the reset function as an 'object'
|
594
|
+
if (typeof this.reset == 'function' || (typeof this.reset == 'object' && !this.reset.nodeType))
|
595
|
+
this.reset();
|
596
|
+
});
|
597
|
+
};
|
598
|
+
|
599
|
+
/**
|
600
|
+
* Enables or disables any matching elements.
|
601
|
+
*/
|
602
|
+
$.fn.enable = function(b) {
|
603
|
+
if (b == undefined) b = true;
|
604
|
+
return this.each(function() {
|
605
|
+
this.disabled = !b;
|
606
|
+
});
|
607
|
+
};
|
608
|
+
|
609
|
+
/**
|
610
|
+
* Checks/unchecks any matching checkboxes or radio buttons and
|
611
|
+
* selects/deselects and matching option elements.
|
612
|
+
*/
|
613
|
+
$.fn.selected = function(select) {
|
614
|
+
if (select == undefined) select = true;
|
615
|
+
return this.each(function() {
|
616
|
+
var t = this.type;
|
617
|
+
if (t == 'checkbox' || t == 'radio')
|
618
|
+
this.checked = select;
|
619
|
+
else if (this.tagName.toLowerCase() == 'option') {
|
620
|
+
var $sel = $(this).parent('select');
|
621
|
+
if (select && $sel[0] && $sel[0].type == 'select-one') {
|
622
|
+
// deselect all other options
|
623
|
+
$sel.find('option').selected(false);
|
624
|
+
}
|
625
|
+
this.selected = select;
|
626
|
+
}
|
627
|
+
});
|
628
|
+
};
|
629
|
+
|
630
|
+
// helper fn for console logging
|
631
|
+
// set $.fn.ajaxSubmit.debug to true to enable debug logging
|
632
|
+
function log() {
|
633
|
+
if ($.fn.ajaxSubmit.debug && window.console && window.console.log)
|
634
|
+
window.console.log('[jquery.form] ' + Array.prototype.join.call(arguments,''));
|
635
|
+
};
|
636
|
+
|
637
|
+
})(jQuery);
|