From 5ecba872c79bd4b91f172e96b81bab55cf009a12 Mon Sep 17 00:00:00 2001 From: Alan Date: Thu, 3 Mar 2022 13:51:25 +0800 Subject: [PATCH] fix docs --- docs/json/roodata.json | 8 ++++---- docs/src/Roo_grid_Grid.js.html | 2 +- docs/symbols/Roo.grid.Calendar.json | 2 +- docs/symbols/Roo.grid.EditorGrid.json | 2 +- docs/symbols/Roo.grid.Grid.json | 2 +- docs/symbols/Roo.grid.PropertyGrid.json | 2 +- roojs-debug.js | 2 +- roojs-ui-debug.js | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/json/roodata.json b/docs/json/roodata.json index 5a01b43092..75b4177a1c 100644 --- a/docs/json/roodata.json +++ b/docs/json/roodata.json @@ -261260,7 +261260,7 @@ }, { "name" : "ds", - "type" : "Roo.grid.Store", + "type" : "Roo.data.Store", "desc" : "The data store for the grid", "memberOf" : "Roo.grid.Grid" }, @@ -265334,7 +265334,7 @@ }, { "name" : "ds", - "type" : "Roo.grid.Store", + "type" : "Roo.data.Store", "desc" : "The data store for the grid", "memberOf" : "Roo.grid.Grid" }, @@ -267099,7 +267099,7 @@ }, { "name" : "ds", - "type" : "Roo.grid.Store", + "type" : "Roo.data.Store", "desc" : "The data store for the grid", "memberOf" : "" }, @@ -270750,7 +270750,7 @@ }, { "name" : "ds", - "type" : "Roo.grid.Store", + "type" : "Roo.data.Store", "desc" : "The data store for the grid", "memberOf" : "Roo.grid.Grid" }, diff --git a/docs/src/Roo_grid_Grid.js.html b/docs/src/Roo_grid_Grid.js.html index fa07f37cce..1020e4c708 100644 --- a/docs/src/Roo_grid_Grid.js.html +++ b/docs/src/Roo_grid_Grid.js.html @@ -327,7 +327,7 @@ * @cfg {Roo.grid.ColumnModel} cm[] The columns of the grid */ /** - * @cfg {Roo.grid.Store} ds The data store for the grid + * @cfg {Roo.data.Store} ds The data store for the grid */ /** * @cfg {Roo.Toolbar} toolbar a toolbar for buttons etc. diff --git a/docs/symbols/Roo.grid.Calendar.json b/docs/symbols/Roo.grid.Calendar.json index 3faf8cc6c7..b9e33d3125 100644 --- a/docs/symbols/Roo.grid.Calendar.json +++ b/docs/symbols/Roo.grid.Calendar.json @@ -128,7 +128,7 @@ }, { "name" : "ds", - "type" : "Roo.grid.Store", + "type" : "Roo.data.Store", "desc" : "The data store for the grid", "memberOf" : "Roo.grid.Grid" }, diff --git a/docs/symbols/Roo.grid.EditorGrid.json b/docs/symbols/Roo.grid.EditorGrid.json index 7b98a30a9c..90e681bd4d 100644 --- a/docs/symbols/Roo.grid.EditorGrid.json +++ b/docs/symbols/Roo.grid.EditorGrid.json @@ -132,7 +132,7 @@ }, { "name" : "ds", - "type" : "Roo.grid.Store", + "type" : "Roo.data.Store", "desc" : "The data store for the grid", "memberOf" : "Roo.grid.Grid" }, diff --git a/docs/symbols/Roo.grid.Grid.json b/docs/symbols/Roo.grid.Grid.json index 0f587ee83b..9b7f853564 100644 --- a/docs/symbols/Roo.grid.Grid.json +++ b/docs/symbols/Roo.grid.Grid.json @@ -129,7 +129,7 @@ }, { "name" : "ds", - "type" : "Roo.grid.Store", + "type" : "Roo.data.Store", "desc" : "The data store for the grid", "memberOf" : "" }, diff --git a/docs/symbols/Roo.grid.PropertyGrid.json b/docs/symbols/Roo.grid.PropertyGrid.json index b4589db57a..3b40be6dfa 100644 --- a/docs/symbols/Roo.grid.PropertyGrid.json +++ b/docs/symbols/Roo.grid.PropertyGrid.json @@ -99,7 +99,7 @@ }, { "name" : "ds", - "type" : "Roo.grid.Store", + "type" : "Roo.data.Store", "desc" : "The data store for the grid", "memberOf" : "Roo.grid.Grid" }, diff --git a/roojs-debug.js b/roojs-debug.js index da256eea10..67a6f546a8 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -61414,7 +61414,7 @@ Roo.extend(Roo.grid.Grid, Roo.util.Observable, { * @cfg {Roo.grid.ColumnModel} cm[] The columns of the grid */ /** - * @cfg {Roo.grid.Store} ds The data store for the grid + * @cfg {Roo.data.Store} ds The data store for the grid */ /** * @cfg {Roo.Toolbar} toolbar a toolbar for buttons etc. diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index d04711af65..9ea20732b9 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -36945,7 +36945,7 @@ Roo.extend(Roo.grid.Grid, Roo.util.Observable, { * @cfg {Roo.grid.ColumnModel} cm[] The columns of the grid */ /** - * @cfg {Roo.grid.Store} ds The data store for the grid + * @cfg {Roo.data.Store} ds The data store for the grid */ /** * @cfg {Roo.Toolbar} toolbar a toolbar for buttons etc. -- 2.39.2