X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/output/Ext.ux.grid.HybridSummary.html diff --git a/docs/output/Ext.ux.grid.HybridSummary.html b/docs/output/Ext.ux.grid.HybridSummary.html new file mode 100644 index 00000000..2ffcb27e --- /dev/null +++ b/docs/output/Ext.ux.grid.HybridSummary.html @@ -0,0 +1,200 @@ +
Properties Methods Events Config Options Direct Link
Observable
  GroupSummary
    HybridSummary

Class Ext.ux.grid.HybridSummary

Package:Ext.ux.grid
Defined In:GroupSummary.js
Class:HybridSummary
Extends:GroupSummary
Adds capability to specify the summary data for the group via json as illustrated here: +
{
+    data: [
+        {
+            projectId: 100,     project: 'House',
+            taskId:    112, description: 'Paint',
+            estimate:    6,        rate:     150,
+            due:'06/24/2007'
+        },
+        ...
+    ],
+
+    summaryData: {
+        'House': {
+            description: 14, estimate: 9,
+                   rate: 99, due: new Date(2009, 6, 29),
+                   cost: 999
+        }
+    }
+}

Config Options

Config OptionsDefined By
 summaryType : String
The type of +calculation to be used for the column. For options available see +Calculations.
GroupSummary

Public Properties

PropertyDefined By

Public Methods

MethodDefined By

Public Events

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