X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/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 deleted file mode 100644 index 813049bd..00000000 --- a/docs/output/Ext.ux.grid.HybridSummary.html +++ /dev/null @@ -1,238 +0,0 @@ -
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