w: function(event, dx, dy) {
            var o = this.options, cs = this.originalSize, sp = this.originalPosition;
            return { left: sp.left + dx, width: cs.width - dx };
        },