Opened 12 years ago
Closed 11 years ago
#7421 closed bug (fixed)
Demo page for dialog should say String, Object for show option
Reported by: | etiger13 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | [meta] ui.docs | Version: | 1.8.13 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
On http://jqueryui.com/demos/dialog/#option-show, the option for show/hide should say it accepts either a String or an Object
$(ele).dialog({ show: { effect: 'drop', direction: "up" }, hide: { effect: 'drop', direction: "down" } });
Change History (4)
comment:1 Changed 12 years ago by
Component: | [meta] ui.demos → [meta] ui.docs |
---|
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
The examples are auto-generated. We actually create separate entries for options that accept multiple types. Check out dialog's button option for an example.
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Added the duplicate entries for show and hide.
Note: See
TracTickets for help on using
tickets.
updated the input type on http://docs.jquery.com/UI/API/1.8/Dialog but not sure how to add an example.