/plugin/s5reloaded/ui/effects_support/ |
H A D | dragdrop.js | 131 register: function(draggable) { argument 141 this.drags.push(draggable); 144 unregister: function(draggable) { argument 145 this.drags = this.drags.reject(function(d) { return d==draggable }); 153 activate: function(draggable) { argument 154 if(draggable.options.delay) { 158 Draggables.activeDraggable = draggable; 159 }.bind(this), draggable.options.delay); 162 this.activeDraggable = draggable; 210 if(o[eventName]) o[eventName](eventName, draggable, event); [all …]
|
/plugin/overlay/ |
H A D | script.js | 4 jQuery('#widget').draggable(); 9 jQuery( "#overlay" ).draggable({ 25 jQuery( "#overlay" ).draggable().resizable({
|
/plugin/widearea/widearea/ |
H A D | widearea.js | 81 fullscreenIcon.draggable = false; 241 closeIcon.draggable = false; 253 changeThemeIcon.draggable = false;
|
/plugin/imagepreview/ |
H A D | script.js | 39 draggable: true,
|
/plugin/metaeditor/ |
H A D | script.js | 265 draggable: true, 330 draggable: true, 370 draggable: true,
|
/plugin/jorgchart/ |
H A D | jquery.jOrgChart.js | 33 $('div.node').draggable({ 76 var sourceID = ui.draggable.data("tree-node");
|
/plugin/diagrams/script/ |
H A D | prosemirror.js | 17 draggable: true,
|
/plugin/tfslink/scripts/ |
H A D | addworkitemlink_wiz.js | 25 draggable: true,
|
/plugin/davcard/ |
H A D | script.js | 327 draggable: true, 617 draggable: true, 734 draggable: true,
|
/plugin/vkeyboard/ |
H A D | change_log | 37 made keyboard draggable
|
/plugin/davcal/ |
H A D | script.js | 244 draggable: true, 592 draggable: true, 810 draggable: true,
|
/plugin/txt2tags/ |
H A D | linkwiz.js | 30 draggable: true,
|
/plugin/bookcreator/script/ |
H A D | nspicker.js | 34 draggable: true,
|
/plugin/dyncontent/ |
H A D | script.js | 45 draggable: true,
|
/plugin/pagestat/ |
H A D | script.js | 148 this.draggable=(param_obj.draggable!=undefined)?param_obj.draggable:true; 155 if(this.draggable){ 156 this.jqwin.draggable(); 1174 ptw_list[winid].getwin().draggable();
|
/plugin/imageflow/ |
H A D | README.md | 10 * click- and draggable scroll bar
|
/plugin/indexmenu/scripts/ |
H A D | toolbarindexwizard.js | 79 draggable: true,
|
/plugin/pycode/ |
H A D | script.js | 28 draggable: true,
|
/plugin/dropfiles/src/ |
H A D | upload.js | 137 }).draggable();
|
/plugin/do/scripts/ |
H A D | PluginDo.js | 8 * Create a floating, draggable overlay 22 draggable: true,
|
/plugin/dirtylittlehelper/ |
H A D | script.js | 262 jQuery( "#dirtylittlehelper_overlay" ).draggable({
|
/plugin/imagecarousel/vendor/slick/ |
H A D | README.markdown | 75 draggable | boolean | true | Enables desktop dragging
|
H A D | slick.min.js | 17 …draggable:!0,easing:"linear",edgeFriction:.35,fade:!1,focusOnSelect:!1,infinite:!0,initialSlide:0,… property in e.defaults 18 …ns.swipe===!1||"ontouchend"in document&&b.options.swipe===!1||b.options.draggable===!1&&-1!==a.typ…
|
/plugin/sequencediagram/bower_components/raphael/dev/ |
H A D | raphael.core.js | 3178 var draggable = []; 3239 draggable.push({el: this, start: start}); 3261 var i = draggable.length; 3262 while (i--) if (draggable[i].el == this) { 3263 this.unmousedown(draggable[i].start); 3264 draggable.splice(i, 1); 3267 !draggable.length && R.unmousemove(dragMove).unmouseup(dragUp);
|
/plugin/sequencediagram/bower_components/snap.svg/dist/ |
H A D | snap.svg.js | 7652 var draggable = []; 7716 draggable.push({el: el, start: start, init: init}); 7737 var i = draggable.length; 7738 while (i--) if (draggable[i].el == this) { 7739 this.unmousedown(draggable[i].init); 7740 draggable.splice(i, 1); 7744 !draggable.length && Snap.unmousemove(dragMove).unmouseup(dragUp);
|