X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.data.ArrayReader.json;h=36f3ebe0e6939bc5d0924090b401ae352ce0d96c;hp=28722bc724b3919b43993390a8d44bfd27a2e1fb;hb=dc0deb4ab24ebb1144a9c7c0cea2e5d6bedb54e1;hpb=a3ba42edf373fc5f2c84815d46e1234a15ab0a12 diff --git a/docs/symbols/Roo.data.ArrayReader.json b/docs/symbols/Roo.data.ArrayReader.json index 28722bc724..36f3ebe0e6 100644 --- a/docs/symbols/Roo.data.ArrayReader.json +++ b/docs/symbols/Roo.data.ArrayReader.json @@ -8,7 +8,7 @@ "tree_parent" : [], "desc" : "Data reader class to create an Array of Roo.data.Record objects from an Array.\nEach element of that Array represents a row of data fields. The\nfields are pulled into a Record object using as a subscript, the mapping property\nof the field definition if it exists, or the field's ordinal position in the definition.
\n

\nExample code:.\n

\nvar RecordDef = Roo.data.Record.create([\n    {name: 'name', mapping: 1},         // \"mapping\" only needed if an \"id\" field is present which\n    {name: 'occupation', mapping: 2}    // precludes using the ordinal position as the index.\n]);\nvar myReader = new Roo.data.ArrayReader({\n    id: 0                     // The subscript within row Array that provides an ID for the Record (optional)\n}, RecordDef);\n
\n

\nThis would consume an Array like this:\n

\n[ [1, 'Bill', 'Gardener'], [2, 'Ben', 'Horticulturalist'] ]\n  
", "isSingleton" : false, - "isStatic" : false, + "isStatic" : true, "isBuiltin" : false, "isAbstract" : false, "isBuilderTop" : false, @@ -39,13 +39,13 @@ "name" : "id", "type" : "String", "desc" : "Name of the property within a row object that contains a record identifier value.\nas specified to {@link Roo.data.Record#create},\nor an {@link Roo.data.Record} object\n\n\ncreated using {@link Roo.data.Record#create}.", - "memberOf" : "Roo.data.ArrayReader" + "memberOf" : "" }, { "name" : "fields", "type" : "Array", "desc" : "Array of field definition objects", - "memberOf" : "Roo.data.ArrayReader" + "memberOf" : "" } ], "methods" : [