#2437 closed enhancement (fixed)
Add a resize callback to dialog options
Reported by: | natecavanaugh | Owned by: | Scott González |
---|---|---|---|
Priority: | minor | Milestone: | 1.5 |
Component: | ui.core | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (6)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Owner: | changed from paul to rworth |
---|
comment:3 Changed 15 years ago by
Owner: | changed from rworth to scott.gonzalez |
---|
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in [4911]. Added the following callbacks: dragStart, drag, dropStop, resizeStart, resize, resizeStop.
comment:6 Changed 14 years ago by
Milestone: | → 1.5 |
---|
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.