+++ /dev/null
-/*\r
- * Ext JS Library 2.2.1\r
- * Copyright(c) 2006-2009, Ext JS, LLC.\r
- * licensing@extjs.com\r
- * \r
- * http://extjs.com/license\r
- */\r
-\r
-// private\r
-// This is a support class used internally by the Grid components\r
-Ext.grid.GridEditor = function(field, config){\r
- Ext.grid.GridEditor.superclass.constructor.call(this, field, config);\r
- field.monitorTab = false;\r
-};\r
-\r
-Ext.extend(Ext.grid.GridEditor, Ext.Editor, {\r
- alignment: "tl-tl",\r
- autoSize: "width",\r
- hideEl : false,\r
- cls: "x-small-editor x-grid-editor",\r
- shim:false,\r
- shadow:false\r
-});
\ No newline at end of file