dd-ddm.js revision b329eb7b3f67e8e7635f0b1c88899119470a91ed
812N/A * Extends the dd-ddm-base Class to add support for the viewport shim to allow a draggable node to drag to be dragged over an iframe or any other node that traps mousemove events.
812N/A * It is also required to have Drop Targets enabled, as the viewport shim will contain the shims for the Drop Targets.
812N/A * @description Set this to true to set the shims opacity to .5 for debugging it, default: false.
1186N/A _debugShim: false,
1186N/A _activateTargets: function() { },
1186N/A _deactivateTargets: function() {},
1186N/A _startDrag: function() {
1186N/A this._pg_activate();
1186N/A this._activateTargets();
1186N/A this._pg_deactivate();
1186N/A this._deactivateTargets();
1186N/A _pg_deactivate: function() {
905N/A _pg_activate: function() {
_pg_size: function() {
if (this.activeDrag) {
_createPG: function() {