Opened 15 years ago
Closed 14 years ago
#899 closed enhancement (fixed)
ComboBox missing findLabel function
Reported by: | Owned by: | Douglas Hays | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Widgets | Version: | 0.3 |
Keywords: | Combobox | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
ComboBox? should have findLabel function to find label according to some key.. Then when setting programmaticaly values to ComboBox? when only key is known, it would be easy, like this (using select widget as example):
var myLabel = mySelectWidget.findLabel(key); mySelectWidget.setAllValues(key,label);
Change History (6)
comment:1 Changed 15 years ago by
Milestone: | 0.3.1 → 0.4 |
---|
comment:2 Changed 14 years ago by
Owner: | changed from anonymous to alex |
---|
comment:3 Changed 14 years ago by
Milestone: | 0.4 → 0.5 |
---|---|
Type: | defect → enhancement |
I think a patch would make this a lot more likely to happen soon (hint hint :) )
comment:4 Changed 14 years ago by
Owner: | changed from alex to Douglas Hays |
---|
Note: See
TracTickets for help on using
tickets.
Deferring just because at this point we can't accept new bugs against 0.3.1 except for exceptional cases.