Hi.
Is there a way to handle image inline resizing? I just want to put some code there after image was resized.
Thanks in advance.
Is there a way to handle image inline resizing? I just want to put some code there after image was resized.
Thanks in advance.

Re: Inline Image Resize Handler
Re: Inline Image Resize Handler
I cant find ANY documentation on what events are sent by browsers during or after object resizing (since resizing accomplished using execCommand enableObjectResizing). I found some mentions of "startResize" event, but never captured it even by creating easy sample.
Please, HELP somebody! I never stuck 'cuz i getting a lot of ideas on how to do that, but lately they are becoming insane!
Re: Inline Image Resize Handler
Re: Inline Image Resize Handler
Re: Inline Image Resize Handler
Re: Inline Image Resize Handler
Re: Inline Image Resize Handler
Re: Inline Image Resize Handler
Re: Inline Image Resize Handler
Re: Inline Image Resize Handler
I mean: when resizing an image in the editor the size of the image gets refreshed, so there must me an "onresize handler" already there, or?
Re: Inline Image Resize Handler
This would be very useful. I'm having a hard time creating a custom handler to maintain image aspect ratio after resizing. It seems I can't even access the inserted image object to attach an `onmouseup` event. A callback, documented in the API, would fix that.