X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/GroupingSummary.html diff --git a/docs/source/GroupingSummary.html b/docs/source/GroupingSummary.html index efa6afc4..4241da8a 100644 --- a/docs/source/GroupingSummary.html +++ b/docs/source/GroupingSummary.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.grid.feature.GroupingSummary
  * @extends Ext.grid.feature.Grouping
  * 
@@ -28,7 +45,7 @@
  * not specified the default calculated value is shown. The summaryRenderer is called with:
  *
  *  - value {Object} - The calculated value.
- *  - data {Object} - Contains all raw summary values for the row.
+ *  - summaryData {Object} - Contains all raw summary values for the row.
  *  - field {String} - The name of the field we are calculating
  * 
  * ## Example Usage
@@ -99,7 +116,7 @@ Ext.define('Ext.grid.feature.GroupingSummary', {
     /* End Definitions */
 
      
-   /**
+   /**
     * Modifies the row template to include the summary row.
     * @private
     * @return {String} The modified template
@@ -115,7 +132,7 @@ Ext.define('Ext.grid.feature.GroupingSummary', {
         return tpl;
     },
     
-    /**
+    /**
      * Gets any fragments needed for the template.
      * @private
      * @return {Object} The fragments
@@ -133,7 +150,7 @@ Ext.define('Ext.grid.feature.GroupingSummary', {
         return fragments;
     },
     
-    /**
+    /**
      * Gets the data for printing a template row
      * @private
      * @param {Number} index The index in the template
@@ -157,7 +174,7 @@ Ext.define('Ext.grid.feature.GroupingSummary', {
         return data;
     },
     
-    /**
+    /**
      * Generates all of the summary data to be used when processing the template
      * @private
      * @return {Object} The summary data
@@ -182,7 +199,7 @@ Ext.define('Ext.grid.feature.GroupingSummary', {
             data[groups[i].name] = {};
         }
         
-    /**
+    /**
      * @cfg {String} remoteRoot.  The name of the property
      * which contains the Array of summary objects.  Defaults to <tt>undefined</tt>.
      * It allows to use server-side calculated summaries.
@@ -216,4 +233,6 @@ Ext.define('Ext.grid.feature.GroupingSummary', {
         return data;
     }
 });
-
\ No newline at end of file +
+ +