Search and Top Navigation
#5459 closed enhancement (fixed)
Opened March 31, 2010 04:53PM UTC
Closed July 14, 2010 08:48PM UTC
Last modified November 19, 2010 06:26PM UTC
Dialog: expose .position() API
Reported by: | scottgonzalez | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8.3 |
Component: | ui.dialog | Version: | 1.8 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Update the position option to accept a hash to pass through to .position().
See #5458.
I sent a pull request for a patch that adds the ability to use ui.position arguments to position dialogs: http://github.com/bhollis/jquery-ui/commit/9c9a22c47e96362e38b29fed4c615e795a17dc5c
Note that my patch preserves all the current documented ways of setting position (string, array) but not the undocumented object argument.