X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsymbols%2Fsrc%2FRoo_grid_Grid.js.html;fp=docs%2Fsymbols%2Fsrc%2FRoo_grid_Grid.js.html;h=4878db2cb61a3a56a2f9f197a7c88d1259fbd1c8;hb=88db7a05e51216f61377a2adc6a67d4dbe5ad911;hp=fc3aa9bcfcc5b60ae9de2985d14a5087f1fbae88;hpb=7c8381097000ca97a17a20492b26aca55413a68c;p=roojs1 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);