fires when the user drags the "resize" handle
pos | number | the top (vertical resizing) or left (horizontal resizing) relative position of the handle (relative to the parent container) |
some.attachEvent("onResize", function(pos){
//... some code here ...
});
Back to top