Opened 14 years ago
Closed 14 years ago
#3356 closed defect (fixed)
0.9: Update OpmlStore getLabel to allow setting of which attribute is label. Should not always be 'text'
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Data | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
0.9: Update OpmlStore? getLabel to allow setting of which attribute is label. Should not always be 'text'
The Opml format allows for any number of attributes and does not require 'test' or 'type', even though they are the most common to see. Therefore, OpmlStore? should allow the constructor to define which to use as the label, with the default as being 'text' if none were specified.
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | dojox.data_OpmlStore_20070611.patch added |
---|
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [9016]) Fixing OpmlStore? to allow setting of which attribute acts as label. fixes #3356
Note: See
TracTickets for help on using
tickets.
Minor patch to allow for configurable label.