dojox.data.XmlStore.newItem
dojo.require("dojox.data.XmlStore");
defined in dojox/data/XmlStore.js
At least, 'keywordArgs' must contain "tagName" to be used for the new element. Other attributes in 'keywordArgs' are set to the new element, including "text()", but excluding "childNodes".
Usage
function (/*Object?*/ keywordArgs) (view source)
parameter | type | description |
---|---|---|
keywordArgs | Object | Optional. An object containing initial attributes |