onViewResize

fires when the size of a view has been changed by resizer

void onViewResize();

Example

view.attachEvent("onViewResize", function(){
   // your code here
});

Details

Called only when the size of a view was changed by the layout's resizer.

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.