event processor for onmousedown
if(this._legalMouseDown(e) && (!this.skipForm || !dojo.dnd.isFormElement(e))){ this.mouseDown = true; this.mouseButton = e.button; dojo.dnd.Source.superclass.onMouseDown.call(this, e); }