#4779 closed defect (fixed)
TextBox widgets: api inconsistency to get displayed value?
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
For CurrencyTextBox? to get the displayed value you call getTextValue(), but for ComboBox? etc. you call getDisplayedValue(). Thus I'm having to put both into InlineEditBox?. Can we standardize on one name?
Change History (2)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [11078]) Fixes #4779, #4780. Renamed getTextValue to getDisplayedValue and added setDisplayedValue to TextBox?.