var c = (this.overRightResizeArea(e) ? 'e-resize' : (this.overLeftResizeArea(e) ? 'w-resize' : '')); if(c && !this.canResize(e)){ c = 'not-allowed'; } e.sourceView.headerNode.style.cursor = c || ''; //'default'; if (c) dojo.stopEvent(e);