Functiondojox.data.XmlStore._getDeleteUrl

dojo.require("dojox.data.XmlStore");
defined in dojox/data/XmlStore.js

This default implementation returns 'url' with 'keyAttribute' as a query string. Sub-classes may override this method for the custom URL based on changes (new, deleted, or modified).

Usage

function (item) (view source)
parametertypedescription
item item to delete