Ticket #5939 (new enhancement)
extract a dijit._DataBound mixin, refactor data-bound widgets to use it
| Reported by: | alex | Owned by: | jaredj |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3 |
| Component: | Data | Version: | 1.0 |
| Severity: | normal | Keywords: | dijit, data, binding, mixin |
| Cc: |
Description (last modified by jaredj) (diff)
currently, many widgets have some common data-binding properties and events. These should be extracted and codified. Namely, the following seem important for a first cut:
{
store: null,
query: null,
pageSize: 100,
...
}
Change History
Note: See
TracTickets for help on using
tickets.