Opened 15 years ago
Closed 14 years ago
#1013 closed enhancement (fixed)
toolbar widget: function to remove items
Reported by: | Owned by: | liucougar | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
it might be usefull to add the ability to remove items from the toolbar widget (remove by name or remove all)
Change History (4)
comment:1 Changed 15 years ago by
Milestone: | → 0.5 |
---|
comment:2 Changed 14 years ago by
Milestone: | 0.9 |
---|
comment:3 Changed 14 years ago by
Component: | Widgets → Dijit |
---|---|
Milestone: | → 0.9 |
Owner: | changed from anonymous to liucougar |
Note: See
TracTickets for help on using
tickets.
Once we port the toolbar to 0.9, you'll be able to add/remove children just be removing the child ToolbarButton? widgets, or by calling removeChild(), I think. That should solve the problem.