onResizeEnd

fires when the user ends dragging the "resize" handle (releases the mouse button)

void onResizeEnd(number pos);
posnumberthe top (vertical resizing) or left (horizontal resizing) relative position of the handle (relative to the parent container)

Example

some.attachEvent("onResizeEnd", function(pos){
    //... some code here ... 
});

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.