X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/source/GridEditor.html diff --git a/docs/source/GridEditor.html b/docs/source/GridEditor.html deleted file mode 100644 index 9a590fd3..00000000 --- a/docs/source/GridEditor.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - The source code - - - - -
// private
-// This is a support class used internally by the Grid components
-Ext.grid.GridEditor = function(field, config){
-    Ext.grid.GridEditor.superclass.constructor.call(this, field, config);
-    field.monitorTab = false;
-};
-
-Ext.extend(Ext.grid.GridEditor, Ext.Editor, {
-    alignment: "tl-tl",
-    autoSize: "width",
-    hideEl : false,
-    cls: "x-small-editor x-grid-editor",
-    shim:false,
-    shadow:false
-});
- - \ No newline at end of file