X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/output/Ext.data.XmlWriter.html diff --git a/docs/output/Ext.data.XmlWriter.html b/docs/output/Ext.data.XmlWriter.html deleted file mode 100644 index db00a09a..00000000 --- a/docs/output/Ext.data.XmlWriter.html +++ /dev/null @@ -1,21 +0,0 @@ -
DataWriter XmlWriter
Package: | Ext.data |
Defined In: | XmlWriter.js |
Class: | XmlWriter |
Extends: | DataWriter |
Config Options | Defined 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 | |
listful : Boolean false by default. Set true to have the DataWriter always write HTTP params as a list,
-even when acting upon a single... false by default. Set true to have the DataWriter always write HTTP params as a list,
-even when acting upon a single record. | DataWriter | |
saveRecord : Function Abstract method that should be implemented in all subclasses
-(e.g.: JsonWriter.saveRecord | DataWriter | |
writeAllFields : Boolean false by default. Set true to have DataWriter return ALL fields of a modified
-record -- not just those that changed.... false by default. Set true to have DataWriter return ALL fields of a modified
-record -- not just those that changed.
-false to have DataWriter only request modified fields from a record. | DataWriter |
Property | Defined By | |
---|---|---|
meta : Mixed This DataWriter's configured metadata as passed to the constructor. | DataWriter |
Method | Defined By | |
---|---|---|
createRecord( Ext.data.Record rec )
- :
- voidcreateRecord createRecord Parameters:
| XmlWriter | |
destroyRecord( Ext.data.Record rec )
- :
- voiddestroyRecord destroyRecord Parameters:
| XmlWriter | |
render( String action , Record[] rs , Object http , Object data )
- :
- voidFinal action of a write event. Apply the written data-object to params. Final action of a write event. Apply the written data-object to params. Parameters:
| XmlWriter | |
updateRecord( Ext.data.Record rec )
- :
- voidupdateRecord updateRecord Parameters:
| XmlWriter | |
write( String action , Object params , Record/Record[] rs )
- :
- voidWrites data in preparation for server-write action. Simply proxies to DataWriter#update, DataWriter#create
-DataWrite... Writes data in preparation for server-write action. Simply proxies to DataWriter#update, DataWriter#create
-DataWriter#destroy. Parameters:
| DataWriter |