#15499 closed enhancement (fixed)
Add dojox/mvc/WidgetList as a better way to support programmatic repeat .
Reported by: | Ed Chatelain | Owned by: | Ed Chatelain |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | DojoX MVC | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
The mvc/Repeat support was not usable programatically with a templated widget. WidgetList is being added to support for programmatic creation of a repeating templated widget. It can also be used declaratively and it may replace mvc/Repeat for all cases, if so, we will deprecate mvc/Repeat in favor of WidgetList.
Attachments (2)
Change History (7)
comment:1 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|---|
Priority: | undecided → high |
Status: | new → assigned |
Changed 9 years ago by
Attachment: | mvc-WidgetList-15499.patch added |
---|
comment:2 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Changed 9 years ago by
Attachment: | mvc-WidgetList-15499-update.patch added |
---|
Updates to WidgetList? tests and a small update to WidgetList?.
Note: See
TracTickets for help on using
tickets.
The update for the WidgetList? support and tests.