#3578 closed defect (fixed)
DropDownButton / ComboButton: convert to be hierarchical
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Change code so drop down widget is contained in the drop down button:
<button dojoType="dijit.form.DropDownButton" iconClass="noteIcon"> <span>Edit<b>!</b></span> <div dojoType="dijit.PopupMenu"> ... </div> </button>
Change History (2)
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [9397]) Fixes #3578: DropDownButton? / ComboButton?: convert to be hierarchical. Changed code so drop down widget is a child of the drop down button