Searched refs:onmove (Results 1 – 6 of 6) sorted by relevance
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/ |
H A D | jquery.grab.js | 120 if (e.data.onmove){ 121 e.data.onmove.call(e.data.element, e.data); 170 if (e.data.onmove){ 171 e.data.onmove.call(e.data.elem, e.data);
|
H A D | circle.player.js | 163 }, onmove: function(event){
|
/plugin/sequencediagram/bower_components/raphael/dev/ |
H A D | raphael.core.js | 3209 elproto.drag = function (onmove, onstart, onend, move_scope, start_scope, end_scope) { argument 3234 onmove && eve.on("raphael.drag.move." + this.id, onmove);
|
/plugin/sequencediagram/bower_components/snap.svg/dist/ |
H A D | snap.svg.js | 7687 elproto.drag = function (onmove, onstart, onend, move_scope, start_scope, end_scope) { argument 7707 onmove && eve.on("snap.drag.move." + el.id, onmove);
|
/plugin/callflow/ |
H A D | raphael.js | 3584 elproto.drag = function (onmove, onstart, onend, move_scope, start_scope, end_scope) { argument 3609 onmove && eve.on("raphael.drag.move." + this.id, onmove);
|
/plugin/advrack/ |
H A D | raphael.js | 3584 elproto.drag = function (onmove, onstart, onend, move_scope, start_scope, end_scope) { argument 3609 onmove && eve.on("raphael.drag.move." + this.id, onmove);
|