Opened 15 years ago
Closed 12 years ago
#2358 closed enhancement (invalid)
ui dialog show and hide overrides
Reported by: | mnichols | Owned by: | rworth |
---|---|---|---|
Priority: | major | Milestone: | 1.2.4 |
Component: | ui | Version: | 1.2.3 |
Keywords: | dialog show hide | Cc: | |
Blocked by: | Blocking: |
Description
There is no way to control the behaviour of the show() and hide() calls on ui dialog. Therefore applying effects to the dialog is impossible, making the dialog presentation...bland. This patch adds 'show' and 'hide' options accepting the uiDialog object to uiDialog.show() and uiDialog.hide() respectively. This lets the dev in the options do (using fx): show: function(dialog){ $j(dialog).show('drop',{ direction: 'down',duration:1500 }); }, hide: function(dialog){ $j(dialog).hide('drop',{ direction: 'down',duration:800 }); }
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | uidroppable-show_and_hideoverrides.patch added |
---|
comment:1 Changed 15 years ago by
Owner: | changed from paul to rworth |
---|
comment:2 Changed 15 years ago by
Status: | new → assigned |
---|
comment:3 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Not a jQuery core bug.
Note: See
TracTickets for help on using
tickets.
show and hide ui dialog