X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/output/Ext.data.JsonWriter.html diff --git a/docs/output/Ext.data.JsonWriter.html b/docs/output/Ext.data.JsonWriter.html new file mode 100644 index 00000000..1bc9405f --- /dev/null +++ b/docs/output/Ext.data.JsonWriter.html @@ -0,0 +1,29 @@ +
Properties Methods Events Config Options Direct Link
DataWriter
  JsonWriter

Class Ext.data.JsonWriter

Package:Ext.data
Defined In:JsonWriter.js
Class:JsonWriter
Extends:DataWriter
DataWriter extension for writing an array or single Ext.data.Record object(s) in preparation for executing a remote CRUD action.

Config Options

Config OptionsDefined By
 createRecord : Function
Abstract method that should be implemented in all subclasses +(e.g.: JsonWriter.createRecord)
DataWriter
 destroyRecord : Function
Abstract method that should be implemented in all subclasses +(e.g.: JsonWriter.destroyRecord)
DataWriter
 returnJson : Boolean
Deprecated. Use Ext.data.JsonWriter.encode instead.
JsonWriter
 saveRecord : Function
Abstract method that should be implemented in all subclasses +(e.g.: JsonWriter.saveRecord
DataWriter

Public Properties

PropertyDefined By
 meta : Mixed
This DataWriter's configured metadata as passed to the constructor.
DataWriter

Public Methods

MethodDefined By

Public Events

This class has no public events.
\ No newline at end of file