Fix #7581 - selection of blocks
[roojs1] / docs / symbols / Roo.grid.EditorGrid.json
index 533f82e..d903a9c 100644 (file)
   "requires" : "",
   "config" : [
     {
-      "name" : "listeners",
-      "type" : "Object",
-      "desc" : "list of events and functions to call for this object, \nFor example :\n<pre><code>\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  </code></pre>",
-      "memberOf" : "Roo.util.Observable",
+      "name" : "trackMouseOver",
+      "type" : "Boolean",
+      "desc" : "True to highlight rows when the mouse is over. Default is true.",
+      "memberOf" : "Roo.grid.Grid",
       "isOptional" : false,
       "optvals" : []
     },
     {
-      "name" : "autoSizeColumns",
-      "type" : "Boolean",
-      "desc" : "True to automatically resize the columns to fit their content\n<b>on initial render.</b> It is more efficient to explicitly size the columns\nthrough the ColumnModel's {@link Roo.grid.ColumnModel#width} config option.  Default is false.",
+      "name" : "ddText",
+      "type" : "String",
+      "desc" : "Configures the text is the drag proxy (defaults to \"%0 selected row(s)\").\n%0 is replaced with the number of selected rows.",
+      "memberOf" : "Roo.grid.Grid",
+      "isOptional" : false,
+      "optvals" : []
+    },
+    {
+      "name" : "autoExpandMax",
+      "type" : "Number",
+      "desc" : "The maximum width the autoExpandColumn can have (if enabled). Default is 1000.",
       "memberOf" : "Roo.grid.Grid",
       "isOptional" : false,
       "optvals" : []
       "optvals" : []
     },
     {
-      "name" : "maxRowsToMeasure",
+      "name" : "view",
+      "type" : "Roo.grid.GridView",
+      "desc" : "The view that renders the grid (default = Roo.grid.GridView)",
+      "memberOf" : "Roo.grid.Grid",
+      "isOptional" : false,
+      "optvals" : []
+    },
+    {
+      "name" : "stripeRows",
       "type" : "Boolean",
-      "desc" : "If autoSizeColumns is on, maxRowsToMeasure can be used to limit the number of\nrows measured to get a columns size. Default is 0 (all rows).",
+      "desc" : "True to stripe the rows.  Default is true.",
       "memberOf" : "Roo.grid.Grid",
       "isOptional" : false,
       "optvals" : []
       "optvals" : []
     },
     {
-      "name" : "ddText",
-      "type" : "String",
-      "desc" : "Configures the text is the drag proxy (defaults to \"%0 selected row(s)\").\n%0 is replaced with the number of selected rows.",
+      "name" : "monitorWindowResize",
+      "type" : "Boolean",
+      "desc" : "True to autoSize the grid when the window resizes. Default is true.",
       "memberOf" : "Roo.grid.Grid",
       "isOptional" : false,
       "optvals" : []
     },
     {
-      "name" : "toolbar",
-      "type" : "Roo.Toolbar",
-      "desc" : "a toolbar for buttons etc.",
+      "name" : "enableRowHeightSync",
+      "type" : "Boolean",
+      "desc" : "True to manually sync row heights across locked and not locked rows. Default is false.",
       "memberOf" : "Roo.grid.Grid",
       "isOptional" : false,
       "optvals" : []
     },
     {
-      "name" : "autoExpandColumn",
-      "type" : "String",
-      "desc" : "The id (or dataIndex) of a column in this grid that should expand to fill unused space. This id can not be 0. Default is false.",
+      "name" : "ds",
+      "type" : "Roo.data.Store",
+      "desc" : "The data store for the grid",
       "memberOf" : "Roo.grid.Grid",
       "isOptional" : false,
       "optvals" : []
     },
     {
-      "name" : "autoExpandMax",
-      "type" : "Number",
-      "desc" : "The maximum width the autoExpandColumn can have (if enabled). Default is 1000.",
+      "name" : "autoSizeHeaders",
+      "type" : "Boolean",
+      "desc" : "True to measure headers with column data when auto sizing columns. Default is true.",
       "memberOf" : "Roo.grid.Grid",
       "isOptional" : false,
       "optvals" : []
     },
     {
-      "name" : "enableRowHeightSync",
-      "type" : "Boolean",
-      "desc" : "True to manually sync row heights across locked and not locked rows. Default is false.",
+      "name" : "toolbar",
+      "type" : "Roo.Toolbar",
+      "desc" : "a toolbar for buttons etc.",
       "memberOf" : "Roo.grid.Grid",
       "isOptional" : false,
       "optvals" : []
     },
     {
-      "name" : "enableDrop",
-      "type" : "Boolean",
-      "desc" : "True to enable drop of elements. Default is false. (double check if this is needed?)",
+      "name" : "sm",
+      "type" : "Roo.grid.AbstractSelectionModel",
+      "desc" : "The selection Model (default = Roo.grid.RowSelectionModel)",
       "memberOf" : "Roo.grid.Grid",
       "isOptional" : false,
       "optvals" : []
     },
     {
-      "name" : "monitorWindowResize",
-      "type" : "Boolean",
-      "desc" : "True to autoSize the grid when the window resizes. Default is true.",
-      "memberOf" : "Roo.grid.Grid",
+      "name" : "listeners",
+      "type" : "Object",
+      "desc" : "list of events and functions to call for this object, \nFor example :\n<pre><code>\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  </code></pre>",
+      "memberOf" : "Roo.util.Observable",
       "isOptional" : false,
       "optvals" : []
     },
     {
-      "name" : "autoExpandMin",
-      "type" : "Number",
-      "desc" : "The minimum width the autoExpandColumn can have (if enabled).\nDefault is 50.",
+      "name" : "enableColumnHide",
+      "type" : "Boolean",
+      "desc" : "True to enable hiding of columns with the header context menu. Default is true.",
       "memberOf" : "Roo.grid.Grid",
       "isOptional" : false,
       "optvals" : []
     },
     {
-      "name" : "view",
-      "type" : "Roo.grid.GridView",
-      "desc" : "The view that renders the grid (default = Roo.grid.GridView)",
+      "name" : "enableColumnMove",
+      "type" : "Boolean",
+      "desc" : "True to enable drag and drop reorder of columns. Default is true.",
       "memberOf" : "Roo.grid.Grid",
       "isOptional" : false,
       "optvals" : []
     },
     {
-      "name" : "ds",
-      "type" : "Roo.data.Store",
-      "desc" : "The data store for the grid",
+      "name" : "dragGroup",
+      "type" : "String",
+      "desc" : "- drag group (?? not sure if needed.)",
       "memberOf" : "Roo.grid.Grid",
       "isOptional" : false,
       "optvals" : []
       "optvals" : []
     },
     {
-      "name" : "enableDrag",
-      "type" : "Boolean",
-      "desc" : "True to enable drag of rows. Default is false. (double check if this is needed?)",
+      "name" : "footer",
+      "type" : "Roo.PagingToolbar",
+      "desc" : "the paging toolbar",
       "memberOf" : "Roo.grid.Grid",
       "isOptional" : false,
       "optvals" : []
     },
     {
-      "name" : "autoWidth",
+      "name" : "enableDragDrop",
       "type" : "Boolean",
-      "desc" : "True to set the grid's width to the default total width of the grid's columns instead\nof a fixed width. Default is false.",
-      "memberOf" : "Roo.grid.Grid",
-      "isOptional" : false,
-      "optvals" : []
-    },
-    {
-      "name" : "maxHeight",
-      "type" : "Number",
-      "desc" : "Sets the maximum height of the grid - ignored if autoHeight is not on.",
+      "desc" : "True to enable drag and drop of rows. Default is false.",
       "memberOf" : "Roo.grid.Grid",
       "isOptional" : false,
       "optvals" : []
     },
     {
-      "name" : "trackMouseOver",
+      "name" : "enableDrop",
       "type" : "Boolean",
-      "desc" : "True to highlight rows when the mouse is over. Default is true.",
+      "desc" : "True to enable drop of elements. Default is false. (double check if this is needed?)",
       "memberOf" : "Roo.grid.Grid",
       "isOptional" : false,
       "optvals" : []
     },
     {
-      "name" : "loadMask",
-      "type" : "Object",
-      "desc" : "An {@link Roo.LoadMask} config or true to mask the grid while loading. Default is false.",
+      "name" : "sortColMenu",
+      "type" : "boolean",
+      "desc" : "Sort the column order menu when it shows (usefull for long lists..) default false",
       "memberOf" : "Roo.grid.Grid",
       "isOptional" : false,
       "optvals" : []
     },
     {
-      "name" : "stripeRows",
-      "type" : "Boolean",
-      "desc" : "True to stripe the rows.  Default is true.",
-      "memberOf" : "Roo.grid.Grid",
+      "name" : "clicksToEdit",
+      "type" : "Number",
+      "desc" : "The number of clicks on a cell required to display the cell's editor (defaults to 2)",
+      "memberOf" : "",
       "isOptional" : false,
       "optvals" : []
     },
     {
-      "name" : "enableColumnMove",
-      "type" : "Boolean",
-      "desc" : "True to enable drag and drop reorder of columns. Default is true.",
+      "name" : "autoExpandColumn",
+      "type" : "String",
+      "desc" : "The id (or dataIndex) of a column in this grid that should expand to fill unused space. This id can not be 0. Default is false.",
       "memberOf" : "Roo.grid.Grid",
       "isOptional" : false,
       "optvals" : []
     },
     {
-      "name" : "enableColumnHide",
+      "name" : "maxRowsToMeasure",
       "type" : "Boolean",
-      "desc" : "True to enable hiding of columns with the header context menu. Default is true.",
+      "desc" : "If autoSizeColumns is on, maxRowsToMeasure can be used to limit the number of\nrows measured to get a columns size. Default is 0 (all rows).",
       "memberOf" : "Roo.grid.Grid",
       "isOptional" : false,
       "optvals" : []
     },
     {
-      "name" : "clicksToEdit",
-      "type" : "Number",
-      "desc" : "The number of clicks on a cell required to display the cell's editor (defaults to 2)",
-      "memberOf" : "",
+      "name" : "loadMask",
+      "type" : "Object",
+      "desc" : "An {@link Roo.LoadMask} config or true to mask the grid while loading. Default is false.",
+      "memberOf" : "Roo.grid.Grid",
       "isOptional" : false,
       "optvals" : []
     },
     {
-      "name" : "autoSizeHeaders",
+      "name" : "autoHeight",
       "type" : "Boolean",
-      "desc" : "True to measure headers with column data when auto sizing columns. Default is true.",
+      "desc" : "True to fit the height of the grid container to the height of the data. Default is false.",
       "memberOf" : "Roo.grid.Grid",
       "isOptional" : false,
       "optvals" : []
     },
     {
-      "name" : "sortColMenu",
-      "type" : "boolean",
-      "desc" : "Sort the column order menu when it shows (usefull for long lists..) default false",
+      "name" : "autoSizeColumns",
+      "type" : "Boolean",
+      "desc" : "True to automatically resize the columns to fit their content\n<b>on initial render.</b> It is more efficient to explicitly size the columns\nthrough the ColumnModel's {@link Roo.grid.ColumnModel#width} config option.  Default is false.",
       "memberOf" : "Roo.grid.Grid",
       "isOptional" : false,
       "optvals" : []
     },
     {
-      "name" : "enableDragDrop",
+      "name" : "enableDrag",
       "type" : "Boolean",
-      "desc" : "True to enable drag and drop of rows. Default is false.",
+      "desc" : "True to enable drag of rows. Default is false. (double check if this is needed?)",
       "memberOf" : "Roo.grid.Grid",
       "isOptional" : false,
       "optvals" : []
       "optvals" : []
     },
     {
-      "name" : "sm",
-      "type" : "Roo.grid.AbstractSelectionModel",
-      "desc" : "The selection Model (default = Roo.grid.RowSelectionModel)",
+      "name" : "autoWidth",
+      "type" : "Boolean",
+      "desc" : "True to set the grid's width to the default total width of the grid's columns instead\nof a fixed width. Default is false.",
       "memberOf" : "Roo.grid.Grid",
       "isOptional" : false,
       "optvals" : []
     },
     {
-      "name" : "dragGroup",
-      "type" : "String",
-      "desc" : "- drag group (?? not sure if needed.)",
+      "name" : "maxHeight",
+      "type" : "Number",
+      "desc" : "Sets the maximum height of the grid - ignored if autoHeight is not on.",
       "memberOf" : "Roo.grid.Grid",
       "isOptional" : false,
       "optvals" : []
     },
     {
-      "name" : "autoHeight",
-      "type" : "Boolean",
-      "desc" : "True to fit the height of the grid container to the height of the data. Default is false.",
+      "name" : "autoExpandMin",
+      "type" : "Number",
+      "desc" : "The minimum width the autoExpandColumn can have (if enabled).\nDefault is 50.",
       "memberOf" : "Roo.grid.Grid",
       "isOptional" : false,
       "optvals" : []