Changes between Initial Version and Version 1 of Ticket #3347
- Timestamp:
- Jun 11, 2007, 11:20:15 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3347
-
Property
Summary
changed from
FilteringSelect: should call getIdentity() and getLabel()
toFilteringSelect: should call getIdentity()
-
Property
Summary
changed from
-
Ticket #3347 – Description
initial v1 1 FilteringSelect should call getIdentity() and getLabel() by default, to get the default key and label for each entry in the drop down list. Should be able to override the functions that generates the label and the key, but the default should be to just use the data store's builtin functions.1 FilteringSelect should call getIdentity() to get the key for each entry in the drop down list. 2 2 3 Jared has already implemented get Label() in JsonItemStore, so3 Jared has already implemented getIdentity() in JsonItemStore, so 4 4 JsonItemStore should have everything you need. In the unit tests 5 5 there's a data file that serves as an example of how to specify item