X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.data.JsonStore.json;h=56e1817ce59f59b37fb88fd786a66bb876f4ba12;hb=5192c8ded699306d6e8b6c7dc87d60e83c15eb94;hp=68aa611af11a19b997e05e29af79e911179aabf4;hpb=82dd7a0747dd299cfeb58f1fef0b54678d761ac9;p=roojs1 diff --git a/docs/symbols/Roo.data.JsonStore.json b/docs/symbols/Roo.data.JsonStore.json index 68aa611af1..56e1817ce5 100644 --- a/docs/symbols/Roo.data.JsonStore.json +++ b/docs/symbols/Roo.data.JsonStore.json @@ -28,77 +28,77 @@ "type" : "Object", "desc" : "list of events and functions to call for this object, \nFor example :\n
\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  
", "memberOf" : "Roo.util.Observable", - "optvals" : [] + "values" : [] }, { "name" : "fields", "type" : "Array", "desc" : "An array of field definition objects, or field name strings.", "memberOf" : "Roo.data.JsonStore", - "optvals" : [] + "values" : [] }, { "name" : "proxy", "type" : "Roo.data.DataProxy", "desc" : "The Proxy object which provides access to a data object.", "memberOf" : "Roo.data.Store", - "optvals" : [] + "values" : [] }, { "name" : "multiSort", "type" : "Boolean", "desc" : "enable multi column sorting (sort is based on the order of columns, remote only at present)", "memberOf" : "Roo.data.Store", - "optvals" : [] + "values" : [] }, { "name" : "pruneModifiedRecords", "type" : "boolean", "desc" : "True to clear all modified record information each time the store is\nloaded or when a record is removed. (defaults to false).", "memberOf" : "Roo.data.Store", - "optvals" : [] + "values" : [] }, { "name" : "remoteSort", "type" : "boolean", "desc" : "True if sorting is to be handled by requesting the Proxy to provide a refreshed\nversion of the data object in sorted order, as opposed to sorting the Record cache in place (defaults to false).", "memberOf" : "Roo.data.Store", - "optvals" : [] + "values" : [] }, { "name" : "data", "type" : "Array", "desc" : "Inline data to be loaded when the store is initialized.", "memberOf" : "Roo.data.Store", - "optvals" : [] + "values" : [] }, { "name" : "sortInfo", "type" : "Object", "desc" : "A config object in the format: {field: \"fieldName\", direction: \"ASC|DESC\"}", "memberOf" : "Roo.data.Store", - "optvals" : [] + "values" : [] }, { "name" : "baseParams", "type" : "Object", "desc" : "An object containing properties which are to be sent as parameters\non any HTTP request", "memberOf" : "Roo.data.Store", - "optvals" : [] + "values" : [] }, { "name" : "reader", "type" : "Roo.data.Reader", "desc" : "The Reader object which processes the data object and returns\nan Array of Roo.data.record objects which are cached keyed by their id property.", "memberOf" : "Roo.data.Store", - "optvals" : [] + "values" : [] }, { "name" : "isLocal", "type" : "boolean", "desc" : "flag if data is locally available (and can be always looked up\nwithout a remote query - used by combo/forms at present.", "memberOf" : "Roo.data.Store", - "optvals" : [] + "values" : [] } ], "methods" : [