Opened 11 years ago
Closed 8 years ago
#10596 closed enhancement (wontfix)
Add dojo.data support to Menu / MenuBar
Reported by: | seaneagan1 | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | future |
Component: | Dijit | Version: | 1.4.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The dojo.data support in Tree makes it very easy to use because you don't need to mess with the underlying _TreeNode widgets. Menu and MenuBar? are not quite as easy to use because you do have to use the underlying MenuItem? / PopupMenuItem? / MenuBarItem? / PopupMenuBarItem? widgets. The data model for menus is hierarchical just as with trees, so maybe the tree's model could be reused or abstracted.
Change History (2)
comment:1 Changed 11 years ago by
Milestone: | tbd → future |
---|
comment:2 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
dojo/data is deprecated and replaced by dojo/store.