Opened 12 years ago
Closed 12 years ago
#5929 closed defect (fixed)
[patch][cla] dijit.menuItem should have a setLabel function
Reported by: | guest | Owned by: | dylan |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 1.1b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Not sure if this.label needs to be maintained, but this would work... postCreate would then call this...
setLabel: function(/*String*/ value){ this.containerNode.innerHTML=this.label=value; }
schallm
Change History (4)
comment:1 Changed 12 years ago by
Milestone: | → 1.1 |
---|---|
Owner: | set to bill |
comment:2 Changed 12 years ago by
Owner: | changed from bill to dylan |
---|---|
Status: | new → assigned |
comment:3 Changed 12 years ago by
Summary: | dijit.menuItem should have a setLabel function → [patch][cla] dijit.menuItem should have a setLabel function |
---|
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [12582]) fixes #5929, dijit.menuItem should have a setLabel function !strict