Ticket #2545 (closed defect: fixed)

Opened 21 months ago

Last modified 20 months ago

[dojo.data] fix callback names in Read API

Reported by: skinner Owned by: skinner
Priority: normal Milestone: 0.9
Component: Data Version: 0.4.1
Severity: normal Keywords:
Cc:

Description

At our IRC meeting on 2007-02-27 we resolved to change the names of the keyword arguments used for specifying callbacks in the dojo.data find/fetch methods. We need to update the doc-comments in the dojo.data.core.Read.js file accordingly. We also need to go through all the existing datastores and unit tests and change the names there.

old name      new name
------------  -----------
onbegin       onBegin
onnext        onItem
oncompleted   onCompleted
onerror       onError

Change History

Changed 20 months ago by peller

  • status changed from new to closed
  • resolution set to fixed

See #2704

Note: See TracTickets for help on using tickets.