Modify ↓
Ticket #2437 (closed enhancement: fixed)
Add a resize callback to dialog options
| Reported by: | natecavanaugh | Owned by: | scott.gonzalez |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.2.4 |
| Component: | ui | Version: | 1.2.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
The dialogs should have an onResize callback that gets executed whenever the dialog is resized.
This would fit well into the event based system that already exists in jQuery UI.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

It would also be great if the ui object that gets passed in could contain the direction the resize is going (eg. s, se, sw, n, w, e) or something like that. Not sure if that's possible in the current architecture, but would be great to have.