Searched refs:unreg (Results 1 - 20 of 20) sorted by relevance

/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/dragdrop/
H A Ddragdrop-debug.js386 * DragDrop.unreg, use that method instead of calling this directly.
1152 this._execOnAll("unreg", []);
2219 * @method unreg
2221 unreg: function() {
H A Ddragdrop-min.js59 this._execOnAll("unreg",[]);for(i in this.elementCache){delete this.elementCache[i];}
70 Event.on(id,"mousedown",this.handleMouseDown,this,true);this.setHandleElId(id);this.hasOuterHandles=true;},unreg:function(){Event.removeListener(this.id,"mousedown",this.handleMouseDown);this._domRef=null;this.DDM._remove(this);},isLocked:function(){return(this.DDM.isLocked()||this.locked);},handleMouseDown:function(e,oDD){var button=e.which||e.button;if(this.primaryButtonOnly&&button>1){return;}
H A Ddragdrop.js384 * DragDrop.unreg, use that method instead of calling this directly.
1116 this._execOnAll("unreg", []);
2164 * @method unreg
2166 unreg: function() {
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/dragdrop/
H A Ddragdrop-debug.js386 * DragDrop.unreg, use that method instead of calling this directly.
1152 this._execOnAll("unreg", []);
2219 * @method unreg
2221 unreg: function() {
H A Ddragdrop-min.js59 this._execOnAll("unreg",[]);for(i in this.elementCache){delete this.elementCache[i];}
70 Event.on(id,"mousedown",this.handleMouseDown,this,true);this.setHandleElId(id);this.hasOuterHandles=true;},unreg:function(){Event.removeListener(this.id,"mousedown",this.handleMouseDown);this._domRef=null;this.DDM._remove(this);},isLocked:function(){return(this.DDM.isLocked()||this.locked);},handleMouseDown:function(e,oDD){var button=e.which||e.button;if(this.primaryButtonOnly&&button>1){return;}
H A Ddragdrop.js384 * DragDrop.unreg, use that method instead of calling this directly.
1116 this._execOnAll("unreg", []);
2164 * @method unreg
2166 unreg: function() {
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/editor/
H A Deditor-beta-debug.js641 this.dd.unreg();
H A Deditor-beta-min.js27 if(this._titlebar){if(draggable){this.dd=new YAHOO.util.DD(this.get('id'));this.dd.setHandleElId(this._titlebar);Dom.addClass(this._titlebar,'draggable');}else{Dom.removeClass(this._titlebar,'draggable');if(this.dd){this.dd.unreg();this.dd=null;}}}},validator:function(value){var ret=true;if(!YAHOO.util.DD){ret=false;}
H A Deditor-beta.js633 this.dd.unreg();
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/editor/
H A Deditor-beta-debug.js641 this.dd.unreg();
H A Deditor-beta-min.js27 if(this._titlebar){if(draggable){this.dd=new YAHOO.util.DD(this.get('id'));this.dd.setHandleElId(this._titlebar);Dom.addClass(this._titlebar,'draggable');}else{Dom.removeClass(this._titlebar,'draggable');if(this.dd){this.dd.unreg();this.dd=null;}}}},validator:function(value){var ret=true;if(!YAHOO.util.DD){ret=false;}
H A Deditor-beta.js633 this.dd.unreg();
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/container/
H A Dcontainer-debug.js5594 this.dd.unreg();
H A Dcontainer-min.js157 this.subscribe("beforeRender",createHeader);this.subscribe("beforeShow",setWidthToOffsetWidth);}else{if(this.dd){this.dd.unreg();}
H A Dcontainer.js5565 this.dd.unreg();
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/container/
H A Dcontainer-debug.js5594 this.dd.unreg();
H A Dcontainer-min.js157 this.subscribe("beforeRender",createHeader);this.subscribe("beforeShow",setWidthToOffsetWidth);}else{if(this.dd){this.dd.unreg();}
H A Dcontainer.js5565 this.dd.unreg();
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/utilities/
H A Dutilities.js443 this._execOnAll("unreg",[]);for(i in this.elementCache){delete this.elementCache[i];}
454 Event.on(id,"mousedown",this.handleMouseDown,this,true);this.setHandleElId(id);this.hasOuterHandles=true;},unreg:function(){Event.removeListener(this.id,"mousedown",this.handleMouseDown);this._domRef=null;this.DDM._remove(this);},isLocked:function(){return(this.DDM.isLocked()||this.locked);},handleMouseDown:function(e,oDD){var button=e.which||e.button;if(this.primaryButtonOnly&&button>1){return;}
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/utilities/
H A Dutilities.js443 this._execOnAll("unreg",[]);for(i in this.elementCache){delete this.elementCache[i];}
454 Event.on(id,"mousedown",this.handleMouseDown,this,true);this.setHandleElId(id);this.hasOuterHandles=true;},unreg:function(){Event.removeListener(this.id,"mousedown",this.handleMouseDown);this._domRef=null;this.DDM._remove(this);},isLocked:function(){return(this.DDM.isLocked()||this.locked);},handleMouseDown:function(e,oDD){var button=e.which||e.button;if(this.primaryButtonOnly&&button>1){return;}

Completed in 522 milliseconds