X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.data.JsonStore.json;h=6b919bd126fe8026959fcf9d20485b999773d95e;hp=665767740cfc1ac43d05b7e5e1a137a76ff46a1d;hb=bf93a181bcf69830bec36b29d1b1a33dc9ecd88e;hpb=5ecba872c79bd4b91f172e96b81bab55cf009a12 diff --git a/docs/symbols/Roo.data.JsonStore.json b/docs/symbols/Roo.data.JsonStore.json index 665767740c..6b919bd126 100644 --- a/docs/symbols/Roo.data.JsonStore.json +++ b/docs/symbols/Roo.data.JsonStore.json @@ -34,67 +34,89 @@ "name" : "listeners", "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" + "memberOf" : "Roo.util.Observable", + "isOptional" : false, + "optvalues" : [] }, { "name" : "fields", "type" : "Array", "desc" : "An array of field definition objects, or field name strings.", - "memberOf" : "" + "memberOf" : "", + "isOptional" : false, + "optvalues" : [] }, { "name" : "proxy", "type" : "Roo.data.DataProxy", - "desc" : "[required] The Proxy object which provides access to a data object.", - "memberOf" : "Roo.data.Store" + "desc" : "The Proxy object which provides access to a data object.", + "memberOf" : "Roo.data.Store", + "isOptional" : false, + "optvalues" : [] }, { "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" + "memberOf" : "Roo.data.Store", + "isOptional" : false, + "optvalues" : [] }, { "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" + "memberOf" : "Roo.data.Store", + "isOptional" : false, + "optvalues" : [] }, { "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" + "memberOf" : "Roo.data.Store", + "isOptional" : false, + "optvalues" : [] }, { "name" : "data", "type" : "Array", "desc" : "Inline data to be loaded when the store is initialized.", - "memberOf" : "Roo.data.Store" + "memberOf" : "Roo.data.Store", + "isOptional" : false, + "optvalues" : [] }, { "name" : "sortInfo", "type" : "Object", "desc" : "A config object in the format: {field: \"fieldName\", direction: \"ASC|DESC\"}", - "memberOf" : "Roo.data.Store" + "memberOf" : "Roo.data.Store", + "isOptional" : false, + "optvalues" : [] }, { "name" : "baseParams", "type" : "Object", "desc" : "An object containing properties which are to be sent as parameters\non any HTTP request", - "memberOf" : "Roo.data.Store" + "memberOf" : "Roo.data.Store", + "isOptional" : false, + "optvalues" : [] }, { "name" : "reader", "type" : "Roo.data.DataReader", - "desc" : "[required] 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" + "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", + "isOptional" : false, + "optvalues" : [] }, { "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" + "memberOf" : "Roo.data.Store", + "isOptional" : false, + "optvalues" : [] } ], "methods" : [ @@ -844,7 +866,7 @@ { "name" : "append", "type" : "Boolean", - "desc" : "(Optional) True to append the new Records rather than replace the existing cache.", + "desc" : "True to append the new Records rather than replace the existing cache.", "isOptional" : false } ],