Opened 8 years ago
Closed 5 years ago
#16354 closed defect (patchwelcome)
dojox/layout/TableContainer cannot show the correct title when using dijit/form/ToggleButton
Reported by: | vtsuper | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.13 |
Component: | DojoX Layout | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The following code works great when using other dijit/form elements except dijit/form/ToggleButton,
the table label will show "Waiting List" rather than "Status:"
<div data-dojo-type="dojox/layout/TableContainer" data-dojo-props="cols:2, customClass:'labelsAndValues'"> <input data-dojo-type="dijit/form/ToggleButton" data-dojo-props="name:'waitingBtn', title:'Status:', label:'Waiting List'"> </div>
Attachments (1)
Change History (3)
Changed 8 years ago by
comment:1 Changed 8 years ago by
Component: | General → DojoX Layout |
---|
comment:2 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
Given that no one has shown interest in creating a patch in the past 2+ years, I'm closing this as patchwelcome.
Note: See
TracTickets for help on using
tickets.
correct is "Status:"