Ticket #8105 (new defect)

Opened 8 weeks ago

instances created by dojox.widget.Iterator have no way to see their data

Reported by: alex Owned by: alex
Priority: normal Milestone: tbd
Component: DojoX Widgets Version: 1.2.1
Severity: major Keywords: iterator, declaration, data
Cc:

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.

Note: See TracTickets for help on using tickets.