Opened 15 years ago
Closed 15 years ago
#1684 closed feature (fixed)
Dialog Method - dialogInit()
Reported by: | rworth | Owned by: | rworth |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | ui | Version: | 1.2.1 |
Keywords: | dialog hidden until open is called | Cc: | |
Blocked by: | Blocking: |
Description
It would be great to have an option to create/init a dialog without opening it. Right now dialog() inits and opens the dialog. Please add a dialogInit() that would set-up but not open the dialog. Thank you.
Note: See
TracTickets for help on using
tickets.
+1 vote. Currently having to do $('#somediv').dialog().dialogClose(); is anoying and causes a slight loading flicker on some browsers.