Opened 12 years ago
Closed 8 years ago
#8105 closed defect (patchwelcome)
instances created by dojox.widget.Iterator have no way to see their data
Reported by: | alex | Owned by: | dylan |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | DojoX Widgets | Version: | 1.2.1 |
Keywords: | iterator, declaration, data | Cc: | |
Blocked By: | Blocking: |
Description
instances of dojox.widget.Iterator, today, have no way of knowing what the properties of the data items they're created from or and have no way to specify properties which they may be interested in. The attrs array is created by parsing "${...}" expressions, but there's no way to provide "seed" list of attributes, nor is the data item/store pair or data object ever stored as a property of instances.
These limitations, combined with an inability to provide a constructor method in markup (<script type="dojo/method">
declarations are gobbled by the class constructor), leave widget authors with little recourse.
Change History (3)
comment:1 Changed 12 years ago by
Milestone: | tbd → future |
---|
comment:2 Changed 10 years ago by
Owner: | changed from alex to dylan |
---|
comment:3 Changed 8 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
Abandoned widget, old alex ticket, a valid point, but unlikely to get any action. Closing as patches welcome.
please review/triage