~mortenoh/+junk/dhis2-detailed-import-export

« back to all changes in this revision

Viewing changes to gis/dhis-gis-geostat/mfbase/ext/source/widgets/grid/GridEditor.js

  • Committer: larshelge at gmail
  • Date: 2009-03-03 16:46:36 UTC
  • Revision ID: larshelge@gmail.com-20090303164636-2sjlrquo7ib1gf7r
Initial check-in

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Ext JS Library 2.2
 
3
 * Copyright(c) 2006-2008, Ext JS, LLC.
 
4
 * licensing@extjs.com
 
5
 * 
 
6
 * http://extjs.com/license
 
7
 */
 
8
 
 
9
// 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
});
 
 
b'\\ No newline at end of file'