Upgrade to ExtJS 3.1.0 - Released 12/16/2009
[extjs.git] / docs / source / GridEditor.html
1 <html>\r
2 <head>\r
3   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />    \r
4   <title>The source code</title>\r
5     <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />\r
6     <script type="text/javascript" src="../resources/prettify/prettify.js"></script>\r
7 </head>\r
8 <body  onload="prettyPrint();">\r
9     <pre class="prettyprint lang-js">// private
10 // This is a support class used internally by the Grid components
11 Ext.grid.GridEditor = function(field, config){
12     Ext.grid.GridEditor.superclass.constructor.call(this, field, config);
13     field.monitorTab = false;
14 };
15
16 Ext.extend(Ext.grid.GridEditor, Ext.Editor, {
17     alignment: "tl-tl",
18     autoSize: "width",
19     hideEl : false,
20     cls: "x-small-editor x-grid-editor",
21     shim:false,
22     shadow:false
23 });</pre>    \r
24 </body>\r
25 </html>