Hi all,
I would like to register a handler that gets called whenever a given widget is moved - that is, it's absolute position in the page is changed.
(It can move because of several reasons, including window resize, changes in other widgets, layout changes, etc.)
I have found the handlers for drag move (different use case), for resize (different use case), but can't find a simple "Moved" event handler.
So, how can one do that?
Thank you for your help:
Csillag
I would like to register a handler that gets called whenever a given widget is moved - that is, it's absolute position in the page is changed.
(It can move because of several reasons, including window resize, changes in other widgets, layout changes, etc.)
I have found the handlers for drag move (different use case), for resize (different use case), but can't find a simple "Moved" event handler.
So, how can one do that?
Thank you for your help:
Csillag
Comment