Side navigation
#1684 closed feature (fixed)
Opened September 19, 2007 05:44PM UTC
Closed October 23, 2007 04:28PM UTC
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.
+1 vote. Currently having to do $('#somediv').dialog().dialogClose(); is anoying and causes a slight loading flicker on some browsers.