Search and Top Navigation
#1684 closed feature (fixed)
Opened September 19, 2007 05:44PM UTC
Closed October 23, 2007 04:28PM UTC
Last modified February 26, 2009 11:09AM UTC
Dialog Method - dialogInit()
Reported by: | rworth | Owned by: | rdworth |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | ui.core | 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.
Attachments (0)
Change History (4)
Changed October 19, 2007 01:39AM UTC by comment:1
Changed October 23, 2007 04:28PM UTC by comment:2
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in rev3722
Changed May 24, 2008 03:39AM UTC by comment:3
milestone: | 1.2.2 |
---|
Milestone 1.2.2 deleted
Changed February 26, 2009 11:09AM UTC by comment:4
milestone: | → 1.5 |
---|
+1 vote. Currently having to do $('#somediv').dialog().dialogClose(); is anoying and causes a slight loading flicker on some browsers.