~cdparra/gelee/trunk

« back to all changes in this revision

Viewing changes to webui/ecosystem/workspace/extjs/docs/source/XmlWriter.html

  • Committer: parra
  • Date: 2010-03-15 15:56:56 UTC
  • Revision ID: svn-v4:ac5bba68-f036-4e09-846e-8f32731cc928:trunk/gelee:1448
merged gelee at svn

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
  <title>The source code</title>
 
4
    <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
 
5
    <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
 
6
</head>
 
7
<body  onload="prettyPrint();">
 
8
    <pre class="prettyprint lang-js"><div id="cls-Ext.data.XmlWriter"></div>/**
 
9
 * @class Ext.data.XmlWriter
 
10
 * @extends Ext.data.DataWriter
 
11
 * DataWriter extension for writing an array or single {@link Ext.data.Record} object(s) in preparation for executing a remote CRUD action via XML.
 
12
 */
 
13
Ext.data.XmlWriter = Ext.extend(Ext.data.DataWriter, {
 
14
    <div id="method-Ext.data.XmlWriter-render"></div>/**
 
15
     * Final action of a write event.  Apply the written data-object to params.
 
16
     * @param {String} action [Ext.data.Api.create|read|update|destroy]
 
17
     * @param {Record[]} rs
 
18
     * @param {Object} http params
 
19
     * @param {Object} data object populated according to DataReader meta-data "root" and "idProperty"
 
20
     */
 
21
    render : function(action, rs, params, data) {
 
22
        // no impl.
 
23
    },
 
24
    <div id="method-Ext.data.XmlWriter-createRecord"></div>/**
 
25
     * createRecord
 
26
     * @param {Ext.data.Record} rec
 
27
     */
 
28
    createRecord : function(rec) {
 
29
        // no impl
 
30
    },
 
31
    <div id="method-Ext.data.XmlWriter-updateRecord"></div>/**
 
32
     * updateRecord
 
33
     * @param {Ext.data.Record} rec
 
34
     */
 
35
    updateRecord : function(rec) {
 
36
        // no impl.
 
37
 
 
38
    },
 
39
    <div id="method-Ext.data.XmlWriter-destroyRecord"></div>/**
 
40
     * destroyRecord
 
41
     * @param {Ext.data.Record} rec
 
42
     */
 
43
    destroyRecord : function(rec) {
 
44
        // no impl
 
45
    }
 
46
});</pre>    
 
47
</body>
 
48
</html>
 
 
b'\\ No newline at end of file'