#3349 closed task (fixed)
ToggleButton: implement
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Button that you can be in selected or deselected state, useful as base class for checkbox/radio/dropdown button, perhaps.
I've checked in code for ToggleButton? already, but needs to be cleaned up a bit; I suppose there should be onSelected() and onDeselected() methods the user can define, or something like that.
Change History (5)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [9223]) Finish up implementation of ToggleButton? (with onChange()) handler to be called when the state changes.
Make Checkbox better leverage ToggleButton?, and simplify the logic some. Seems to work for mouse and keyboard (on IE/FF).
Fixes #3349.
comment:5 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [9003]) Fix comments/behavior for ToggleButton?. Still more changes needed. Refs #3349.