Home
last modified time | relevance | path

Searched refs:draggable (Results 1 – 25 of 48) sorted by relevance

12

/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js131 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 Dscript.js4 jQuery('#widget').draggable();
9 jQuery( "#overlay" ).draggable({
25 jQuery( "#overlay" ).draggable().resizable({
/plugin/widearea/widearea/
H A Dwidearea.js81 fullscreenIcon.draggable = false;
241 closeIcon.draggable = false;
253 changeThemeIcon.draggable = false;
/plugin/imagepreview/
H A Dscript.js39 draggable: true,
/plugin/metaeditor/
H A Dscript.js265 draggable: true,
330 draggable: true,
370 draggable: true,
/plugin/jorgchart/
H A Djquery.jOrgChart.js33 $('div.node').draggable({
76 var sourceID = ui.draggable.data("tree-node");
/plugin/diagrams/script/
H A Dprosemirror.js17 draggable: true,
/plugin/tfslink/scripts/
H A Daddworkitemlink_wiz.js25 draggable: true,
/plugin/davcard/
H A Dscript.js327 draggable: true,
617 draggable: true,
734 draggable: true,
/plugin/vkeyboard/
H A Dchange_log37 made keyboard draggable
/plugin/davcal/
H A Dscript.js244 draggable: true,
592 draggable: true,
810 draggable: true,
/plugin/txt2tags/
H A Dlinkwiz.js30 draggable: true,
/plugin/bookcreator/script/
H A Dnspicker.js34 draggable: true,
/plugin/dyncontent/
H A Dscript.js45 draggable: true,
/plugin/pagestat/
H A Dscript.js148 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 DREADME.md10 * click- and draggable scroll bar
/plugin/indexmenu/scripts/
H A Dtoolbarindexwizard.js79 draggable: true,
/plugin/pycode/
H A Dscript.js28 draggable: true,
/plugin/dropfiles/src/
H A Dupload.js137 }).draggable();
/plugin/do/scripts/
H A DPluginDo.js22 draggable: true,
/plugin/dirtylittlehelper/
H A Dscript.js262 jQuery( "#dirtylittlehelper_overlay" ).draggable({
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown75 draggable | boolean | true | Enables desktop dragging
H A Dslick.min.js17draggable:!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 Draphael.core.js3178 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 Dsnap.svg.js7652 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);

12