//>>built define("dojox/layout/DragPane",["dojo/_base/declare","dijit/_Widget","dojo/_base/html","dojo/dom-style"],function(_1,_2,_3,_4){ return _1("dojox.layout.DragPane",_2,{invert:true,postCreate:function(){ this.connect(this.domNode,"onmousedown","_down"); this.connect(this.domNode,"onmouseleave","_up"); this.connect(this.domNode,"onmouseup","_up"); },_down:function(e){ var t=this.domNode; e.preventDefault(); _4.set(t,"cursor","move"); this._x=e.pageX; this._y=e.pageY; if((this._x