Home
last modified time | relevance | path

Searched refs:DragResize (Results 1 – 1 of 1) sorted by relevance

/plugin/aimg/
H A Dscript.js266 function DragResize(myName, config) function
301 DragResize.prototype.apply = function(node) class
312 DragResize.prototype.handleSet = function(elm, show) { with (this)
336 DragResize.prototype.select = function(newElement) { with (this)
359 DragResize.prototype.deselect = function(keepHandles) { with (this)
380 DragResize.prototype.mouseDown = function(e) { with (this)
418 DragResize.prototype.mouseMove = function(e) { with (this)
520 DragResize.prototype.mouseUp = function(e) { with (this)
1252 var dragresize = new DragResize('dragresize', { allowBlur: false });