cdotyone / mochaui

development tree for MochaUI
http://mochaui.org/demo/
Other
290 stars 83 forks source link

Window Content update during resize. #112

Closed partikule closed 12 years ago

partikule commented 13 years ago

Sometimes, it can be useful to do something during a window resize (for example, resizing the content).

The Window fires the event "resize" in _resizeOnComplete().

To get the event during the resize, it could be nice to add : this.fireEvent('resizeOnDrag', [this]);

in the _resizeOnDrag() function.

cdotyone commented 12 years ago

added onResizeDragStart and onResizeDrag