Opened 13 years ago
Closed 13 years ago
#3299 closed enhancement (fixed)
0.9: Add in getLabel() and getLabelAttributes() api to dojo.data.api.Read
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Data | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
0.9: Add in getLabel() and getLabelAttributes() api to dojo.data.api.Read
Adding a function to simplify getting a human-readable label for an item in a store as well as a function to identify which attributes were used to construct the label, if any (so they can be excluded on a UI if so desired.)
Attachments (2)
Change History (5)
Changed 13 years ago by
Attachment: | dojo.data_label_20070607.patch added |
---|
Changed 13 years ago by
Attachment: | dojox.data_label_20070607.patch added |
---|
Patch to all additional stores in dojox for getLabel.
comment:1 Changed 13 years ago by
Additions tested and passed on:
Windows:
IE 6 IE 7 Firefox 2.0.0.4 Seamonkey 1.1.1 Opera 9.2
Linux (x86):
Firefox 2.0.0.3
OS-X:
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Patch to Read.js API definition for label and update to JsonItemStore? + UT