Ticket #5939 (new enhancement)

Opened 5 months ago

Last modified 2 days ago

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

Changed 5 months ago by alex

  • keywords dijit, data, binding, mixin added
  • owner changed from anonymous to jaredj
  • component changed from General to Data

Changed 2 days ago by jaredj

  • description modified (diff)
  • milestone changed from 1.2 to 1.3

Not enough time remaining in 1.2 to make a sweeping dijit change. Therefore moving this out.

Note: See TracTickets for help on using tickets.