From 88db7a05e51216f61377a2adc6a67d4dbe5ad911 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 10 Feb 2011 17:53:43 +0800 Subject: [PATCH] docs/symbols/src/Roo_grid_Grid.js.html --- docs/symbols/src/Roo_grid_Grid.js.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/symbols/src/Roo_grid_Grid.js.html b/docs/symbols/src/Roo_grid_Grid.js.html index fc3aa9bcfc..4878db2cb6 100644 --- a/docs/symbols/src/Roo_grid_Grid.js.html +++ b/docs/symbols/src/Roo_grid_Grid.js.html @@ -297,12 +297,20 @@ * @param {event} e The raw browser event */ "dragout" : true, + /** + * @event rowclass + * Fires when the dragged row(s) leave another DD target while being dragged + * @param {GridView} gridview The grid view + * @param {Object} rowcfg, contains record, rowIndex and rowClass - set rowClass to add a style. + */ + 'rowclass' : true, + /** * @event render * Fires when the grid is rendered * @param {Grid} grid */ - render : true + 'render' : true }); Roo.grid.Grid.superclass.constructor.call(this); -- 2.39.2