#10735 closed feature (fixed)
Menu: create RadioButtonMenuItem
Reported by: | Ran Mory | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.9 |
Component: | Dijit | Version: | 1.4.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Does exist a dojo widget that combines the two widgets dijit.form.RadioButton and dijit.Menu ? like dijit.CheckedMenuItem (but this combine Menu with CheckBox). if not,I'm trying to add a radio button menu, it is added but the addition of the label gives this error :
this.containerNode is null [Break on this error] this.containerNode.innerHTML = this.label = content;
Attachments (1)
Change History (8)
Changed 11 years ago by
Attachment: | RadioMenu.html added |
---|
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Milestone: | tbd → future |
Summary: | combine dijit.form.RadioButton and dijit.Menu → Menu: create RadioButtonMenuItem |
Type: | defect → enhancement |
Nope, there's no such widget, it would be nice, although not sure exactly how it should work. I guess that clicking a RadioButtonMenuItem (or maybe "RadioMenuItem") will search for all other RadioButtonMenuItems in that menu w/the same name, and turn them off?
comment:2 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|---|
Owner: | set to Douglas Hays |
comment:3 Changed 8 years ago by
Component: | Dijit - Form → Dijit |
---|---|
Milestone: | future → 1.9 |
Owner: | changed from Douglas Hays to bill |
Status: | new → assigned |
Type: | enhancement → feature |
Will try to squeeze in to 1.9 beta. Looks pretty simple.
Note: See
TracTickets for help on using
tickets.
Exemple of adding dijit.form.RadioButton? to the dijit.Menu