I want to trigger
onStopResize: function(e){
console.log(e);
},
within an easyui-window ... I believe "window" depends on "resizable" so does that mean it inherits resizable events?
If not, how would I do this trigger? I basically want to get the new width/height and update an element inside accordingly...