X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.grid.EditorGrid.json;h=fa77a3df84b940da00964ce653466f657666ea3f;hp=1e0a4cc605415ad203720a9b8a83f5dab7663c42;hb=5b1a708cf006e24f8f6eb81a4e9723dad77c31cd;hpb=c1c0168c0e693c4262f3f744a82419f9d9b1807f diff --git a/docs/symbols/Roo.grid.EditorGrid.json b/docs/symbols/Roo.grid.EditorGrid.json index 1e0a4cc605..fa77a3df84 100644 --- a/docs/symbols/Roo.grid.EditorGrid.json +++ b/docs/symbols/Roo.grid.EditorGrid.json @@ -466,6 +466,34 @@ "returns" : [ ] }, + { + "name" : "addColumns", + "desc" : "addColumns\nAdd's a column, default at the end..", + "isStatic" : false, + "isConstructor" : false, + "isPrivate" : false, + "memberOf" : "Roo.grid.Grid", + "example" : "", + "deprecated" : "", + "since" : "", + "see" : "", + "params" : [ + { + "name" : "position", + "type" : "int", + "desc" : "to add (default end)", + "isOptional" : false + }, + { + "name" : "of", + "type" : "Array", + "desc" : "objects of column configuration see {@link Roo.grid.ColumnModel}", + "isOptional" : false + } + ], + "returns" : [ + ] + }, { "name" : "render", "desc" : "Called once after all setup has been completed and the grid is ready to be rendered.", @@ -794,7 +822,7 @@ { "name" : "validateedit", "desc" : "Fires after a cell is edited, but before the value is set in the record. \nYou can use this to modify the value being set in the field, Return false\nto cancel the change. The edit event object has the following properties
\n", - "memberOf" : "", + "memberOf" : "Roo.grid.EditorGrid", "example" : "", "deprecated" : "", "since" : "", @@ -813,7 +841,7 @@ { "name" : "beforeedit", "desc" : "Fires before cell editing is triggered. The edit event object has the following properties
\n", - "memberOf" : "", + "memberOf" : "Roo.grid.EditorGrid", "example" : "", "deprecated" : "", "since" : "", @@ -832,7 +860,7 @@ { "name" : "afteredit", "desc" : "Fires after a cell is edited.
\n", - "memberOf" : "", + "memberOf" : "Roo.grid.EditorGrid", "example" : "", "deprecated" : "", "since" : "",