rails-jquery-bundle 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +15 -0
- data/Gemfile.lock +42 -0
- data/LICENSE.txt +675 -0
- data/README.rdoc +27 -0
- data/Rakefile +57 -0
- data/VERSION +1 -0
- data/app/helpers/rails_jquery_bundle/jquery_css_helper.rb +34 -0
- data/app/helpers/rails_jquery_bundle/jquery_js_helper.rb +133 -0
- data/lib/rails-jquery-bundle.rb +15 -0
- data/lib/rails_jquery_bundle/constants/jquery.rb +22 -0
- data/lib/rails_jquery_bundle/constants/jquery/ui.rb +34 -0
- data/lib/rails_jquery_bundle/engine.rb +23 -0
- data/public/javascripts/jquery/1.5.1/jquery.js +8316 -0
- data/public/javascripts/jquery/1.5.1/minified/jquery.min.js +16 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery-ui-i18n.js +1357 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-af.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-ar-DZ.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-ar.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-az.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-bg.js +24 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-bs.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-ca.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-cs.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-da.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-de.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-el.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-en-AU.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-en-GB.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-en-NZ.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-eo.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-es.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-et.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-eu.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-fa.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-fi.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-fo.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-fr-CH.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-fr.js +25 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-gl.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-he.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-hr.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-hu.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-hy.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-id.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-is.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-it.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-ja.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-ko.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-kz.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-lt.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-lv.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-ml.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-ms.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-nl.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-no.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-pl.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-pt-BR.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-pt.js +22 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-rm.js +21 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-ro.js +26 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-ru.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-sk.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-sl.js +24 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-sq.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-sr-SR.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-sr.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-sv.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-ta.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-th.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-tr.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-uk.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-vi.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-zh-CN.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-zh-HK.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-zh-TW.js +23 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery-ui.all.js +11544 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.effects.blind.js +49 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.effects.bounce.js +78 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.effects.clip.js +54 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.effects.core.js +747 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.effects.drop.js +50 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.effects.explode.js +79 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.effects.fade.js +32 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.effects.fold.js +56 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.effects.highlight.js +50 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.effects.pulsate.js +51 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.effects.scale.js +178 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.effects.shake.js +57 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.effects.slide.js +50 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.effects.transfer.js +45 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.ui.accordion.js +606 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.ui.autocomplete.js +607 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.ui.button.js +378 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.ui.core.js +308 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.ui.datepicker.js +1766 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.ui.dialog.js +857 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.ui.draggable.js +797 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.ui.droppable.js +285 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.ui.mouse.js +151 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.ui.position.js +252 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.ui.progressbar.js +108 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.ui.resizable.js +812 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.ui.selectable.js +266 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.ui.slider.js +682 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.ui.sortable.js +1073 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.ui.tabs.js +758 -0
- data/public/javascripts/jquery/ui/1.8.10/jquery.ui.widget.js +262 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery-ui.all.min.js +782 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.effects.blind.min.js +14 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.effects.bounce.min.js +15 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.effects.clip.min.js +14 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.effects.core.min.js +30 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.effects.drop.min.js +14 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.effects.explode.min.js +15 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.effects.fade.min.js +13 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.effects.fold.min.js +14 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.effects.highlight.min.js +14 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.effects.pulsate.min.js +14 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.effects.scale.min.js +20 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.effects.shake.min.js +14 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.effects.slide.min.js +14 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.effects.transfer.min.js +14 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.accordion.min.js +30 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.autocomplete.min.js +31 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.button.min.js +26 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.core.min.js +17 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.datepicker.min.js +81 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.dialog.min.js +40 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.draggable.min.js +50 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.droppable.min.js +26 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.mouse.min.js +17 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.position.min.js +16 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.progressbar.min.js +16 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.resizable.min.js +47 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.selectable.min.js +22 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.slider.min.js +33 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.sortable.min.js +60 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.tabs.min.js +35 -0
- data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.widget.min.js +15 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-bg_flat_55_999999_40x100.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-bg_flat_75_aaaaaa_40x100.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-bg_glass_45_0078ae_1x400.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-bg_glass_55_f8da4e_1x400.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-bg_glass_75_79c9ec_1x400.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-bg_gloss-wave_45_e14f1c_500x100.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-icons_0078ae_256x240.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-icons_056b93_256x240.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-icons_d8e7f3_256x240.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-icons_e0fdff_256x240.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-icons_f5e175_256x240.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-icons_f7a50d_256x240.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-icons_fcd113_256x240.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/start/jquery-ui-1.8.10.custom.css +573 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/images/ui-bg_flat_30_cccccc_40x100.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/images/ui-bg_glass_20_555555_1x400.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/images/ui-icons_222222_256x240.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/images/ui-icons_4b8e0b_256x240.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/images/ui-icons_a83300_256x240.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/images/ui-icons_cccccc_256x240.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/images/ui-icons_ffffff_256x240.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/jquery-ui-1.8.10.custom.css +573 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
- data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/jquery-ui-1.8.10.custom.css +573 -0
- data/rails-jquery-bundle.gemspec +247 -0
- data/spec/rails-jquery-bundle_spec.rb +7 -0
- data/spec/spec_helper.rb +12 -0
- metadata +348 -0
@@ -0,0 +1,285 @@
|
|
1
|
+
/*
|
2
|
+
* jQuery UI Droppable 1.8.10
|
3
|
+
*
|
4
|
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
5
|
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
6
|
+
* http://jquery.org/license
|
7
|
+
*
|
8
|
+
* http://docs.jquery.com/UI/Droppables
|
9
|
+
*
|
10
|
+
* Depends:
|
11
|
+
* jquery.ui.core.js
|
12
|
+
* jquery.ui.widget.js
|
13
|
+
* jquery.ui.mouse.js
|
14
|
+
* jquery.ui.draggable.js
|
15
|
+
*/
|
16
|
+
(function( $, undefined ) {
|
17
|
+
|
18
|
+
$.widget("ui.droppable", {
|
19
|
+
widgetEventPrefix: "drop",
|
20
|
+
options: {
|
21
|
+
accept: '*',
|
22
|
+
activeClass: false,
|
23
|
+
addClasses: true,
|
24
|
+
greedy: false,
|
25
|
+
hoverClass: false,
|
26
|
+
scope: 'default',
|
27
|
+
tolerance: 'intersect'
|
28
|
+
},
|
29
|
+
_create: function() {
|
30
|
+
|
31
|
+
var o = this.options, accept = o.accept;
|
32
|
+
this.isover = 0; this.isout = 1;
|
33
|
+
|
34
|
+
this.accept = $.isFunction(accept) ? accept : function(d) {
|
35
|
+
return d.is(accept);
|
36
|
+
};
|
37
|
+
|
38
|
+
//Store the droppable's proportions
|
39
|
+
this.proportions = { width: this.element[0].offsetWidth, height: this.element[0].offsetHeight };
|
40
|
+
|
41
|
+
// Add the reference and positions to the manager
|
42
|
+
$.ui.ddmanager.droppables[o.scope] = $.ui.ddmanager.droppables[o.scope] || [];
|
43
|
+
$.ui.ddmanager.droppables[o.scope].push(this);
|
44
|
+
|
45
|
+
(o.addClasses && this.element.addClass("ui-droppable"));
|
46
|
+
|
47
|
+
},
|
48
|
+
|
49
|
+
destroy: function() {
|
50
|
+
var drop = $.ui.ddmanager.droppables[this.options.scope];
|
51
|
+
for ( var i = 0; i < drop.length; i++ )
|
52
|
+
if ( drop[i] == this )
|
53
|
+
drop.splice(i, 1);
|
54
|
+
|
55
|
+
this.element
|
56
|
+
.removeClass("ui-droppable ui-droppable-disabled")
|
57
|
+
.removeData("droppable")
|
58
|
+
.unbind(".droppable");
|
59
|
+
|
60
|
+
return this;
|
61
|
+
},
|
62
|
+
|
63
|
+
_setOption: function(key, value) {
|
64
|
+
|
65
|
+
if(key == 'accept') {
|
66
|
+
this.accept = $.isFunction(value) ? value : function(d) {
|
67
|
+
return d.is(value);
|
68
|
+
};
|
69
|
+
}
|
70
|
+
$.Widget.prototype._setOption.apply(this, arguments);
|
71
|
+
},
|
72
|
+
|
73
|
+
_activate: function(event) {
|
74
|
+
var draggable = $.ui.ddmanager.current;
|
75
|
+
if(this.options.activeClass) this.element.addClass(this.options.activeClass);
|
76
|
+
(draggable && this._trigger('activate', event, this.ui(draggable)));
|
77
|
+
},
|
78
|
+
|
79
|
+
_deactivate: function(event) {
|
80
|
+
var draggable = $.ui.ddmanager.current;
|
81
|
+
if(this.options.activeClass) this.element.removeClass(this.options.activeClass);
|
82
|
+
(draggable && this._trigger('deactivate', event, this.ui(draggable)));
|
83
|
+
},
|
84
|
+
|
85
|
+
_over: function(event) {
|
86
|
+
|
87
|
+
var draggable = $.ui.ddmanager.current;
|
88
|
+
if (!draggable || (draggable.currentItem || draggable.element)[0] == this.element[0]) return; // Bail if draggable and droppable are same element
|
89
|
+
|
90
|
+
if (this.accept.call(this.element[0],(draggable.currentItem || draggable.element))) {
|
91
|
+
if(this.options.hoverClass) this.element.addClass(this.options.hoverClass);
|
92
|
+
this._trigger('over', event, this.ui(draggable));
|
93
|
+
}
|
94
|
+
|
95
|
+
},
|
96
|
+
|
97
|
+
_out: function(event) {
|
98
|
+
|
99
|
+
var draggable = $.ui.ddmanager.current;
|
100
|
+
if (!draggable || (draggable.currentItem || draggable.element)[0] == this.element[0]) return; // Bail if draggable and droppable are same element
|
101
|
+
|
102
|
+
if (this.accept.call(this.element[0],(draggable.currentItem || draggable.element))) {
|
103
|
+
if(this.options.hoverClass) this.element.removeClass(this.options.hoverClass);
|
104
|
+
this._trigger('out', event, this.ui(draggable));
|
105
|
+
}
|
106
|
+
|
107
|
+
},
|
108
|
+
|
109
|
+
_drop: function(event,custom) {
|
110
|
+
|
111
|
+
var draggable = custom || $.ui.ddmanager.current;
|
112
|
+
if (!draggable || (draggable.currentItem || draggable.element)[0] == this.element[0]) return false; // Bail if draggable and droppable are same element
|
113
|
+
|
114
|
+
var childrenIntersection = false;
|
115
|
+
this.element.find(":data(droppable)").not(".ui-draggable-dragging").each(function() {
|
116
|
+
var inst = $.data(this, 'droppable');
|
117
|
+
if(
|
118
|
+
inst.options.greedy
|
119
|
+
&& !inst.options.disabled
|
120
|
+
&& inst.options.scope == draggable.options.scope
|
121
|
+
&& inst.accept.call(inst.element[0], (draggable.currentItem || draggable.element))
|
122
|
+
&& $.ui.intersect(draggable, $.extend(inst, { offset: inst.element.offset() }), inst.options.tolerance)
|
123
|
+
) { childrenIntersection = true; return false; }
|
124
|
+
});
|
125
|
+
if(childrenIntersection) return false;
|
126
|
+
|
127
|
+
if(this.accept.call(this.element[0],(draggable.currentItem || draggable.element))) {
|
128
|
+
if(this.options.activeClass) this.element.removeClass(this.options.activeClass);
|
129
|
+
if(this.options.hoverClass) this.element.removeClass(this.options.hoverClass);
|
130
|
+
this._trigger('drop', event, this.ui(draggable));
|
131
|
+
return this.element;
|
132
|
+
}
|
133
|
+
|
134
|
+
return false;
|
135
|
+
|
136
|
+
},
|
137
|
+
|
138
|
+
ui: function(c) {
|
139
|
+
return {
|
140
|
+
draggable: (c.currentItem || c.element),
|
141
|
+
helper: c.helper,
|
142
|
+
position: c.position,
|
143
|
+
offset: c.positionAbs
|
144
|
+
};
|
145
|
+
}
|
146
|
+
|
147
|
+
});
|
148
|
+
|
149
|
+
$.extend($.ui.droppable, {
|
150
|
+
version: "1.8.10"
|
151
|
+
});
|
152
|
+
|
153
|
+
$.ui.intersect = function(draggable, droppable, toleranceMode) {
|
154
|
+
|
155
|
+
if (!droppable.offset) return false;
|
156
|
+
|
157
|
+
var x1 = (draggable.positionAbs || draggable.position.absolute).left, x2 = x1 + draggable.helperProportions.width,
|
158
|
+
y1 = (draggable.positionAbs || draggable.position.absolute).top, y2 = y1 + draggable.helperProportions.height;
|
159
|
+
var l = droppable.offset.left, r = l + droppable.proportions.width,
|
160
|
+
t = droppable.offset.top, b = t + droppable.proportions.height;
|
161
|
+
|
162
|
+
switch (toleranceMode) {
|
163
|
+
case 'fit':
|
164
|
+
return (l <= x1 && x2 <= r
|
165
|
+
&& t <= y1 && y2 <= b);
|
166
|
+
break;
|
167
|
+
case 'intersect':
|
168
|
+
return (l < x1 + (draggable.helperProportions.width / 2) // Right Half
|
169
|
+
&& x2 - (draggable.helperProportions.width / 2) < r // Left Half
|
170
|
+
&& t < y1 + (draggable.helperProportions.height / 2) // Bottom Half
|
171
|
+
&& y2 - (draggable.helperProportions.height / 2) < b ); // Top Half
|
172
|
+
break;
|
173
|
+
case 'pointer':
|
174
|
+
var draggableLeft = ((draggable.positionAbs || draggable.position.absolute).left + (draggable.clickOffset || draggable.offset.click).left),
|
175
|
+
draggableTop = ((draggable.positionAbs || draggable.position.absolute).top + (draggable.clickOffset || draggable.offset.click).top),
|
176
|
+
isOver = $.ui.isOver(draggableTop, draggableLeft, t, l, droppable.proportions.height, droppable.proportions.width);
|
177
|
+
return isOver;
|
178
|
+
break;
|
179
|
+
case 'touch':
|
180
|
+
return (
|
181
|
+
(y1 >= t && y1 <= b) || // Top edge touching
|
182
|
+
(y2 >= t && y2 <= b) || // Bottom edge touching
|
183
|
+
(y1 < t && y2 > b) // Surrounded vertically
|
184
|
+
) && (
|
185
|
+
(x1 >= l && x1 <= r) || // Left edge touching
|
186
|
+
(x2 >= l && x2 <= r) || // Right edge touching
|
187
|
+
(x1 < l && x2 > r) // Surrounded horizontally
|
188
|
+
);
|
189
|
+
break;
|
190
|
+
default:
|
191
|
+
return false;
|
192
|
+
break;
|
193
|
+
}
|
194
|
+
|
195
|
+
};
|
196
|
+
|
197
|
+
/*
|
198
|
+
This manager tracks offsets of draggables and droppables
|
199
|
+
*/
|
200
|
+
$.ui.ddmanager = {
|
201
|
+
current: null,
|
202
|
+
droppables: { 'default': [] },
|
203
|
+
prepareOffsets: function(t, event) {
|
204
|
+
|
205
|
+
var m = $.ui.ddmanager.droppables[t.options.scope] || [];
|
206
|
+
var type = event ? event.type : null; // workaround for #2317
|
207
|
+
var list = (t.currentItem || t.element).find(":data(droppable)").andSelf();
|
208
|
+
|
209
|
+
droppablesLoop: for (var i = 0; i < m.length; i++) {
|
210
|
+
|
211
|
+
if(m[i].options.disabled || (t && !m[i].accept.call(m[i].element[0],(t.currentItem || t.element)))) continue; //No disabled and non-accepted
|
212
|
+
for (var j=0; j < list.length; j++) { if(list[j] == m[i].element[0]) { m[i].proportions.height = 0; continue droppablesLoop; } }; //Filter out elements in the current dragged item
|
213
|
+
m[i].visible = m[i].element.css("display") != "none"; if(!m[i].visible) continue; //If the element is not visible, continue
|
214
|
+
|
215
|
+
m[i].offset = m[i].element.offset();
|
216
|
+
m[i].proportions = { width: m[i].element[0].offsetWidth, height: m[i].element[0].offsetHeight };
|
217
|
+
|
218
|
+
if(type == "mousedown") m[i]._activate.call(m[i], event); //Activate the droppable if used directly from draggables
|
219
|
+
|
220
|
+
}
|
221
|
+
|
222
|
+
},
|
223
|
+
drop: function(draggable, event) {
|
224
|
+
|
225
|
+
var dropped = false;
|
226
|
+
$.each($.ui.ddmanager.droppables[draggable.options.scope] || [], function() {
|
227
|
+
|
228
|
+
if(!this.options) return;
|
229
|
+
if (!this.options.disabled && this.visible && $.ui.intersect(draggable, this, this.options.tolerance))
|
230
|
+
dropped = dropped || this._drop.call(this, event);
|
231
|
+
|
232
|
+
if (!this.options.disabled && this.visible && this.accept.call(this.element[0],(draggable.currentItem || draggable.element))) {
|
233
|
+
this.isout = 1; this.isover = 0;
|
234
|
+
this._deactivate.call(this, event);
|
235
|
+
}
|
236
|
+
|
237
|
+
});
|
238
|
+
return dropped;
|
239
|
+
|
240
|
+
},
|
241
|
+
drag: function(draggable, event) {
|
242
|
+
|
243
|
+
//If you have a highly dynamic page, you might try this option. It renders positions every time you move the mouse.
|
244
|
+
if(draggable.options.refreshPositions) $.ui.ddmanager.prepareOffsets(draggable, event);
|
245
|
+
|
246
|
+
//Run through all droppables and check their positions based on specific tolerance options
|
247
|
+
$.each($.ui.ddmanager.droppables[draggable.options.scope] || [], function() {
|
248
|
+
|
249
|
+
if(this.options.disabled || this.greedyChild || !this.visible) return;
|
250
|
+
var intersects = $.ui.intersect(draggable, this, this.options.tolerance);
|
251
|
+
|
252
|
+
var c = !intersects && this.isover == 1 ? 'isout' : (intersects && this.isover == 0 ? 'isover' : null);
|
253
|
+
if(!c) return;
|
254
|
+
|
255
|
+
var parentInstance;
|
256
|
+
if (this.options.greedy) {
|
257
|
+
var parent = this.element.parents(':data(droppable):eq(0)');
|
258
|
+
if (parent.length) {
|
259
|
+
parentInstance = $.data(parent[0], 'droppable');
|
260
|
+
parentInstance.greedyChild = (c == 'isover' ? 1 : 0);
|
261
|
+
}
|
262
|
+
}
|
263
|
+
|
264
|
+
// we just moved into a greedy child
|
265
|
+
if (parentInstance && c == 'isover') {
|
266
|
+
parentInstance['isover'] = 0;
|
267
|
+
parentInstance['isout'] = 1;
|
268
|
+
parentInstance._out.call(parentInstance, event);
|
269
|
+
}
|
270
|
+
|
271
|
+
this[c] = 1; this[c == 'isout' ? 'isover' : 'isout'] = 0;
|
272
|
+
this[c == "isover" ? "_over" : "_out"].call(this, event);
|
273
|
+
|
274
|
+
// we just moved out of a greedy child
|
275
|
+
if (parentInstance && c == 'isout') {
|
276
|
+
parentInstance['isout'] = 0;
|
277
|
+
parentInstance['isover'] = 1;
|
278
|
+
parentInstance._over.call(parentInstance, event);
|
279
|
+
}
|
280
|
+
});
|
281
|
+
|
282
|
+
}
|
283
|
+
};
|
284
|
+
|
285
|
+
})(jQuery);
|
@@ -0,0 +1,151 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Mouse 1.8.10
|
3
|
+
*
|
4
|
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
5
|
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
6
|
+
* http://jquery.org/license
|
7
|
+
*
|
8
|
+
* http://docs.jquery.com/UI/Mouse
|
9
|
+
*
|
10
|
+
* Depends:
|
11
|
+
* jquery.ui.widget.js
|
12
|
+
*/
|
13
|
+
(function( $, undefined ) {
|
14
|
+
|
15
|
+
$.widget("ui.mouse", {
|
16
|
+
options: {
|
17
|
+
cancel: ':input,option',
|
18
|
+
distance: 1,
|
19
|
+
delay: 0
|
20
|
+
},
|
21
|
+
_mouseInit: function() {
|
22
|
+
var self = this;
|
23
|
+
|
24
|
+
this.element
|
25
|
+
.bind('mousedown.'+this.widgetName, function(event) {
|
26
|
+
return self._mouseDown(event);
|
27
|
+
})
|
28
|
+
.bind('click.'+this.widgetName, function(event) {
|
29
|
+
if (true === $.data(event.target, self.widgetName + '.preventClickEvent')) {
|
30
|
+
$.removeData(event.target, self.widgetName + '.preventClickEvent');
|
31
|
+
event.stopImmediatePropagation();
|
32
|
+
return false;
|
33
|
+
}
|
34
|
+
});
|
35
|
+
|
36
|
+
this.started = false;
|
37
|
+
},
|
38
|
+
|
39
|
+
// TODO: make sure destroying one instance of mouse doesn't mess with
|
40
|
+
// other instances of mouse
|
41
|
+
_mouseDestroy: function() {
|
42
|
+
this.element.unbind('.'+this.widgetName);
|
43
|
+
},
|
44
|
+
|
45
|
+
_mouseDown: function(event) {
|
46
|
+
// don't let more than one widget handle mouseStart
|
47
|
+
// TODO: figure out why we have to use originalEvent
|
48
|
+
event.originalEvent = event.originalEvent || {};
|
49
|
+
if (event.originalEvent.mouseHandled) { return; }
|
50
|
+
|
51
|
+
// we may have missed mouseup (out of window)
|
52
|
+
(this._mouseStarted && this._mouseUp(event));
|
53
|
+
|
54
|
+
this._mouseDownEvent = event;
|
55
|
+
|
56
|
+
var self = this,
|
57
|
+
btnIsLeft = (event.which == 1),
|
58
|
+
elIsCancel = (typeof this.options.cancel == "string" ? $(event.target).parents().add(event.target).filter(this.options.cancel).length : false);
|
59
|
+
if (!btnIsLeft || elIsCancel || !this._mouseCapture(event)) {
|
60
|
+
return true;
|
61
|
+
}
|
62
|
+
|
63
|
+
this.mouseDelayMet = !this.options.delay;
|
64
|
+
if (!this.mouseDelayMet) {
|
65
|
+
this._mouseDelayTimer = setTimeout(function() {
|
66
|
+
self.mouseDelayMet = true;
|
67
|
+
}, this.options.delay);
|
68
|
+
}
|
69
|
+
|
70
|
+
if (this._mouseDistanceMet(event) && this._mouseDelayMet(event)) {
|
71
|
+
this._mouseStarted = (this._mouseStart(event) !== false);
|
72
|
+
if (!this._mouseStarted) {
|
73
|
+
event.preventDefault();
|
74
|
+
return true;
|
75
|
+
}
|
76
|
+
}
|
77
|
+
|
78
|
+
// these delegates are required to keep context
|
79
|
+
this._mouseMoveDelegate = function(event) {
|
80
|
+
return self._mouseMove(event);
|
81
|
+
};
|
82
|
+
this._mouseUpDelegate = function(event) {
|
83
|
+
return self._mouseUp(event);
|
84
|
+
};
|
85
|
+
$(document)
|
86
|
+
.bind('mousemove.'+this.widgetName, this._mouseMoveDelegate)
|
87
|
+
.bind('mouseup.'+this.widgetName, this._mouseUpDelegate);
|
88
|
+
|
89
|
+
event.preventDefault();
|
90
|
+
event.originalEvent.mouseHandled = true;
|
91
|
+
return true;
|
92
|
+
},
|
93
|
+
|
94
|
+
_mouseMove: function(event) {
|
95
|
+
// IE mouseup check - mouseup happened when mouse was out of window
|
96
|
+
if ($.browser.msie && !(document.documentMode >= 9) && !event.button) {
|
97
|
+
return this._mouseUp(event);
|
98
|
+
}
|
99
|
+
|
100
|
+
if (this._mouseStarted) {
|
101
|
+
this._mouseDrag(event);
|
102
|
+
return event.preventDefault();
|
103
|
+
}
|
104
|
+
|
105
|
+
if (this._mouseDistanceMet(event) && this._mouseDelayMet(event)) {
|
106
|
+
this._mouseStarted =
|
107
|
+
(this._mouseStart(this._mouseDownEvent, event) !== false);
|
108
|
+
(this._mouseStarted ? this._mouseDrag(event) : this._mouseUp(event));
|
109
|
+
}
|
110
|
+
|
111
|
+
return !this._mouseStarted;
|
112
|
+
},
|
113
|
+
|
114
|
+
_mouseUp: function(event) {
|
115
|
+
$(document)
|
116
|
+
.unbind('mousemove.'+this.widgetName, this._mouseMoveDelegate)
|
117
|
+
.unbind('mouseup.'+this.widgetName, this._mouseUpDelegate);
|
118
|
+
|
119
|
+
if (this._mouseStarted) {
|
120
|
+
this._mouseStarted = false;
|
121
|
+
|
122
|
+
if (event.target == this._mouseDownEvent.target) {
|
123
|
+
$.data(event.target, this.widgetName + '.preventClickEvent', true);
|
124
|
+
}
|
125
|
+
|
126
|
+
this._mouseStop(event);
|
127
|
+
}
|
128
|
+
|
129
|
+
return false;
|
130
|
+
},
|
131
|
+
|
132
|
+
_mouseDistanceMet: function(event) {
|
133
|
+
return (Math.max(
|
134
|
+
Math.abs(this._mouseDownEvent.pageX - event.pageX),
|
135
|
+
Math.abs(this._mouseDownEvent.pageY - event.pageY)
|
136
|
+
) >= this.options.distance
|
137
|
+
);
|
138
|
+
},
|
139
|
+
|
140
|
+
_mouseDelayMet: function(event) {
|
141
|
+
return this.mouseDelayMet;
|
142
|
+
},
|
143
|
+
|
144
|
+
// These are placeholder methods, to be overriden by extending plugin
|
145
|
+
_mouseStart: function(event) {},
|
146
|
+
_mouseDrag: function(event) {},
|
147
|
+
_mouseStop: function(event) {},
|
148
|
+
_mouseCapture: function(event) { return true; }
|
149
|
+
});
|
150
|
+
|
151
|
+
})(jQuery);
|
@@ -0,0 +1,252 @@
|
|
1
|
+
/*
|
2
|
+
* jQuery UI Position 1.8.10
|
3
|
+
*
|
4
|
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
5
|
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
6
|
+
* http://jquery.org/license
|
7
|
+
*
|
8
|
+
* http://docs.jquery.com/UI/Position
|
9
|
+
*/
|
10
|
+
(function( $, undefined ) {
|
11
|
+
|
12
|
+
$.ui = $.ui || {};
|
13
|
+
|
14
|
+
var horizontalPositions = /left|center|right/,
|
15
|
+
verticalPositions = /top|center|bottom/,
|
16
|
+
center = "center",
|
17
|
+
_position = $.fn.position,
|
18
|
+
_offset = $.fn.offset;
|
19
|
+
|
20
|
+
$.fn.position = function( options ) {
|
21
|
+
if ( !options || !options.of ) {
|
22
|
+
return _position.apply( this, arguments );
|
23
|
+
}
|
24
|
+
|
25
|
+
// make a copy, we don't want to modify arguments
|
26
|
+
options = $.extend( {}, options );
|
27
|
+
|
28
|
+
var target = $( options.of ),
|
29
|
+
targetElem = target[0],
|
30
|
+
collision = ( options.collision || "flip" ).split( " " ),
|
31
|
+
offset = options.offset ? options.offset.split( " " ) : [ 0, 0 ],
|
32
|
+
targetWidth,
|
33
|
+
targetHeight,
|
34
|
+
basePosition;
|
35
|
+
|
36
|
+
if ( targetElem.nodeType === 9 ) {
|
37
|
+
targetWidth = target.width();
|
38
|
+
targetHeight = target.height();
|
39
|
+
basePosition = { top: 0, left: 0 };
|
40
|
+
// TODO: use $.isWindow() in 1.9
|
41
|
+
} else if ( targetElem.setTimeout ) {
|
42
|
+
targetWidth = target.width();
|
43
|
+
targetHeight = target.height();
|
44
|
+
basePosition = { top: target.scrollTop(), left: target.scrollLeft() };
|
45
|
+
} else if ( targetElem.preventDefault ) {
|
46
|
+
// force left top to allow flipping
|
47
|
+
options.at = "left top";
|
48
|
+
targetWidth = targetHeight = 0;
|
49
|
+
basePosition = { top: options.of.pageY, left: options.of.pageX };
|
50
|
+
} else {
|
51
|
+
targetWidth = target.outerWidth();
|
52
|
+
targetHeight = target.outerHeight();
|
53
|
+
basePosition = target.offset();
|
54
|
+
}
|
55
|
+
|
56
|
+
// force my and at to have valid horizontal and veritcal positions
|
57
|
+
// if a value is missing or invalid, it will be converted to center
|
58
|
+
$.each( [ "my", "at" ], function() {
|
59
|
+
var pos = ( options[this] || "" ).split( " " );
|
60
|
+
if ( pos.length === 1) {
|
61
|
+
pos = horizontalPositions.test( pos[0] ) ?
|
62
|
+
pos.concat( [center] ) :
|
63
|
+
verticalPositions.test( pos[0] ) ?
|
64
|
+
[ center ].concat( pos ) :
|
65
|
+
[ center, center ];
|
66
|
+
}
|
67
|
+
pos[ 0 ] = horizontalPositions.test( pos[0] ) ? pos[ 0 ] : center;
|
68
|
+
pos[ 1 ] = verticalPositions.test( pos[1] ) ? pos[ 1 ] : center;
|
69
|
+
options[ this ] = pos;
|
70
|
+
});
|
71
|
+
|
72
|
+
// normalize collision option
|
73
|
+
if ( collision.length === 1 ) {
|
74
|
+
collision[ 1 ] = collision[ 0 ];
|
75
|
+
}
|
76
|
+
|
77
|
+
// normalize offset option
|
78
|
+
offset[ 0 ] = parseInt( offset[0], 10 ) || 0;
|
79
|
+
if ( offset.length === 1 ) {
|
80
|
+
offset[ 1 ] = offset[ 0 ];
|
81
|
+
}
|
82
|
+
offset[ 1 ] = parseInt( offset[1], 10 ) || 0;
|
83
|
+
|
84
|
+
if ( options.at[0] === "right" ) {
|
85
|
+
basePosition.left += targetWidth;
|
86
|
+
} else if ( options.at[0] === center ) {
|
87
|
+
basePosition.left += targetWidth / 2;
|
88
|
+
}
|
89
|
+
|
90
|
+
if ( options.at[1] === "bottom" ) {
|
91
|
+
basePosition.top += targetHeight;
|
92
|
+
} else if ( options.at[1] === center ) {
|
93
|
+
basePosition.top += targetHeight / 2;
|
94
|
+
}
|
95
|
+
|
96
|
+
basePosition.left += offset[ 0 ];
|
97
|
+
basePosition.top += offset[ 1 ];
|
98
|
+
|
99
|
+
return this.each(function() {
|
100
|
+
var elem = $( this ),
|
101
|
+
elemWidth = elem.outerWidth(),
|
102
|
+
elemHeight = elem.outerHeight(),
|
103
|
+
marginLeft = parseInt( $.curCSS( this, "marginLeft", true ) ) || 0,
|
104
|
+
marginTop = parseInt( $.curCSS( this, "marginTop", true ) ) || 0,
|
105
|
+
collisionWidth = elemWidth + marginLeft +
|
106
|
+
( parseInt( $.curCSS( this, "marginRight", true ) ) || 0 ),
|
107
|
+
collisionHeight = elemHeight + marginTop +
|
108
|
+
( parseInt( $.curCSS( this, "marginBottom", true ) ) || 0 ),
|
109
|
+
position = $.extend( {}, basePosition ),
|
110
|
+
collisionPosition;
|
111
|
+
|
112
|
+
if ( options.my[0] === "right" ) {
|
113
|
+
position.left -= elemWidth;
|
114
|
+
} else if ( options.my[0] === center ) {
|
115
|
+
position.left -= elemWidth / 2;
|
116
|
+
}
|
117
|
+
|
118
|
+
if ( options.my[1] === "bottom" ) {
|
119
|
+
position.top -= elemHeight;
|
120
|
+
} else if ( options.my[1] === center ) {
|
121
|
+
position.top -= elemHeight / 2;
|
122
|
+
}
|
123
|
+
|
124
|
+
// prevent fractions (see #5280)
|
125
|
+
position.left = Math.round( position.left );
|
126
|
+
position.top = Math.round( position.top );
|
127
|
+
|
128
|
+
collisionPosition = {
|
129
|
+
left: position.left - marginLeft,
|
130
|
+
top: position.top - marginTop
|
131
|
+
};
|
132
|
+
|
133
|
+
$.each( [ "left", "top" ], function( i, dir ) {
|
134
|
+
if ( $.ui.position[ collision[i] ] ) {
|
135
|
+
$.ui.position[ collision[i] ][ dir ]( position, {
|
136
|
+
targetWidth: targetWidth,
|
137
|
+
targetHeight: targetHeight,
|
138
|
+
elemWidth: elemWidth,
|
139
|
+
elemHeight: elemHeight,
|
140
|
+
collisionPosition: collisionPosition,
|
141
|
+
collisionWidth: collisionWidth,
|
142
|
+
collisionHeight: collisionHeight,
|
143
|
+
offset: offset,
|
144
|
+
my: options.my,
|
145
|
+
at: options.at
|
146
|
+
});
|
147
|
+
}
|
148
|
+
});
|
149
|
+
|
150
|
+
if ( $.fn.bgiframe ) {
|
151
|
+
elem.bgiframe();
|
152
|
+
}
|
153
|
+
elem.offset( $.extend( position, { using: options.using } ) );
|
154
|
+
});
|
155
|
+
};
|
156
|
+
|
157
|
+
$.ui.position = {
|
158
|
+
fit: {
|
159
|
+
left: function( position, data ) {
|
160
|
+
var win = $( window ),
|
161
|
+
over = data.collisionPosition.left + data.collisionWidth - win.width() - win.scrollLeft();
|
162
|
+
position.left = over > 0 ? position.left - over : Math.max( position.left - data.collisionPosition.left, position.left );
|
163
|
+
},
|
164
|
+
top: function( position, data ) {
|
165
|
+
var win = $( window ),
|
166
|
+
over = data.collisionPosition.top + data.collisionHeight - win.height() - win.scrollTop();
|
167
|
+
position.top = over > 0 ? position.top - over : Math.max( position.top - data.collisionPosition.top, position.top );
|
168
|
+
}
|
169
|
+
},
|
170
|
+
|
171
|
+
flip: {
|
172
|
+
left: function( position, data ) {
|
173
|
+
if ( data.at[0] === center ) {
|
174
|
+
return;
|
175
|
+
}
|
176
|
+
var win = $( window ),
|
177
|
+
over = data.collisionPosition.left + data.collisionWidth - win.width() - win.scrollLeft(),
|
178
|
+
myOffset = data.my[ 0 ] === "left" ?
|
179
|
+
-data.elemWidth :
|
180
|
+
data.my[ 0 ] === "right" ?
|
181
|
+
data.elemWidth :
|
182
|
+
0,
|
183
|
+
atOffset = data.at[ 0 ] === "left" ?
|
184
|
+
data.targetWidth :
|
185
|
+
-data.targetWidth,
|
186
|
+
offset = -2 * data.offset[ 0 ];
|
187
|
+
position.left += data.collisionPosition.left < 0 ?
|
188
|
+
myOffset + atOffset + offset :
|
189
|
+
over > 0 ?
|
190
|
+
myOffset + atOffset + offset :
|
191
|
+
0;
|
192
|
+
},
|
193
|
+
top: function( position, data ) {
|
194
|
+
if ( data.at[1] === center ) {
|
195
|
+
return;
|
196
|
+
}
|
197
|
+
var win = $( window ),
|
198
|
+
over = data.collisionPosition.top + data.collisionHeight - win.height() - win.scrollTop(),
|
199
|
+
myOffset = data.my[ 1 ] === "top" ?
|
200
|
+
-data.elemHeight :
|
201
|
+
data.my[ 1 ] === "bottom" ?
|
202
|
+
data.elemHeight :
|
203
|
+
0,
|
204
|
+
atOffset = data.at[ 1 ] === "top" ?
|
205
|
+
data.targetHeight :
|
206
|
+
-data.targetHeight,
|
207
|
+
offset = -2 * data.offset[ 1 ];
|
208
|
+
position.top += data.collisionPosition.top < 0 ?
|
209
|
+
myOffset + atOffset + offset :
|
210
|
+
over > 0 ?
|
211
|
+
myOffset + atOffset + offset :
|
212
|
+
0;
|
213
|
+
}
|
214
|
+
}
|
215
|
+
};
|
216
|
+
|
217
|
+
// offset setter from jQuery 1.4
|
218
|
+
if ( !$.offset.setOffset ) {
|
219
|
+
$.offset.setOffset = function( elem, options ) {
|
220
|
+
// set position first, in-case top/left are set even on static elem
|
221
|
+
if ( /static/.test( $.curCSS( elem, "position" ) ) ) {
|
222
|
+
elem.style.position = "relative";
|
223
|
+
}
|
224
|
+
var curElem = $( elem ),
|
225
|
+
curOffset = curElem.offset(),
|
226
|
+
curTop = parseInt( $.curCSS( elem, "top", true ), 10 ) || 0,
|
227
|
+
curLeft = parseInt( $.curCSS( elem, "left", true ), 10) || 0,
|
228
|
+
props = {
|
229
|
+
top: (options.top - curOffset.top) + curTop,
|
230
|
+
left: (options.left - curOffset.left) + curLeft
|
231
|
+
};
|
232
|
+
|
233
|
+
if ( 'using' in options ) {
|
234
|
+
options.using.call( elem, props );
|
235
|
+
} else {
|
236
|
+
curElem.css( props );
|
237
|
+
}
|
238
|
+
};
|
239
|
+
|
240
|
+
$.fn.offset = function( options ) {
|
241
|
+
var elem = this[ 0 ];
|
242
|
+
if ( !elem || !elem.ownerDocument ) { return null; }
|
243
|
+
if ( options ) {
|
244
|
+
return this.each(function() {
|
245
|
+
$.offset.setOffset( this, options );
|
246
|
+
});
|
247
|
+
}
|
248
|
+
return _offset.call( this );
|
249
|
+
};
|
250
|
+
}
|
251
|
+
|
252
|
+
}( jQuery ));
|