X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.grid.Grid.json;h=f8492f64e61fbe421e5653628e43218d5b445c3c;hp=6fd0b3128cb6e2e770916c35060a908038c358c7;hb=d0b79e9bda4e08f7240e8c824bfc643d4f16b78e;hpb=b34d62126ce450a86d8af5e79059ea0f4a3529b8 diff --git a/docs/symbols/Roo.grid.Grid.json b/docs/symbols/Roo.grid.Grid.json index 6fd0b3128c..f8492f64e6 100644 --- a/docs/symbols/Roo.grid.Grid.json +++ b/docs/symbols/Roo.grid.Grid.json @@ -56,6 +56,13 @@ "memberOf" : "Roo.grid.Grid", "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.", + "memberOf" : "Roo.grid.Grid", + "optvals" : [] + }, { "name" : "autoExpandColumn", "type" : "String", @@ -77,6 +84,13 @@ "memberOf" : "Roo.grid.Grid", "optvals" : [] }, + { + "name" : "enableDrop", + "type" : "Boolean", + "desc" : "True to enable drop of elements. Default is false. (double check if this is needed?)", + "memberOf" : "Roo.grid.Grid", + "optvals" : [] + }, { "name" : "monitorWindowResize", "type" : "Boolean", @@ -99,9 +113,9 @@ "optvals" : [] }, { - "name" : "autoWidth", + "name" : "enableDrag", "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.", + "desc" : "True to enable drag of rows. Default is false. (double check if this is needed?)", "memberOf" : "Roo.grid.Grid", "optvals" : [] }, @@ -113,9 +127,9 @@ "optvals" : [] }, { - "name" : "enableDrag", + "name" : "autoWidth", "type" : "Boolean", - "desc" : "True to enable drag of rows. Default is false. (double check if this is needed?)", + "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", "optvals" : [] }, @@ -182,6 +196,13 @@ "memberOf" : "Roo.grid.Grid", "optvals" : [] }, + { + "name" : "dragGroup", + "type" : "String", + "desc" : "- drag group (?? not sure if needed.)", + "memberOf" : "Roo.grid.Grid", + "optvals" : [] + }, { "name" : "autoHeight", "type" : "Boolean", @@ -328,7 +349,7 @@ }, { "name" : "getDragDropText", - "desc" : "Called to get grid's drag proxy text, by default returns this.ddText.", + "desc" : "Called to get grid's drag proxy text, by default returns this.ddText.\nOverride this to put something different in the dragged text.", "isStatic" : false, "isConstructor" : false, "isPrivate" : false,