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