Opened 14 years ago
Closed 14 years ago
#2825 closed task (wontfix)
Toggler: port to dijit
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This is just a declarative way to trigger a TooltipDialog?, or show/hide another node.
Change History (2)
comment:1 Changed 14 years ago by
Component: | Widgets → Dijit |
---|
comment:2 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Decided not to port this widget; it's too trivial, and also, the TooltipDialog? will be based on Dialog so you close it by pressing the "OK" button in the dialog. So all this widget would do would be dijit.byId('foo').show()... which can easily be done w/a normal button.