Bug Tracker

Ticket #2437 (closed enhancement: fixed)

Opened 9 months ago

Last modified 9 months ago

Add a resize callback to dialog options

Reported by: natecavanaugh Assigned to: scott.gonzalez
Type: enhancement Priority: minor
Milestone: 1.2.4 Component: ui
Version: 1.2.3 Keywords:
Cc: Needs: Review

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.

Attachments

Change History

Changed 9 months ago by natecavanaugh

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.

Changed 9 months ago by paul

  • owner changed from paul to rworth

Changed 9 months ago by paul

  • owner changed from rworth to scott.gonzalez

Changed 9 months ago by scott.gonzalez

  • status changed from new to closed
  • resolution set to fixed

Fixed in [4911]. Added the following callbacks: dragStart, drag, dropStop, resizeStart, resize, resizeStop.

Note: See TracTickets for help on using tickets.