-
New Feature
-
Resolution: Done
-
Normal
-
6.5.1, Freshly
-
Security Level: Jimmy
-
None
as title. Basically need a callback function to do processing after all widgets in current page finish resize. For eg. if developer wants to invoke window.print() but it shouldn't be invoked unless all widgets are properly re-sized after browser was re-sized or else the print of current layout will be wrong.
Currently it can be done on individual widget basis via client activity watch for onSize but need similar way on a global level.