commit extjs-2.2.1
[extjs.git] / docs / output / Ext.grid.EditorGridPanel.html
1         <div class="body-wrap">
2         <div class="top-tools">
3             <a class="inner-link" href="#Ext.grid.EditorGridPanel-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4             <a class="inner-link" href="#Ext.grid.EditorGridPanel-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5             <a class="inner-link" href="#Ext.grid.EditorGridPanel-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6                             <a class="inner-link" href="#Ext.grid.EditorGridPanel-configs"><img src="../resources/images/default/s.gif" class="item-icon icon-config">Config Options</a>
7                         <a class="bookmark" href="../docs/?class=Ext.grid.EditorGridPanel"><img src="../resources/images/default/s.gif" class="item-icon icon-fav">Direct Link</a>
8         </div>
9                 <div class="inheritance res-block">
10 <pre class="res-block-inner"><a ext:cls="Ext.util.Observable" ext:member="" href="output/Ext.util.Observable.html">Observable</a>
11   <img src="resources/elbow-end.gif"/><a ext:cls="Ext.Component" ext:member="" href="output/Ext.Component.html">Component</a>
12     <img src="resources/elbow-end.gif"/><a ext:cls="Ext.BoxComponent" ext:member="" href="output/Ext.BoxComponent.html">BoxComponent</a>
13       <img src="resources/elbow-end.gif"/><a ext:cls="Ext.Container" ext:member="" href="output/Ext.Container.html">Container</a>
14         <img src="resources/elbow-end.gif"/><a ext:cls="Ext.Panel" ext:member="" href="output/Ext.Panel.html">Panel</a>
15           <img src="resources/elbow-end.gif"/><a ext:cls="Ext.grid.GridPanel" ext:member="" href="output/Ext.grid.GridPanel.html">GridPanel</a>
16             <img src="resources/elbow-end.gif"/>EditorGridPanel</pre></div>
17                 <h1>Class Ext.grid.EditorGridPanel</h1>
18         <table cellspacing="0">
19             <tr><td class="label">Package:</td><td class="hd-info">Ext.grid</td></tr>
20             <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../src/EditorGrid.js" target="_blank">EditorGrid.js</a></td></tr>
21             <tr><td class="label">Class:</td><td class="hd-info">EditorGridPanel</td></tr>
22                         <tr><td class="label">Subclasses:</td><td class="hd-info"><a ext:cls="Ext.grid.PropertyGrid" href="output/Ext.grid.PropertyGrid.html">PropertyGrid</a></td></tr>
23                                     <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.grid.GridPanel" ext:member="" href="output/Ext.grid.GridPanel.html">GridPanel</a></td></tr>
24                     </table>
25         <div class="description">
26             *
27 <p>This class extends the GridPanel to provide cell editing on selected columns.</p>
28 The editable columns are specified by providing an <a ext:cls="Ext.grid.ColumnModel" ext:member="editor" href="output/Ext.grid.ColumnModel.html#editor">editor</a>
29 in the column configuration.</p>
30 <p>Editability of columns may be controlled programatically by inserting an implementation
31 of <a ext:cls="Ext.grid.ColumnModel" ext:member="isCellEditable" href="output/Ext.grid.ColumnModel.html#isCellEditable">isCellEditable</a> into your ColumnModel.</p>
32 <p>Editing is performed on the value of the <i>field</i> specified by the column's
33 <a ext:cls="Ext.grid.ColumnModel" ext:member="dataIndex" href="output/Ext.grid.ColumnModel.html#dataIndex">dataIndex</a> in the backing <a ext:cls="Ext.data.Store" href="output/Ext.data.Store.html">Store</a>
34 (so if you are using a <a ext:cls="Ext.grid.ColumnModel" ext:member="setRenderer" href="output/Ext.grid.ColumnModel.html#setRenderer">renderer</a> in order to display
35 transformed data, this must be accounted for).</p>
36 <p>If a value-to-description mapping is used to render a column, then a {Ext.form.Field#ComboBox ComboBox}
37 which uses the same <a ext:cls="Ext.form.Field" ext:member="valueField" href="output/Ext.form.Field.html#valueField">value</a>-to-<a ext:cls="Ext.form.Field" ext:member="displayFieldField" href="output/Ext.form.Field.html#displayFieldField">description</a>
38 mapping would be an appropriate editor.</p>
39 If there is a more complex mismatch between the visible data in the grid, and the editable data in
40 the <a ext:cls="Edt.data.Store" href="output/Edt.data.Store.html">Store</a>, then code to transform the data both before and after editing can be
41 injected using the <a ext:cls="Ext.grid.EditorGridPanel" ext:member="beforeedit" href="output/Ext.grid.EditorGridPanel.html#beforeedit">beforeedit</a> and <a ext:cls="Ext.grid.EditorGridPanel" ext:member="afteredit" href="output/Ext.grid.EditorGridPanel.html#afteredit">afteredit</a> events.        </div>
42         
43         <div class="hr"></div>
44                 <a id="Ext.grid.EditorGridPanel-configs"></a>
45         <h2>Config Options</h2>
46         <table cellspacing="0" class="member-table">
47             <tr>
48                 <th class="sig-header" colspan="2">Config Options</th>
49                 <th class="msource-header">Defined By</th>
50             </tr>
51                 <tr class="config-row inherited expandable">\r
52         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
53         <td class="sig">\r
54         <a id="Ext.grid.EditorGridPanel-<p>enableDragDrop"></a>\r
55             <b><p>enableDragDrop</b> : Boolean            <div class="mdesc">\r
56                         <div class="short">True to enable dragging of the selected rows of the GridPanel. Setting this to true causes this GridPanel's GridView ...</div>\r
57             <div class="long">\r
58                 True to enable dragging of the selected rows of the GridPanel.</p> <p>Setting this to <b><tt>true</tt></b> causes this GridPanel's <a ext:cls="Ext.grid.GridPanel" ext:member="getView" href="output/Ext.grid.GridPanel.html#getView">GridView</a> to create an instance of <a ext:cls="Ext.grid.GridDragZone" href="output/Ext.grid.GridDragZone.html">Ext.grid.GridDragZone</a>. This is available <b>(only after the Grid has been rendered)</b> as the GridView's <a ext:cls="Ext.grid.GridView" ext:member="dragZone" href="output/Ext.grid.GridView.html#dragZone">dragZone</a> property.</p> <p>A cooperating <a ext:cls="Ext.dd.DropZone" href="output/Ext.dd.DropZone.html">DropZone</a> must be created who's implementations of <a ext:cls="Ext.dd.DropZone" ext:member="onNodeEnter" href="output/Ext.dd.DropZone.html#onNodeEnter">onNodeEnter</a>, <a ext:cls="Ext.dd.DropZone" ext:member="onNodeOver" href="output/Ext.dd.DropZone.html#onNodeOver">onNodeOver</a>, <a ext:cls="Ext.dd.DropZone" ext:member="onNodeOut" href="output/Ext.dd.DropZone.html#onNodeOut">onNodeOut</a> and <a ext:cls="Ext.dd.DropZone" ext:member="onNodeDrop" href="output/Ext.dd.DropZone.html#onNodeDrop">onNodeDrop</a></p> are able to process the <a ext:cls="Ext.grid.GridDragZone" ext:member="getDragData" href="output/Ext.grid.GridDragZone.html#getDragData">data</a> which is provided.            </div>\r
59                         </div>\r
60         </td>\r
61         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#<p>enableDragDrop" href="output/Ext.grid.GridPanel.html#<p>enableDragDrop">GridPanel</a></td>\r
62     </tr>\r
63         <tr class="config-row inherited alt expandable">\r
64         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
65         <td class="sig">\r
66         <a id="Ext.grid.EditorGridPanel-activeItem"></a>\r
67             <b>activeItem</b> : String/Number            <div class="mdesc">\r
68                         <div class="short">A string component id or the numeric index of the component that should be initially activated within the container's...</div>\r
69             <div class="long">\r
70                 A string component id or the numeric index of the component that should be initially activated within the container's layout on render. For example, activeItem: 'item-1' or activeItem: 0 (index 0 = the first item in the container's collection). activeItem only applies to layout styles that can display items one at a time (like <a ext:cls="Ext.layout.Accordion" href="output/Ext.layout.Accordion.html">Ext.layout.Accordion</a>, <a ext:cls="Ext.layout.CardLayout" href="output/Ext.layout.CardLayout.html">Ext.layout.CardLayout</a> and <a ext:cls="Ext.layout.FitLayout" href="output/Ext.layout.FitLayout.html">Ext.layout.FitLayout</a>). Related to <a ext:cls="Ext.layout.ContainerLayout" ext:member="activeItem" href="output/Ext.layout.ContainerLayout.html#activeItem">Ext.layout.ContainerLayout.activeItem</a>.            </div>\r
71                         </div>\r
72         </td>\r
73         <td class="msource"><a ext:cls="Ext.Container" ext:member="#activeItem" href="output/Ext.Container.html#activeItem">Container</a></td>\r
74     </tr>\r
75         <tr class="config-row inherited">\r
76         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
77         <td class="sig">\r
78         <a id="Ext.grid.EditorGridPanel-allowDomMove"></a>\r
79             <b>allowDomMove</b> : Boolean            <div class="mdesc">\r
80                             Whether the component can move the Dom node when rendering (defaults to true).                        </div>\r
81         </td>\r
82         <td class="msource"><a ext:cls="Ext.Component" ext:member="#allowDomMove" href="output/Ext.Component.html#allowDomMove">Component</a></td>\r
83     </tr>\r
84         <tr class="config-row inherited alt expandable">\r
85         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
86         <td class="sig">\r
87         <a id="Ext.grid.EditorGridPanel-animCollapse"></a>\r
88             <b>animCollapse</b> : Boolean            <div class="mdesc">\r
89                         <div class="short">True to animate the transition when the panel is collapsed, false to skip the animation (defaults to true if the Ext....</div>\r
90             <div class="long">\r
91                 True to animate the transition when the panel is collapsed, false to skip the animation (defaults to true if the <a ext:cls="Ext.Fx" href="output/Ext.Fx.html">Ext.Fx</a> class is available, otherwise false).            </div>\r
92                         </div>\r
93         </td>\r
94         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#animCollapse" href="output/Ext.Panel.html#animCollapse">Panel</a></td>\r
95     </tr>\r
96         <tr class="config-row inherited expandable">\r
97         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
98         <td class="sig">\r
99         <a id="Ext.grid.EditorGridPanel-applyTo"></a>\r
100             <b>applyTo</b> : Mixed            <div class="mdesc">\r
101                         <div class="short">The id of the node, a DOM node or an existing Element corresponding to a DIV that is already present in the document ...</div>\r
102             <div class="long">\r
103                 The id of the node, a DOM node or an existing Element corresponding to a DIV that is already present in the document that specifies some structural markup for this component. When applyTo is used, constituent parts of the component can also be specified by id or CSS class name within the main element, and the component being created may attempt to create its subcomponents from that markup if applicable. Using this config, a call to render() is not required. If applyTo is specified, any value passed for <a ext:cls="Ext.Component" ext:member="renderTo" href="output/Ext.Component.html#renderTo">renderTo</a> will be ignored and the target element's parent node will automatically be used as the component's container.            </div>\r
104                         </div>\r
105         </td>\r
106         <td class="msource"><a ext:cls="Ext.Component" ext:member="#applyTo" href="output/Ext.Component.html#applyTo">Component</a></td>\r
107     </tr>\r
108         <tr class="config-row inherited alt expandable">\r
109         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
110         <td class="sig">\r
111         <a id="Ext.grid.EditorGridPanel-autoDestroy"></a>\r
112             <b>autoDestroy</b> : Boolean            <div class="mdesc">\r
113                         <div class="short">If true the container will automatically destroy any contained component that is removed from it, else destruction mu...</div>\r
114             <div class="long">\r
115                 If true the container will automatically destroy any contained component that is removed from it, else destruction must be handled manually (defaults to true).            </div>\r
116                         </div>\r
117         </td>\r
118         <td class="msource"><a ext:cls="Ext.Container" ext:member="#autoDestroy" href="output/Ext.Container.html#autoDestroy">Container</a></td>\r
119     </tr>\r
120         <tr class="config-row inherited expandable">\r
121         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
122         <td class="sig">\r
123         <a id="Ext.grid.EditorGridPanel-autoEl"></a>\r
124             <b>autoEl</b> : String/Object            <div class="mdesc">\r
125                         <div class="short">A tag name or DomHelper spec to create an element with. This is intended to create shorthand utility components inlin...</div>\r
126             <div class="long">\r
127                 A tag name or DomHelper spec to create an element with. This is intended to create shorthand utility components inline via JSON. It should not be used for higher level components which already create their own elements. Example usage: <pre><code>{xtype:<em>'box'</em>, autoEl: <em>'div'</em>, cls:<em>'my-class'</em>}
128 {xtype:<em>'box'</em>, autoEl: {tag:<em>'blockquote'</em>, html:<em>'autoEl is cool!'</em>}} // <b>with</b> DomHelper</code></pre>            </div>\r
129                         </div>\r
130         </td>\r
131         <td class="msource"><a ext:cls="Ext.Component" ext:member="#autoEl" href="output/Ext.Component.html#autoEl">Component</a></td>\r
132     </tr>\r
133         <tr class="config-row alt">\r
134         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
135         <td class="sig">\r
136         <a id="Ext.grid.EditorGridPanel-autoEncode"></a>\r
137             <b>autoEncode</b> : Boolean            <div class="mdesc">\r
138                             True to automatically HTML encode and decode values pre and post edit (defaults to false)                        </div>\r
139         </td>\r
140         <td class="msource">EditorGridPanel</td>\r
141     </tr>\r
142         <tr class="config-row inherited">\r
143         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
144         <td class="sig">\r
145         <a id="Ext.grid.EditorGridPanel-autoExpandColumn"></a>\r
146             <b>autoExpandColumn</b> : String            <div class="mdesc">\r
147                             The id of a column in this grid that should expand to fill unused space. This id can not be 0.                        </div>\r
148         </td>\r
149         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#autoExpandColumn" href="output/Ext.grid.GridPanel.html#autoExpandColumn">GridPanel</a></td>\r
150     </tr>\r
151         <tr class="config-row inherited alt">\r
152         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
153         <td class="sig">\r
154         <a id="Ext.grid.EditorGridPanel-autoExpandMax"></a>\r
155             <b>autoExpandMax</b> : Number            <div class="mdesc">\r
156                             The maximum width the autoExpandColumn can have (if enabled). Defaults to 1000.                        </div>\r
157         </td>\r
158         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#autoExpandMax" href="output/Ext.grid.GridPanel.html#autoExpandMax">GridPanel</a></td>\r
159     </tr>\r
160         <tr class="config-row inherited">\r
161         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
162         <td class="sig">\r
163         <a id="Ext.grid.EditorGridPanel-autoExpandMin"></a>\r
164             <b>autoExpandMin</b> : Number            <div class="mdesc">\r
165                             The minimum width the autoExpandColumn can have (if enabled). defaults to 50.                        </div>\r
166         </td>\r
167         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#autoExpandMin" href="output/Ext.grid.GridPanel.html#autoExpandMin">GridPanel</a></td>\r
168     </tr>\r
169         <tr class="config-row inherited alt expandable">\r
170         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
171         <td class="sig">\r
172         <a id="Ext.grid.EditorGridPanel-autoHeight"></a>\r
173             <b>autoHeight</b> : Boolean            <div class="mdesc">\r
174                         <div class="short">True to use height:'auto', false to use fixed height (defaults to false). Note: Although many components inherit this...</div>\r
175             <div class="long">\r
176                 True to use height:'auto', false to use fixed height (defaults to false). <b>Note</b>: Although many components inherit this config option, not all will function as expected with a height of 'auto'. Setting autoHeight:true means that the browser will manage height based on the element's contents, and that Ext will not manage it at all.            </div>\r
177                         </div>\r
178         </td>\r
179         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#autoHeight" href="output/Ext.BoxComponent.html#autoHeight">BoxComponent</a></td>\r
180     </tr>\r
181         <tr class="config-row inherited expandable">\r
182         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
183         <td class="sig">\r
184         <a id="Ext.grid.EditorGridPanel-autoLoad"></a>\r
185             <b>autoLoad</b> : Object/String/Function            <div class="mdesc">\r
186                         <div class="short">A valid url spec according to the Updater Ext.Updater.update method. If autoLoad is not null, the panel will attempt ...</div>\r
187             <div class="long">\r
188                 A valid url spec according to the Updater <a ext:cls="Ext.Updater" ext:member="update" href="output/Ext.Updater.html#update">Ext.Updater.update</a> method. If autoLoad is not null, the panel will attempt to load its contents immediately upon render.<p> The URL will become the default URL for this panel's <a ext:cls="Ext.Panel" ext:member="body" href="output/Ext.Panel.html#body">body</a> element, so it may be <a ext:cls="Ext.Element" ext:member="refresh" href="output/Ext.Element.html#refresh">refresh</a>ed at any time.</p>            </div>\r
189                         </div>\r
190         </td>\r
191         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#autoLoad" href="output/Ext.Panel.html#autoLoad">Panel</a></td>\r
192     </tr>\r
193         <tr class="config-row inherited alt expandable">\r
194         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
195         <td class="sig">\r
196         <a id="Ext.grid.EditorGridPanel-autoScroll"></a>\r
197             <b>autoScroll</b> : Boolean            <div class="mdesc">\r
198                         <div class="short">True to use overflow:'auto' on the panel's body element and show scroll bars automatically when necessary, false to c...</div>\r
199             <div class="long">\r
200                 True to use overflow:'auto' on the panel's body element and show scroll bars automatically when necessary, false to clip any overflowing content (defaults to false).            </div>\r
201                         </div>\r
202         </td>\r
203         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#autoScroll" href="output/Ext.Panel.html#autoScroll">Panel</a></td>\r
204     </tr>\r
205         <tr class="config-row inherited expandable">\r
206         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
207         <td class="sig">\r
208         <a id="Ext.grid.EditorGridPanel-autoShow"></a>\r
209             <b>autoShow</b> : Boolean            <div class="mdesc">\r
210                         <div class="short">True if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove them on render...</div>\r
211             <div class="long">\r
212                 True if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove them on render (defaults to false).            </div>\r
213                         </div>\r
214         </td>\r
215         <td class="msource"><a ext:cls="Ext.Component" ext:member="#autoShow" href="output/Ext.Component.html#autoShow">Component</a></td>\r
216     </tr>\r
217         <tr class="config-row inherited alt expandable">\r
218         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
219         <td class="sig">\r
220         <a id="Ext.grid.EditorGridPanel-autoWidth"></a>\r
221             <b>autoWidth</b> : Boolean            <div class="mdesc">\r
222                         <div class="short">True to use width:'auto', false to use fixed width (defaults to false). Note: Although many components inherit this c...</div>\r
223             <div class="long">\r
224                 True to use width:'auto', false to use fixed width (defaults to false). <b>Note</b>: Although many components inherit this config option, not all will function as expected with a width of 'auto'. Setting autoWidth:true means that the browser will manage width based on the element's contents, and that Ext will not manage it at all.            </div>\r
225                         </div>\r
226         </td>\r
227         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#autoWidth" href="output/Ext.BoxComponent.html#autoWidth">BoxComponent</a></td>\r
228     </tr>\r
229         <tr class="config-row inherited">\r
230         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
231         <td class="sig">\r
232         <a id="Ext.grid.EditorGridPanel-baseCls"></a>\r
233             <b>baseCls</b> : String            <div class="mdesc">\r
234                             The base CSS class to apply to this panel's element (defaults to 'x-panel').                        </div>\r
235         </td>\r
236         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#baseCls" href="output/Ext.Panel.html#baseCls">Panel</a></td>\r
237     </tr>\r
238         <tr class="config-row inherited alt expandable">\r
239         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
240         <td class="sig">\r
241         <a id="Ext.grid.EditorGridPanel-bbar"></a>\r
242             <b>bbar</b> : Object/Array            <div class="mdesc">\r
243                         <div class="short">The bottom toolbar of the panel. This can be either an Ext.Toolbar object or an array of buttons/button configs to be...</div>\r
244             <div class="long">\r
245                 The bottom toolbar of the panel. This can be either an <a ext:cls="Ext.Toolbar" href="output/Ext.Toolbar.html">Ext.Toolbar</a> object or an array of buttons/button configs to be added to the toolbar. Note that this is not available as a property after render. To access the bottom toolbar after render, use <a ext:cls="Ext.Panel" ext:member="getBottomToolbar" href="output/Ext.Panel.html#getBottomToolbar">getBottomToolbar</a>.            </div>\r
246                         </div>\r
247         </td>\r
248         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#bbar" href="output/Ext.Panel.html#bbar">Panel</a></td>\r
249     </tr>\r
250         <tr class="config-row inherited expandable">\r
251         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
252         <td class="sig">\r
253         <a id="Ext.grid.EditorGridPanel-bodyBorder"></a>\r
254             <b>bodyBorder</b> : Boolean            <div class="mdesc">\r
255                         <div class="short">True to display an interior border on the body element of the panel, false to hide it (defaults to true). This only a...</div>\r
256             <div class="long">\r
257                 True to display an interior border on the body element of the panel, false to hide it (defaults to true). This only applies when <a ext:cls="Ext.Panel" ext:member="border" href="output/Ext.Panel.html#border">border</a> == true. If border == true and bodyBorder == false, the border will display as a 1px wide inset border, giving the entire body element an inset appearance.            </div>\r
258                         </div>\r
259         </td>\r
260         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#bodyBorder" href="output/Ext.Panel.html#bodyBorder">Panel</a></td>\r
261     </tr>\r
262         <tr class="config-row inherited alt expandable">\r
263         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
264         <td class="sig">\r
265         <a id="Ext.grid.EditorGridPanel-bodyCfg"></a>\r
266             <b>bodyCfg</b> : Object            <div class="mdesc">\r
267                         <div class="short">A DomHelper configuration object specifying the element structure of this Panel's body Element. This may be used to f...</div>\r
268             <div class="long">\r
269                 <p>A <a ext:cls="Ext.DomHelper" href="output/Ext.DomHelper.html">DomHelper</a> configuration object specifying the element structure of this Panel's <a ext:cls="Ext.Panel" ext:member="body" href="output/Ext.Panel.html#body">body</a> Element.</p> <p>This may be used to force the body Element to use a different form of markup than is created automatically. An example of this might be to create a child Panel containing custom content, such as a header, or forcing centering of all Panel content by having the body be a &lt;center&gt; element:</p><code><pre>new Ext.Panel({\r
270     title: 'New Message',\r
271     collapsible: true,\r
272     renderTo: Ext.getBody(),\r
273     width: 400,\r
274     bodyCfg: {\r
275         tag: 'center',\r
276         cls: 'x-panel-body'\r
277     },\r
278     items: [{\r
279         border: false,\r
280         header: false,\r
281         bodyCfg: {tag: 'h2', html: 'Message'}\r
282     }, {\r
283         xtype: 'textarea',\r
284         style: {\r
285             width: '95%',\r
286             marginBottom: '10px'\r
287         }\r
288     },\r
289         new Ext.Button({\r
290             text: 'Send',\r
291             minWidth: '100',\r
292             style: {\r
293                 marginBottom: '10px'\r
294             }\r
295         })\r
296     ]\r
297 });</pre></code>            </div>\r
298                         </div>\r
299         </td>\r
300         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#bodyCfg" href="output/Ext.Panel.html#bodyCfg">Panel</a></td>\r
301     </tr>\r
302         <tr class="config-row inherited expandable">\r
303         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
304         <td class="sig">\r
305         <a id="Ext.grid.EditorGridPanel-bodyStyle"></a>\r
306             <b>bodyStyle</b> : String/Object/Function            <div class="mdesc">\r
307                         <div class="short">Custom CSS styles to be applied to the body element in the format expected by Ext.Element.applyStyles (defaults to nu...</div>\r
308             <div class="long">\r
309                 Custom CSS styles to be applied to the body element in the format expected by <a ext:cls="Ext.Element" ext:member="applyStyles" href="output/Ext.Element.html#applyStyles">Ext.Element.applyStyles</a> (defaults to null).            </div>\r
310                         </div>\r
311         </td>\r
312         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#bodyStyle" href="output/Ext.Panel.html#bodyStyle">Panel</a></td>\r
313     </tr>\r
314         <tr class="config-row inherited alt expandable">\r
315         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
316         <td class="sig">\r
317         <a id="Ext.grid.EditorGridPanel-border"></a>\r
318             <b>border</b> : Boolean            <div class="mdesc">\r
319                         <div class="short">True to display the borders of the panel's body element, false to hide them (defaults to true). By default, the borde...</div>\r
320             <div class="long">\r
321                 True to display the borders of the panel's body element, false to hide them (defaults to true). By default, the border is a 2px wide inset border, but this can be further altered by setting <a ext:cls="Ext.Panel" ext:member="bodyBorder" href="output/Ext.Panel.html#bodyBorder">bodyBorder</a> to false.            </div>\r
322                         </div>\r
323         </td>\r
324         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#border" href="output/Ext.Panel.html#border">Panel</a></td>\r
325     </tr>\r
326         <tr class="config-row inherited expandable">\r
327         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
328         <td class="sig">\r
329         <a id="Ext.grid.EditorGridPanel-bufferResize"></a>\r
330             <b>bufferResize</b> : Boolean/Number            <div class="mdesc">\r
331                         <div class="short">When set to true (100 milliseconds) or a number of milliseconds, the layout assigned for this container will buffer t...</div>\r
332             <div class="long">\r
333                 When set to true (100 milliseconds) or a number of milliseconds, the layout assigned for this container will buffer the frequency it calculates and does a re-layout of components. This is useful for heavy containers or containers with a large quantity of sub-components for which frequent layout calls would be expensive.            </div>\r
334                         </div>\r
335         </td>\r
336         <td class="msource"><a ext:cls="Ext.Container" ext:member="#bufferResize" href="output/Ext.Container.html#bufferResize">Container</a></td>\r
337     </tr>\r
338         <tr class="config-row inherited alt">\r
339         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
340         <td class="sig">\r
341         <a id="Ext.grid.EditorGridPanel-buttonAlign"></a>\r
342             <b>buttonAlign</b> : String            <div class="mdesc">\r
343                             The alignment of any buttons added to this panel. Valid values are 'right,' 'left' and 'center' (defaults to 'right').                        </div>\r
344         </td>\r
345         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#buttonAlign" href="output/Ext.Panel.html#buttonAlign">Panel</a></td>\r
346     </tr>\r
347         <tr class="config-row inherited">\r
348         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
349         <td class="sig">\r
350         <a id="Ext.grid.EditorGridPanel-buttons"></a>\r
351             <b>buttons</b> : Array            <div class="mdesc">\r
352                             An array of <a ext:cls="Ext.Button" href="output/Ext.Button.html">Ext.Button</a>s or <a ext:cls="Ext.Button" href="output/Ext.Button.html">Ext.Button</a> configs used to add buttons to the footer of this panel.                        </div>\r
353         </td>\r
354         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#buttons" href="output/Ext.Panel.html#buttons">Panel</a></td>\r
355     </tr>\r
356         <tr class="config-row inherited alt expandable">\r
357         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
358         <td class="sig">\r
359         <a id="Ext.grid.EditorGridPanel-clearCls"></a>\r
360             <b>clearCls</b> : String            <div class="mdesc">\r
361                         <div class="short">The CSS class used to provide field clearing (defaults to 'x-form-clear-left'). This config is only used when this Co...</div>\r
362             <div class="long">\r
363                 The CSS class used to provide field clearing (defaults to 'x-form-clear-left'). <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p>            </div>\r
364                         </div>\r
365         </td>\r
366         <td class="msource"><a ext:cls="Ext.Component" ext:member="#clearCls" href="output/Ext.Component.html#clearCls">Component</a></td>\r
367     </tr>\r
368         <tr class="config-row expandable">\r
369         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
370         <td class="sig">\r
371         <a id="Ext.grid.EditorGridPanel-clicksToEdit"></a>\r
372             <b>clicksToEdit</b> : Number            <div class="mdesc">\r
373                         <div class="short">The number of clicks on a cell required to display the cell's editor (defaults to 2). Setting this option to 'auto' m...</div>\r
374             <div class="long">\r
375                 <p>The number of clicks on a cell required to display the cell's editor (defaults to 2).</p> <p>Setting this option to 'auto' means that mousedown <i>on the selected cell</i> starts editing that cell.</p>            </div>\r
376                         </div>\r
377         </td>\r
378         <td class="msource">EditorGridPanel</td>\r
379     </tr>\r
380         <tr class="config-row inherited alt expandable">\r
381         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
382         <td class="sig">\r
383         <a id="Ext.grid.EditorGridPanel-cls"></a>\r
384             <b>cls</b> : String            <div class="mdesc">\r
385                         <div class="short">An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be useful for a...</div>\r
386             <div class="long">\r
387                 An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be useful for adding customized styles to the component or any of its children using standard CSS rules.            </div>\r
388                         </div>\r
389         </td>\r
390         <td class="msource"><a ext:cls="Ext.Component" ext:member="#cls" href="output/Ext.Component.html#cls">Component</a></td>\r
391     </tr>\r
392         <tr class="config-row inherited">\r
393         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
394         <td class="sig">\r
395         <a id="Ext.grid.EditorGridPanel-cm"></a>\r
396             <b>cm</b> : Object            <div class="mdesc">\r
397                             Shorthand for <a ext:cls="Ext.grid.GridPanel" ext:member="colModel" href="output/Ext.grid.GridPanel.html#colModel">colModel</a>.                        </div>\r
398         </td>\r
399         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#cm" href="output/Ext.grid.GridPanel.html#cm">GridPanel</a></td>\r
400     </tr>\r
401         <tr class="config-row inherited alt">\r
402         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
403         <td class="sig">\r
404         <a id="Ext.grid.EditorGridPanel-colModel"></a>\r
405             <b>colModel</b> : Object            <div class="mdesc">\r
406                             The <a ext:cls="Ext.grid.ColumnModel" href="output/Ext.grid.ColumnModel.html">Ext.grid.ColumnModel</a> to use when rendering the grid (required).                        </div>\r
407         </td>\r
408         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#colModel" href="output/Ext.grid.GridPanel.html#colModel">GridPanel</a></td>\r
409     </tr>\r
410         <tr class="config-row inherited expandable">\r
411         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
412         <td class="sig">\r
413         <a id="Ext.grid.EditorGridPanel-collapseFirst"></a>\r
414             <b>collapseFirst</b> : Boolean            <div class="mdesc">\r
415                         <div class="short">True to make sure the collapse/expand toggle button always renders first (to the left of) any other tools in the pane...</div>\r
416             <div class="long">\r
417                 True to make sure the collapse/expand toggle button always renders first (to the left of) any other tools in the panel's title bar, false to render it last (defaults to true).            </div>\r
418                         </div>\r
419         </td>\r
420         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#collapseFirst" href="output/Ext.Panel.html#collapseFirst">Panel</a></td>\r
421     </tr>\r
422         <tr class="config-row inherited alt">\r
423         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
424         <td class="sig">\r
425         <a id="Ext.grid.EditorGridPanel-collapsed"></a>\r
426             <b>collapsed</b> : Boolean            <div class="mdesc">\r
427                             True to render the panel collapsed, false to render it expanded (defaults to false).                        </div>\r
428         </td>\r
429         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#collapsed" href="output/Ext.Panel.html#collapsed">Panel</a></td>\r
430     </tr>\r
431         <tr class="config-row inherited">\r
432         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
433         <td class="sig">\r
434         <a id="Ext.grid.EditorGridPanel-collapsedCls"></a>\r
435             <b>collapsedCls</b> : String            <div class="mdesc">\r
436                             A CSS class to add to the panel's element after it has been collapsed (defaults to 'x-panel-collapsed').                        </div>\r
437         </td>\r
438         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#collapsedCls" href="output/Ext.Panel.html#collapsedCls">Panel</a></td>\r
439     </tr>\r
440         <tr class="config-row inherited alt expandable">\r
441         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
442         <td class="sig">\r
443         <a id="Ext.grid.EditorGridPanel-collapsible"></a>\r
444             <b>collapsible</b> : Boolean            <div class="mdesc">\r
445                         <div class="short">True to make the panel collapsible and have the expand/collapse toggle button automatically rendered into the header ...</div>\r
446             <div class="long">\r
447                 True to make the panel collapsible and have the expand/collapse toggle button automatically rendered into the header tool button area, false to keep the panel statically sized with no button (defaults to false).            </div>\r
448                         </div>\r
449         </td>\r
450         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#collapsible" href="output/Ext.Panel.html#collapsible">Panel</a></td>\r
451     </tr>\r
452         <tr class="config-row inherited">\r
453         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
454         <td class="sig">\r
455         <a id="Ext.grid.EditorGridPanel-columns"></a>\r
456             <b>columns</b> : Array            <div class="mdesc">\r
457                             An array of columns to auto create a ColumnModel                        </div>\r
458         </td>\r
459         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#columns" href="output/Ext.grid.GridPanel.html#columns">GridPanel</a></td>\r
460     </tr>\r
461         <tr class="config-row inherited alt expandable">\r
462         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
463         <td class="sig">\r
464         <a id="Ext.grid.EditorGridPanel-contentEl"></a>\r
465             <b>contentEl</b> : String            <div class="mdesc">\r
466                         <div class="short">The id of an existing HTML node to use as the panel's body content (defaults to ''). The specified Element is appende...</div>\r
467             <div class="long">\r
468                 The id of an existing HTML node to use as the panel's body content (defaults to ''). The specified Element is appended to the Panel's body Element by the Panel's afterRender method <i>after any configured <a ext:cls="Ext.Panel" ext:member="html" href="output/Ext.Panel.html#html">HTML</a> has been inserted</i>, and so the document will not contain this HTML at the time the render event is fired.            </div>\r
469                         </div>\r
470         </td>\r
471         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#contentEl" href="output/Ext.Panel.html#contentEl">Panel</a></td>\r
472     </tr>\r
473         <tr class="config-row inherited expandable">\r
474         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
475         <td class="sig">\r
476         <a id="Ext.grid.EditorGridPanel-ctCls"></a>\r
477             <b>ctCls</b> : String            <div class="mdesc">\r
478                         <div class="short">An optional extra CSS class that will be added to this component's container (defaults to ''). This can be useful for...</div>\r
479             <div class="long">\r
480                 An optional extra CSS class that will be added to this component's container (defaults to ''). This can be useful for adding customized styles to the container or any of its children using standard CSS rules.            </div>\r
481                         </div>\r
482         </td>\r
483         <td class="msource"><a ext:cls="Ext.Component" ext:member="#ctCls" href="output/Ext.Component.html#ctCls">Component</a></td>\r
484     </tr>\r
485         <tr class="config-row inherited alt expandable">\r
486         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
487         <td class="sig">\r
488         <a id="Ext.grid.EditorGridPanel-defaultType"></a>\r
489             <b>defaultType</b> : String            <div class="mdesc">\r
490                         <div class="short">The default xtype of child Components to create in this Container when a child item is specified as a raw configurati...</div>\r
491             <div class="long">\r
492                 <p>The default <a ext:cls="Ext.Component" href="output/Ext.Component.html">xtype</a> of child Components to create in this Container when a child item is specified as a raw configuration object, rather than as an instantiated Component.</p> <p>Defaults to 'panel'.</p>            </div>\r
493                         </div>\r
494         </td>\r
495         <td class="msource"><a ext:cls="Ext.Container" ext:member="#defaultType" href="output/Ext.Container.html#defaultType">Container</a></td>\r
496     </tr>\r
497         <tr class="config-row inherited expandable">\r
498         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
499         <td class="sig">\r
500         <a id="Ext.grid.EditorGridPanel-defaults"></a>\r
501             <b>defaults</b> : Object            <div class="mdesc">\r
502                         <div class="short">A config object that will be applied to all components added to this container either via the items config or via the...</div>\r
503             <div class="long">\r
504                 A config object that will be applied to all components added to this container either via the <a ext:cls="Ext.Container" ext:member="items" href="output/Ext.Container.html#items">items</a> config or via the <a ext:cls="Ext.Container" ext:member="add" href="output/Ext.Container.html#add">add</a> or <a ext:cls="Ext.Container" ext:member="insert" href="output/Ext.Container.html#insert">insert</a> methods. The defaults config can contain any number of name/value property pairs to be added to each item, and should be valid for the types of items being added to the container. For example, to automatically apply padding to the body of each of a set of contained <a ext:cls="Ext.Panel" href="output/Ext.Panel.html">Ext.Panel</a> items, you could pass: defaults: {bodyStyle:'padding:15px'}.            </div>\r
505                         </div>\r
506         </td>\r
507         <td class="msource"><a ext:cls="Ext.Container" ext:member="#defaults" href="output/Ext.Container.html#defaults">Container</a></td>\r
508     </tr>\r
509         <tr class="config-row inherited alt">\r
510         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
511         <td class="sig">\r
512         <a id="Ext.grid.EditorGridPanel-deferRowRender"></a>\r
513             <b>deferRowRender</b> : Boolean            <div class="mdesc">\r
514                             True to enable deferred row rendering. Default is true.                        </div>\r
515         </td>\r
516         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#deferRowRender" href="output/Ext.grid.GridPanel.html#deferRowRender">GridPanel</a></td>\r
517     </tr>\r
518         <tr class="config-row inherited">\r
519         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
520         <td class="sig">\r
521         <a id="Ext.grid.EditorGridPanel-disableSelection"></a>\r
522             <b>disableSelection</b> : Boolean            <div class="mdesc">\r
523                             True to disable selections in the grid (defaults to false). - ignored if a SelectionModel is specified                        </div>\r
524         </td>\r
525         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#disableSelection" href="output/Ext.grid.GridPanel.html#disableSelection">GridPanel</a></td>\r
526     </tr>\r
527         <tr class="config-row inherited alt">\r
528         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
529         <td class="sig">\r
530         <a id="Ext.grid.EditorGridPanel-disabled"></a>\r
531             <b>disabled</b> : Boolean            <div class="mdesc">\r
532                             Render this component disabled (default is false).                        </div>\r
533         </td>\r
534         <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabled" href="output/Ext.Component.html#disabled">Component</a></td>\r
535     </tr>\r
536         <tr class="config-row inherited">\r
537         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
538         <td class="sig">\r
539         <a id="Ext.grid.EditorGridPanel-disabledClass"></a>\r
540             <b>disabledClass</b> : String            <div class="mdesc">\r
541                             CSS class added to the component when it is disabled (defaults to "x-item-disabled").                        </div>\r
542         </td>\r
543         <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabledClass" href="output/Ext.Component.html#disabledClass">Component</a></td>\r
544     </tr>\r
545         <tr class="config-row inherited alt expandable">\r
546         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
547         <td class="sig">\r
548         <a id="Ext.grid.EditorGridPanel-draggable"></a>\r
549             <b>draggable</b> : Boolean            <div class="mdesc">\r
550                         <div class="short">True to enable dragging of this Panel (defaults to false). For custom drag/drop implementations, an Ext.Panel.DD conf...</div>\r
551             <div class="long">\r
552                 <p>True to enable dragging of this Panel (defaults to false).</p> <p>For custom drag/drop implementations, an Ext.Panel.DD config could also be passed in this config instead of true. Ext.Panel.DD is an internal, undocumented class which moves a proxy Element around in place of the Panel's element, but provides no other behaviour during dragging or on drop. It is a subclass of <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a>, so behaviour may be added by implementing the interface methods of <a ext:cls="Ext.dd.DragDrop" href="output/Ext.dd.DragDrop.html">Ext.dd.DragDrop</a> eg: <pre><code>new Ext.Panel({
553     title: <em>'Drag me'</em>,
554     x: 100,
555     y: 100,
556     renderTo: Ext.getBody(),
557     floating: true,
558     frame: true,
559     width: 400,
560     height: 200,
561     draggable: {
562 <i>//      Config option of Ext.Panel.DD class.</i>
563 <i>//      It's a floating Panel, so <b>do</b> not show a placeholder proxy <b>in</b> the original position.</i>
564         insertProxy: false,
565
566 <i>//      Called <b>for</b> each mousemove event <b>while</b> dragging the DD object.</i>
567         onDrag : <b>function</b>(e){
568 <i>//          Record the x,y position of the drag proxy so that we can</i>
569 <i>//          position the Panel at end of drag.</i>
570             <b>var</b> pel = <b>this</b>.proxy.getEl();
571             <b>this</b>.x = pel.getLeft(true);
572             <b>this</b>.y = pel.getTop(true);
573
574 <i>//          Keep the Shadow aligned <b>if</b> there is one.</i>
575             <b>var</b> s = <b>this</b>.panel.getEl().shadow;
576             <b>if</b> (s) {
577                 s.realign(<b>this</b>.x, <b>this</b>.y, pel.getWidth(), pel.getHeight());
578             }
579         },
580
581 <i>//      Called on the mouseup event.</i>
582         endDrag : <b>function</b>(e){
583             <b>this</b>.panel.setPosition(<b>this</b>.x, <b>this</b>.y);
584         }
585     }
586 }).show();</code></pre>            </div>\r
587                         </div>\r
588         </td>\r
589         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#draggable" href="output/Ext.Panel.html#draggable">Panel</a></td>\r
590     </tr>\r
591         <tr class="config-row inherited expandable">\r
592         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
593         <td class="sig">\r
594         <a id="Ext.grid.EditorGridPanel-elements"></a>\r
595             <b>elements</b> : String            <div class="mdesc">\r
596                         <div class="short">A comma-delimited list of panel elements to initialize when the panel is rendered. Normally, this list will be genera...</div>\r
597             <div class="long">\r
598                 A comma-delimited list of panel elements to initialize when the panel is rendered. Normally, this list will be generated automatically based on the items added to the panel at config time, but sometimes it might be useful to make sure a structural element is rendered even if not specified at config time (for example, you may want to add a button or toolbar dynamically after the panel has been rendered). Adding those elements to this list will allocate the required placeholders in the panel when it is rendered. Valid values are<ul> <li><b>header</b></li> <li><b>tbar</b> (top bar)</li> <li><b>body</b> (required)</li> <li><b>bbar</b> (bottom bar)</li> <li><b>footer</b><li> </ul> Defaults to 'body'.            </div>\r
599                         </div>\r
600         </td>\r
601         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#elements" href="output/Ext.Panel.html#elements">Panel</a></td>\r
602     </tr>\r
603         <tr class="config-row inherited alt">\r
604         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
605         <td class="sig">\r
606         <a id="Ext.grid.EditorGridPanel-enableColumnHide"></a>\r
607             <b>enableColumnHide</b> : Boolean            <div class="mdesc">\r
608                             True to enable hiding of columns with the header context menu.                        </div>\r
609         </td>\r
610         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#enableColumnHide" href="output/Ext.grid.GridPanel.html#enableColumnHide">GridPanel</a></td>\r
611     </tr>\r
612         <tr class="config-row inherited">\r
613         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
614         <td class="sig">\r
615         <a id="Ext.grid.EditorGridPanel-enableColumnMove"></a>\r
616             <b>enableColumnMove</b> : Boolean            <div class="mdesc">\r
617                             True to enable drag and drop reorder of columns.                        </div>\r
618         </td>\r
619         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#enableColumnMove" href="output/Ext.grid.GridPanel.html#enableColumnMove">GridPanel</a></td>\r
620     </tr>\r
621         <tr class="config-row inherited alt">\r
622         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
623         <td class="sig">\r
624         <a id="Ext.grid.EditorGridPanel-enableColumnResize"></a>\r
625             <b>enableColumnResize</b> : Boolean            <div class="mdesc">\r
626                             False to turn off column resizing for the whole grid (defaults to true).                        </div>\r
627         </td>\r
628         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#enableColumnResize" href="output/Ext.grid.GridPanel.html#enableColumnResize">GridPanel</a></td>\r
629     </tr>\r
630         <tr class="config-row inherited">\r
631         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
632         <td class="sig">\r
633         <a id="Ext.grid.EditorGridPanel-enableHdMenu"></a>\r
634             <b>enableHdMenu</b> : Boolean            <div class="mdesc">\r
635                             True to enable the drop down button for menu in the headers.                        </div>\r
636         </td>\r
637         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#enableHdMenu" href="output/Ext.grid.GridPanel.html#enableHdMenu">GridPanel</a></td>\r
638     </tr>\r
639         <tr class="config-row inherited alt expandable">\r
640         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
641         <td class="sig">\r
642         <a id="Ext.grid.EditorGridPanel-fieldLabel"></a>\r
643             <b>fieldLabel</b> : String            <div class="mdesc">\r
644                         <div class="short">The label text to display next to this Component (defaults to '') This config is only used when this Component is ren...</div>\r
645             <div class="long">\r
646                 The label text to display next to this Component (defaults to '') <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code>new Ext.FormPanel({
647     height: 100,
648     renderTo: Ext.getBody(),
649     items: [{
650         xtype: <em>'textfield'</em>,
651         fieldLabel: <em>'Name'</em>
652     }]
653 });</code></pre>            </div>\r
654                         </div>\r
655         </td>\r
656         <td class="msource"><a ext:cls="Ext.Component" ext:member="#fieldLabel" href="output/Ext.Component.html#fieldLabel">Component</a></td>\r
657     </tr>\r
658         <tr class="config-row inherited expandable">\r
659         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
660         <td class="sig">\r
661         <a id="Ext.grid.EditorGridPanel-floating"></a>\r
662             <b>floating</b> : Boolean            <div class="mdesc">\r
663                         <div class="short">True to float the panel (absolute position it with automatic shimming and shadow), false to display it inline where i...</div>\r
664             <div class="long">\r
665                 True to float the panel (absolute position it with automatic shimming and shadow), false to display it inline where it is rendered (defaults to false). Note that by default, setting floating to true will cause the panel to display at negative offsets so that it is hidden -- because the panel is absolute positioned, the position must be set explicitly after render (e.g., myPanel.setPosition(100,100);). Also, when floating a panel you should always assign a fixed width, otherwise it will be auto width and will expand to fill to the right edge of the viewport.            </div>\r
666                         </div>\r
667         </td>\r
668         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#floating" href="output/Ext.Panel.html#floating">Panel</a></td>\r
669     </tr>\r
670         <tr class="config-row inherited alt expandable">\r
671         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
672         <td class="sig">\r
673         <a id="Ext.grid.EditorGridPanel-footer"></a>\r
674             <b>footer</b> : Boolean            <div class="mdesc">\r
675                         <div class="short">True to create the footer element explicitly, false to skip creating it. By default, when footer is not specified, if...</div>\r
676             <div class="long">\r
677                 True to create the footer element explicitly, false to skip creating it. By default, when footer is not specified, if one or more buttons have been added to the panel the footer will be created automatically, otherwise it will not.            </div>\r
678                         </div>\r
679         </td>\r
680         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#footer" href="output/Ext.Panel.html#footer">Panel</a></td>\r
681     </tr>\r
682         <tr class="config-row inherited">\r
683         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
684         <td class="sig">\r
685         <a id="Ext.grid.EditorGridPanel-frame"></a>\r
686             <b>frame</b> : Boolean            <div class="mdesc">\r
687                             True to render the panel with custom rounded borders, false to render with plain 1px square borders (defaults to false).                        </div>\r
688         </td>\r
689         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#frame" href="output/Ext.Panel.html#frame">Panel</a></td>\r
690     </tr>\r
691         <tr class="config-row inherited alt expandable">\r
692         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
693         <td class="sig">\r
694         <a id="Ext.grid.EditorGridPanel-header"></a>\r
695             <b>header</b> : Boolean            <div class="mdesc">\r
696                         <div class="short">True to create the header element explicitly, false to skip creating it. By default, when header is not specified, if...</div>\r
697             <div class="long">\r
698                 True to create the header element explicitly, false to skip creating it. By default, when header is not specified, if a <a ext:cls="Ext.Panel" ext:member="title" href="output/Ext.Panel.html#title">title</a> is set the header will be created automatically, otherwise it will not. If a title is set but header is explicitly set to false, the header will not be rendered.            </div>\r
699                         </div>\r
700         </td>\r
701         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#header" href="output/Ext.Panel.html#header">Panel</a></td>\r
702     </tr>\r
703         <tr class="config-row inherited">\r
704         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
705         <td class="sig">\r
706         <a id="Ext.grid.EditorGridPanel-headerAsText"></a>\r
707             <b>headerAsText</b> : Boolean            <div class="mdesc">\r
708                             True to display the panel title in the header, false to hide it (defaults to true).                        </div>\r
709         </td>\r
710         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#headerAsText" href="output/Ext.Panel.html#headerAsText">Panel</a></td>\r
711     </tr>\r
712         <tr class="config-row inherited alt">\r
713         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
714         <td class="sig">\r
715         <a id="Ext.grid.EditorGridPanel-height"></a>\r
716             <b>height</b> : Number            <div class="mdesc">\r
717                             The height of this component in pixels (defaults to auto).                        </div>\r
718         </td>\r
719         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#height" href="output/Ext.BoxComponent.html#height">BoxComponent</a></td>\r
720     </tr>\r
721         <tr class="config-row inherited">\r
722         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
723         <td class="sig">\r
724         <a id="Ext.grid.EditorGridPanel-hidden"></a>\r
725             <b>hidden</b> : Boolean            <div class="mdesc">\r
726                             Render this component hidden (default is false).                        </div>\r
727         </td>\r
728         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">Component</a></td>\r
729     </tr>\r
730         <tr class="config-row inherited alt expandable">\r
731         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
732         <td class="sig">\r
733         <a id="Ext.grid.EditorGridPanel-hideBorders"></a>\r
734             <b>hideBorders</b> : Boolean            <div class="mdesc">\r
735                         <div class="short">True to hide the borders of each contained component, false to defer to the component's existing border settings (def...</div>\r
736             <div class="long">\r
737                 True to hide the borders of each contained component, false to defer to the component's existing border settings (defaults to false).            </div>\r
738                         </div>\r
739         </td>\r
740         <td class="msource"><a ext:cls="Ext.Container" ext:member="#hideBorders" href="output/Ext.Container.html#hideBorders">Container</a></td>\r
741     </tr>\r
742         <tr class="config-row inherited">\r
743         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
744         <td class="sig">\r
745         <a id="Ext.grid.EditorGridPanel-hideCollapseTool"></a>\r
746             <b>hideCollapseTool</b> : Boolean            <div class="mdesc">\r
747                             True to hide the expand/collapse toggle button when <a ext:cls="Ext.Panel" ext:member="collapsible" href="output/Ext.Panel.html#collapsible">collapsible</a> = true, false to display it (defaults to false).                        </div>\r
748         </td>\r
749         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#hideCollapseTool" href="output/Ext.Panel.html#hideCollapseTool">Panel</a></td>\r
750     </tr>\r
751         <tr class="config-row inherited alt">\r
752         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
753         <td class="sig">\r
754         <a id="Ext.grid.EditorGridPanel-hideHeaders"></a>\r
755             <b>hideHeaders</b> : Boolean            <div class="mdesc">\r
756                             True to hide the grid's header (defaults to false).                        </div>\r
757         </td>\r
758         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#hideHeaders" href="output/Ext.grid.GridPanel.html#hideHeaders">GridPanel</a></td>\r
759     </tr>\r
760         <tr class="config-row inherited expandable">\r
761         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
762         <td class="sig">\r
763         <a id="Ext.grid.EditorGridPanel-hideLabel"></a>\r
764             <b>hideLabel</b> : Boolean            <div class="mdesc">\r
765                         <div class="short">True to completely hide the label element (defaults to false). By default, even if you do not specify a fieldLabel th...</div>\r
766             <div class="long">\r
767                 True to completely hide the label element (defaults to false). By default, even if you do not specify a <a ext:cls="fieldLabel" href="output/fieldLabel.html">fieldLabel</a> the space will still be reserved so that the field will line up with other fields that do have labels. Setting this to true will cause the field to not reserve that space. <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code>new Ext.FormPanel({
768     height: 100,
769     renderTo: Ext.getBody(),
770     items: [{
771         xtype: <em>'textfield'</em>
772         hideLabel: true
773     }]
774 });</code></pre>            </div>\r
775                         </div>\r
776         </td>\r
777         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideLabel" href="output/Ext.Component.html#hideLabel">Component</a></td>\r
778     </tr>\r
779         <tr class="config-row inherited alt expandable">\r
780         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
781         <td class="sig">\r
782         <a id="Ext.grid.EditorGridPanel-hideMode"></a>\r
783             <b>hideMode</b> : String            <div class="mdesc">\r
784                         <div class="short">How this component should be hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset p...</div>\r
785             <div class="long">\r
786                 <p>How this component should be hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset position) and "display" (css display) - defaults to "display".</p> <p>For Containers which may be hidden and shown as part of a <a ext:cls="Ext.layout.CardLayout" href="output/Ext.layout.CardLayout.html">card layout</a> Container such as a <a ext:cls="Ext.TabPanel" href="output/Ext.TabPanel.html">TabPanel</a>, it is recommended that hideMode is configured as "offsets". This ensures that hidden Components still have height and width so that layout managers can perform measurements when calculating layouts.</p>            </div>\r
787                         </div>\r
788         </td>\r
789         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideMode" href="output/Ext.Component.html#hideMode">Component</a></td>\r
790     </tr>\r
791         <tr class="config-row inherited expandable">\r
792         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
793         <td class="sig">\r
794         <a id="Ext.grid.EditorGridPanel-hideParent"></a>\r
795             <b>hideParent</b> : Boolean            <div class="mdesc">\r
796                         <div class="short">True to hide and show the component's container when hide/show is called on the component, false to hide and show the...</div>\r
797             <div class="long">\r
798                 True to hide and show the component's container when hide/show is called on the component, false to hide and show the component itself (defaults to false). For example, this can be used as a shortcut for a hide button on a window by setting hide:true on the button when adding it to its parent container.            </div>\r
799                         </div>\r
800         </td>\r
801         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideParent" href="output/Ext.Component.html#hideParent">Component</a></td>\r
802     </tr>\r
803         <tr class="config-row inherited alt expandable">\r
804         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
805         <td class="sig">\r
806         <a id="Ext.grid.EditorGridPanel-html"></a>\r
807             <b>html</b> : String/Object            <div class="mdesc">\r
808                         <div class="short">An HTML fragment, or a DomHelper specification to use as the panel's body content (defaults to ''). The HTML content ...</div>\r
809             <div class="long">\r
810                 An HTML fragment, or a <a ext:cls="Ext.DomHelper" href="output/Ext.DomHelper.html">DomHelper</a> specification to use as the panel's body content (defaults to ''). The HTML content is added by the Panel's afterRender method, and so the document will not contain this HTML at the time the render event is fired. This content is inserted into the body <i>before</i> any configured <a ext:cls="Ext.Panel" ext:member="contentEl" href="output/Ext.Panel.html#contentEl">contentEl</a> is appended.            </div>\r
811                         </div>\r
812         </td>\r
813         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#html" href="output/Ext.Panel.html#html">Panel</a></td>\r
814     </tr>\r
815         <tr class="config-row inherited expandable">\r
816         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
817         <td class="sig">\r
818         <a id="Ext.grid.EditorGridPanel-iconCls"></a>\r
819             <b>iconCls</b> : String            <div class="mdesc">\r
820                         <div class="short">A CSS class that will provide a background image to be used as the header icon (defaults to ''). An example custom ic...</div>\r
821             <div class="long">\r
822                 A CSS class that will provide a background image to be used as the header icon (defaults to ''). An example custom icon class would be something like: .my-icon { background: url(../images/my-icon.gif) 0 6px no-repeat !important;}            </div>\r
823                         </div>\r
824         </td>\r
825         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#iconCls" href="output/Ext.Panel.html#iconCls">Panel</a></td>\r
826     </tr>\r
827         <tr class="config-row inherited alt expandable">\r
828         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
829         <td class="sig">\r
830         <a id="Ext.grid.EditorGridPanel-id"></a>\r
831             <b>id</b> : String            <div class="mdesc">\r
832                         <div class="short">The unique id of this component (defaults to an auto-assigned id). You should assign an id if you need to be able to ...</div>\r
833             <div class="long">\r
834                 The unique id of this component (defaults to an auto-assigned id). You should assign an id if you need to be able to access the component later and you do not have an object reference available (e.g., using <a ext:cls="Ext.ComponentMgr" ext:member="getCmp" href="output/Ext.ComponentMgr.html#getCmp">Ext.ComponentMgr.getCmp</a>). Note that this id will also be used as the element id for the containing HTML element that is rendered to the page for this component. This allows you to write id-based CSS rules to style the specific instance of this component uniquely, and also to select sub-elements using this component's id as the parent.            </div>\r
835                         </div>\r
836         </td>\r
837         <td class="msource"><a ext:cls="Ext.Component" ext:member="#id" href="output/Ext.Component.html#id">Component</a></td>\r
838     </tr>\r
839         <tr class="config-row inherited expandable">\r
840         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
841         <td class="sig">\r
842         <a id="Ext.grid.EditorGridPanel-itemCls"></a>\r
843             <b>itemCls</b> : String            <div class="mdesc">\r
844                         <div class="short">An additional CSS class to apply to the wrapper's form item element of this field (defaults to the container's itemCl...</div>\r
845             <div class="long">\r
846                 An additional CSS class to apply to the wrapper's form item element of this field (defaults to the container's itemCls value if set, or ''). Since it is applied to the item wrapper, it allows you to write standard CSS rules that can apply to the field, the label (if specified) or any other element within the markup for the field. <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code><i>// Apply a style to the field's label:</i>
847 &lt;style>
848     .required .x-form-item-label {font-weight:bold;color:red;}
849 &lt;/style>
850
851 <b>new</b> Ext.FormPanel({
852     height: 100,
853     renderTo: Ext.getBody(),
854     items: [{
855         xtype: <em>'textfield'</em>,
856         fieldLabel: <em>'Name'</em>,
857         itemCls: <em>'required'</em> <i>//<b>this</b> label will be styled</i>
858     },{
859         xtype: <em>'textfield'</em>,
860         fieldLabel: <em>'Favorite Color'</em>
861     }]
862 });</code></pre>            </div>\r
863                         </div>\r
864         </td>\r
865         <td class="msource"><a ext:cls="Ext.Component" ext:member="#itemCls" href="output/Ext.Component.html#itemCls">Component</a></td>\r
866     </tr>\r
867         <tr class="config-row inherited alt expandable">\r
868         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
869         <td class="sig">\r
870         <a id="Ext.grid.EditorGridPanel-items"></a>\r
871             <b>items</b> : Mixed            <div class="mdesc">\r
872                         <div class="short">A single item, or an array of child Components to be added to this container. Each item can be any type of object bas...</div>\r
873             <div class="long">\r
874                 A single item, or an array of child Components to be added to this container. Each item can be any type of object based on <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a>.<br><br> Component config objects may also be specified in order to avoid the overhead of constructing a real Component object if lazy rendering might mean that the added Component will not be rendered immediately. To take advantage of this "lazy instantiation", set the <a ext:cls="Ext.Component" ext:member="xtype" href="output/Ext.Component.html#xtype">Ext.Component.xtype</a> config property to the registered type of the Component wanted.<br><br> For a list of all available xtypes, see <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a>. If a single item is being passed, it should be passed directly as an object reference (e.g., items: {...}). Multiple items should be passed as an array of objects (e.g., items: [{...}, {...}]).            </div>\r
875                         </div>\r
876         </td>\r
877         <td class="msource"><a ext:cls="Ext.Container" ext:member="#items" href="output/Ext.Container.html#items">Container</a></td>\r
878     </tr>\r
879         <tr class="config-row inherited expandable">\r
880         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
881         <td class="sig">\r
882         <a id="Ext.grid.EditorGridPanel-keys"></a>\r
883             <b>keys</b> : Object/Array            <div class="mdesc">\r
884                         <div class="short">A KeyMap config object (in the format expected by Ext.KeyMap.addBinding used to assign custom key handling to this pa...</div>\r
885             <div class="long">\r
886                 A KeyMap config object (in the format expected by <a ext:cls="Ext.KeyMap" ext:member="addBinding" href="output/Ext.KeyMap.html#addBinding">Ext.KeyMap.addBinding</a> used to assign custom key handling to this panel (defaults to null).            </div>\r
887                         </div>\r
888         </td>\r
889         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#keys" href="output/Ext.Panel.html#keys">Panel</a></td>\r
890     </tr>\r
891         <tr class="config-row inherited alt expandable">\r
892         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
893         <td class="sig">\r
894         <a id="Ext.grid.EditorGridPanel-labelSeparator"></a>\r
895             <b>labelSeparator</b> : String            <div class="mdesc">\r
896                         <div class="short">The standard separator to display after the text of each form label (defaults to the value of Ext.layout.FormLayout.l...</div>\r
897             <div class="long">\r
898                 The standard separator to display after the text of each form label (defaults to the value of <a ext:cls="Ext.layout.FormLayout" ext:member="labelSeparator" href="output/Ext.layout.FormLayout.html#labelSeparator">Ext.layout.FormLayout.labelSeparator</a>, which is a colon ':' by default). To display no separator for this field's label specify empty string ''. <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code>new Ext.FormPanel({
899     height: 100,
900     renderTo: Ext.getBody(),
901     items: [{
902         xtype: <em>'textfield'</em>,
903         fieldLabel: <em>'Name'</em>,
904         labelSeparator: <em>'...'</em>
905     }]
906 });</code></pre>            </div>\r
907                         </div>\r
908         </td>\r
909         <td class="msource"><a ext:cls="Ext.Component" ext:member="#labelSeparator" href="output/Ext.Component.html#labelSeparator">Component</a></td>\r
910     </tr>\r
911         <tr class="config-row inherited expandable">\r
912         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
913         <td class="sig">\r
914         <a id="Ext.grid.EditorGridPanel-labelStyle"></a>\r
915             <b>labelStyle</b> : String            <div class="mdesc">\r
916                         <div class="short">A CSS style specification to apply directly to this field's label (defaults to the container's labelStyle value if se...</div>\r
917             <div class="long">\r
918                 A CSS style specification to apply directly to this field's label (defaults to the container's labelStyle value if set, or '').<code></code>. <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code>new Ext.FormPanel({
919     height: 100,
920     renderTo: Ext.getBody(),
921     items: [{
922         xtype: <em>'textfield'</em>,
923         fieldLabel: <em>'Name'</em>,
924         labelStyle: <em>'font-weight:bold;'</em>
925     }]
926 });</code></pre>            </div>\r
927                         </div>\r
928         </td>\r
929         <td class="msource"><a ext:cls="Ext.Component" ext:member="#labelStyle" href="output/Ext.Component.html#labelStyle">Component</a></td>\r
930     </tr>\r
931         <tr class="config-row inherited alt expandable">\r
932         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
933         <td class="sig">\r
934         <a id="Ext.grid.EditorGridPanel-layout"></a>\r
935             <b>layout</b> : String            <div class="mdesc">\r
936                         <div class="short">The layout type to be used in this container. If not specified, a default Ext.layout.ContainerLayout will be created ...</div>\r
937             <div class="long">\r
938                 The layout type to be used in this container. If not specified, a default <a ext:cls="Ext.layout.ContainerLayout" href="output/Ext.layout.ContainerLayout.html">Ext.layout.ContainerLayout</a> will be created and used. Specific config values for the chosen layout type can be specified using <a ext:cls="Ext.Container" ext:member="layoutConfig" href="output/Ext.Container.html#layoutConfig">layoutConfig</a>. Valid values are:<ul class="mdetail-params"> <li>absolute</li> <li>accordion</li> <li>anchor</li> <li>border</li> <li>card</li> <li>column</li> <li>fit</li> <li>form</li> <li>table</li></ul>            </div>\r
939                         </div>\r
940         </td>\r
941         <td class="msource"><a ext:cls="Ext.Container" ext:member="#layout" href="output/Ext.Container.html#layout">Container</a></td>\r
942     </tr>\r
943         <tr class="config-row inherited expandable">\r
944         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
945         <td class="sig">\r
946         <a id="Ext.grid.EditorGridPanel-layoutConfig"></a>\r
947             <b>layoutConfig</b> : Object            <div class="mdesc">\r
948                         <div class="short">This is a config object containing properties specific to the chosen layout (to be used in conjunction with the layou...</div>\r
949             <div class="long">\r
950                 This is a config object containing properties specific to the chosen layout (to be used in conjunction with the <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> config value). For complete details regarding the valid config options for each layout type, see the layout class corresponding to the type specified:<ul class="mdetail-params"> <li><a ext:cls="Ext.layout.Absolute" href="output/Ext.layout.Absolute.html">Ext.layout.Absolute</a></li> <li><a ext:cls="Ext.layout.Accordion" href="output/Ext.layout.Accordion.html">Ext.layout.Accordion</a></li> <li><a ext:cls="Ext.layout.AnchorLayout" href="output/Ext.layout.AnchorLayout.html">Ext.layout.AnchorLayout</a></li> <li><a ext:cls="Ext.layout.BorderLayout" href="output/Ext.layout.BorderLayout.html">Ext.layout.BorderLayout</a></li> <li><a ext:cls="Ext.layout.CardLayout" href="output/Ext.layout.CardLayout.html">Ext.layout.CardLayout</a></li> <li><a ext:cls="Ext.layout.ColumnLayout" href="output/Ext.layout.ColumnLayout.html">Ext.layout.ColumnLayout</a></li> <li><a ext:cls="Ext.layout.FitLayout" href="output/Ext.layout.FitLayout.html">Ext.layout.FitLayout</a></li> <li><a ext:cls="Ext.layout.FormLayout" href="output/Ext.layout.FormLayout.html">Ext.layout.FormLayout</a></li> <li><a ext:cls="Ext.layout.TableLayout" href="output/Ext.layout.TableLayout.html">Ext.layout.TableLayout</a></li></ul>            </div>\r
951                         </div>\r
952         </td>\r
953         <td class="msource"><a ext:cls="Ext.Container" ext:member="#layoutConfig" href="output/Ext.Container.html#layoutConfig">Container</a></td>\r
954     </tr>\r
955         <tr class="config-row inherited alt expandable">\r
956         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
957         <td class="sig">\r
958         <a id="Ext.grid.EditorGridPanel-listeners"></a>\r
959             <b>listeners</b> : Object            <div class="mdesc">\r
960                         <div class="short">(optional) A config object containing one or more event handlers to be added to this object during initialization. Th...</div>\r
961             <div class="long">\r
962                 (optional) A config object containing one or more event handlers to be added to this object during initialization. This should be a valid listeners config object as specified in the <a ext:cls="Ext.util.Observable" ext:member="addListener" href="output/Ext.util.Observable.html#addListener">addListener</a> example for attaching multiple handlers at once.            </div>\r
963                         </div>\r
964         </td>\r
965         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#listeners" href="output/Ext.util.Observable.html#listeners">Observable</a></td>\r
966     </tr>\r
967         <tr class="config-row inherited">\r
968         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
969         <td class="sig">\r
970         <a id="Ext.grid.EditorGridPanel-loadMask"></a>\r
971             <b>loadMask</b> : Object            <div class="mdesc">\r
972                             An <a ext:cls="Ext.LoadMask" href="output/Ext.LoadMask.html">Ext.LoadMask</a> config or true to mask the grid while loading (defaults to false).                        </div>\r
973         </td>\r
974         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#loadMask" href="output/Ext.grid.GridPanel.html#loadMask">GridPanel</a></td>\r
975     </tr>\r
976         <tr class="config-row inherited alt expandable">\r
977         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
978         <td class="sig">\r
979         <a id="Ext.grid.EditorGridPanel-maskDisabled"></a>\r
980             <b>maskDisabled</b> : Boolean            <div class="mdesc">\r
981                         <div class="short">True to mask the panel when it is disabled, false to not mask it (defaults to true). Either way, the panel will alway...</div>\r
982             <div class="long">\r
983                 True to mask the panel when it is disabled, false to not mask it (defaults to true). Either way, the panel will always tell its contained elements to disable themselves when it is disabled, but masking the panel can provide an additional visual cue that the panel is disabled.            </div>\r
984                         </div>\r
985         </td>\r
986         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#maskDisabled" href="output/Ext.Panel.html#maskDisabled">Panel</a></td>\r
987     </tr>\r
988         <tr class="config-row inherited">\r
989         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
990         <td class="sig">\r
991         <a id="Ext.grid.EditorGridPanel-maxHeight"></a>\r
992             <b>maxHeight</b> : Number            <div class="mdesc">\r
993                             Sets the maximum height of the grid - ignored if autoHeight is not on.                        </div>\r
994         </td>\r
995         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#maxHeight" href="output/Ext.grid.GridPanel.html#maxHeight">GridPanel</a></td>\r
996     </tr>\r
997         <tr class="config-row inherited alt">\r
998         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
999         <td class="sig">\r
1000         <a id="Ext.grid.EditorGridPanel-minButtonWidth"></a>\r
1001             <b>minButtonWidth</b> : Number            <div class="mdesc">\r
1002                             Minimum width in pixels of all buttons in this panel (defaults to 75)                        </div>\r
1003         </td>\r
1004         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#minButtonWidth" href="output/Ext.Panel.html#minButtonWidth">Panel</a></td>\r
1005     </tr>\r
1006         <tr class="config-row inherited">\r
1007         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1008         <td class="sig">\r
1009         <a id="Ext.grid.EditorGridPanel-minColumnWidth"></a>\r
1010             <b>minColumnWidth</b> : Number            <div class="mdesc">\r
1011                             The minimum width a column can be resized to. Defaults to 25.                        </div>\r
1012         </td>\r
1013         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#minColumnWidth" href="output/Ext.grid.GridPanel.html#minColumnWidth">GridPanel</a></td>\r
1014     </tr>\r
1015         <tr class="config-row inherited alt expandable">\r
1016         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1017         <td class="sig">\r
1018         <a id="Ext.grid.EditorGridPanel-monitorResize"></a>\r
1019             <b>monitorResize</b> : Boolean            <div class="mdesc">\r
1020                         <div class="short">True to automatically monitor window resize events to handle anything that is sensitive to the current size of the vi...</div>\r
1021             <div class="long">\r
1022                 True to automatically monitor window resize events to handle anything that is sensitive to the current size of the viewport. This value is typically managed by the chosen <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> and should not need to be set manually.            </div>\r
1023                         </div>\r
1024         </td>\r
1025         <td class="msource"><a ext:cls="Ext.Container" ext:member="#monitorResize" href="output/Ext.Container.html#monitorResize">Container</a></td>\r
1026     </tr>\r
1027         <tr class="config-row inherited expandable">\r
1028         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1029         <td class="sig">\r
1030         <a id="Ext.grid.EditorGridPanel-overCls"></a>\r
1031             <b>overCls</b> : String            <div class="mdesc">\r
1032                         <div class="short">An optional extra CSS class that will be added to this component's Element when the mouse moves over the Element, and...</div>\r
1033             <div class="long">\r
1034                 An optional extra CSS class that will be added to this component's Element when the mouse moves over the Element, and removed when the mouse moves out. (defaults to ''). This can be useful for adding customized "active" or "hover" styles to the component or any of its children using standard CSS rules.            </div>\r
1035                         </div>\r
1036         </td>\r
1037         <td class="msource"><a ext:cls="Ext.Component" ext:member="#overCls" href="output/Ext.Component.html#overCls">Component</a></td>\r
1038     </tr>\r
1039         <tr class="config-row inherited alt">\r
1040         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1041         <td class="sig">\r
1042         <a id="Ext.grid.EditorGridPanel-pageX"></a>\r
1043             <b>pageX</b> : Number            <div class="mdesc">\r
1044                             The page level x coordinate for this component if contained within a positioning container.                        </div>\r
1045         </td>\r
1046         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageX" href="output/Ext.BoxComponent.html#pageX">BoxComponent</a></td>\r
1047     </tr>\r
1048         <tr class="config-row inherited">\r
1049         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1050         <td class="sig">\r
1051         <a id="Ext.grid.EditorGridPanel-pageY"></a>\r
1052             <b>pageY</b> : Number            <div class="mdesc">\r
1053                             The page level y coordinate for this component if contained within a positioning container.                        </div>\r
1054         </td>\r
1055         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageY" href="output/Ext.BoxComponent.html#pageY">BoxComponent</a></td>\r
1056     </tr>\r
1057         <tr class="config-row inherited alt expandable">\r
1058         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1059         <td class="sig">\r
1060         <a id="Ext.grid.EditorGridPanel-plugins"></a>\r
1061             <b>plugins</b> : Object/Array            <div class="mdesc">\r
1062                         <div class="short">An object or array of objects that will provide custom functionality for this component. The only requirement for a v...</div>\r
1063             <div class="long">\r
1064                 An object or array of objects that will provide custom functionality for this component. The only requirement for a valid plugin is that it contain an init method that accepts a reference of type Ext.Component. When a component is created, if any plugins are available, the component will call the init method on each plugin, passing a reference to itself. Each plugin can then call methods or respond to events on the component as needed to provide its functionality.            </div>\r
1065                         </div>\r
1066         </td>\r
1067         <td class="msource"><a ext:cls="Ext.Component" ext:member="#plugins" href="output/Ext.Component.html#plugins">Component</a></td>\r
1068     </tr>\r
1069         <tr class="config-row inherited expandable">\r
1070         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1071         <td class="sig">\r
1072         <a id="Ext.grid.EditorGridPanel-renderTo"></a>\r
1073             <b>renderTo</b> : Mixed            <div class="mdesc">\r
1074                         <div class="short">The id of the node, a DOM node or an existing Element that will be the container to render this component into. Using...</div>\r
1075             <div class="long">\r
1076                 The id of the node, a DOM node or an existing Element that will be the container to render this component into. Using this config, a call to render() is not required.            </div>\r
1077                         </div>\r
1078         </td>\r
1079         <td class="msource"><a ext:cls="Ext.Component" ext:member="#renderTo" href="output/Ext.Component.html#renderTo">Component</a></td>\r
1080     </tr>\r
1081         <tr class="config-row alt expandable">\r
1082         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1083         <td class="sig">\r
1084         <a id="Ext.grid.EditorGridPanel-selModel"></a>\r
1085             <b>selModel</b> : Object            <div class="mdesc">\r
1086                         <div class="short">Any subclass of AbstractSelectionModel that will provide the selection model for the grid (defaults to Ext.grid.CellS...</div>\r
1087             <div class="long">\r
1088                 Any subclass of AbstractSelectionModel that will provide the selection model for the grid (defaults to <a ext:cls="Ext.grid.CellSelectionModel" href="output/Ext.grid.CellSelectionModel.html">Ext.grid.CellSelectionModel</a> if not specified). Note that the SelectionModel must be compatible with the model of selecting cells individually, and should support a method named <tt>getSelectedCell</tt> (for these reasons, <a ext:cls="Ext.grid.RowSelectionModel" href="output/Ext.grid.RowSelectionModel.html">Ext.grid.RowSelectionModel</a> is not compatible).            </div>\r
1089                         </div>\r
1090         </td>\r
1091         <td class="msource">EditorGridPanel</td>\r
1092     </tr>\r
1093         <tr class="config-row inherited expandable">\r
1094         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1095         <td class="sig">\r
1096         <a id="Ext.grid.EditorGridPanel-shadow"></a>\r
1097             <b>shadow</b> : Boolean/String            <div class="mdesc">\r
1098                         <div class="short">True (or a valid Ext.Shadow Ext.Shadow.mode value) to display a shadow behind the panel, false to display no shadow (...</div>\r
1099             <div class="long">\r
1100                 True (or a valid Ext.Shadow <a ext:cls="Ext.Shadow" ext:member="mode" href="output/Ext.Shadow.html#mode">Ext.Shadow.mode</a> value) to display a shadow behind the panel, false to display no shadow (defaults to 'sides'). Note that this option only applies when floating = true.            </div>\r
1101                         </div>\r
1102         </td>\r
1103         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#shadow" href="output/Ext.Panel.html#shadow">Panel</a></td>\r
1104     </tr>\r
1105         <tr class="config-row inherited alt expandable">\r
1106         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1107         <td class="sig">\r
1108         <a id="Ext.grid.EditorGridPanel-shadowOffset"></a>\r
1109             <b>shadowOffset</b> : Number            <div class="mdesc">\r
1110                         <div class="short">The number of pixels to offset the shadow if displayed (defaults to 4). Note that this option only applies when float...</div>\r
1111             <div class="long">\r
1112                 The number of pixels to offset the shadow if displayed (defaults to 4). Note that this option only applies when floating = true.            </div>\r
1113                         </div>\r
1114         </td>\r
1115         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#shadowOffset" href="output/Ext.Panel.html#shadowOffset">Panel</a></td>\r
1116     </tr>\r
1117         <tr class="config-row inherited expandable">\r
1118         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1119         <td class="sig">\r
1120         <a id="Ext.grid.EditorGridPanel-shim"></a>\r
1121             <b>shim</b> : Boolean            <div class="mdesc">\r
1122                         <div class="short">False to disable the iframe shim in browsers which need one (defaults to true). Note that this option only applies wh...</div>\r
1123             <div class="long">\r
1124                 False to disable the iframe shim in browsers which need one (defaults to true). Note that this option only applies when floating = true.            </div>\r
1125                         </div>\r
1126         </td>\r
1127         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#shim" href="output/Ext.Panel.html#shim">Panel</a></td>\r
1128     </tr>\r
1129         <tr class="config-row inherited alt">\r
1130         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1131         <td class="sig">\r
1132         <a id="Ext.grid.EditorGridPanel-sm"></a>\r
1133             <b>sm</b> : Object            <div class="mdesc">\r
1134                             Shorthand for <a ext:cls="Ext.grid.GridPanel" ext:member="selModel" href="output/Ext.grid.GridPanel.html#selModel">selModel</a>.                        </div>\r
1135         </td>\r
1136         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#sm" href="output/Ext.grid.GridPanel.html#sm">GridPanel</a></td>\r
1137     </tr>\r
1138         <tr class="config-row inherited expandable">\r
1139         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1140         <td class="sig">\r
1141         <a id="Ext.grid.EditorGridPanel-stateEvents"></a>\r
1142             <b>stateEvents</b> : Array            <div class="mdesc">\r
1143                         <div class="short">An array of events that, when fired, should trigger this component to save its state (defaults to none). These can be...</div>\r
1144             <div class="long">\r
1145                 An array of events that, when fired, should trigger this component to save its state (defaults to none). These can be any types of events supported by this component, including browser or custom events (e.g., ['click', 'customerchange']). <p>See <a ext:cls="Ext.Component" ext:member="stateful" href="output/Ext.Component.html#stateful">stateful</a> for an explanation of saving and restoring Component state.</p>            </div>\r
1146                         </div>\r
1147         </td>\r
1148         <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateEvents" href="output/Ext.Component.html#stateEvents">Component</a></td>\r
1149     </tr>\r
1150         <tr class="config-row inherited alt expandable">\r
1151         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1152         <td class="sig">\r
1153         <a id="Ext.grid.EditorGridPanel-stateId"></a>\r
1154             <b>stateId</b> : String            <div class="mdesc">\r
1155                         <div class="short">The unique id for this component to use for state management purposes (defaults to the component id if one was set, o...</div>\r
1156             <div class="long">\r
1157                 The unique id for this component to use for state management purposes (defaults to the component id if one was set, otherwise null if the component is using a generated id). <p>See <a ext:cls="Ext.Component" ext:member="stateful" href="output/Ext.Component.html#stateful">stateful</a> for an explanation of saving and restoring Component state.</p>            </div>\r
1158                         </div>\r
1159         </td>\r
1160         <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateId" href="output/Ext.Component.html#stateId">Component</a></td>\r
1161     </tr>\r
1162         <tr class="config-row inherited expandable">\r
1163         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1164         <td class="sig">\r
1165         <a id="Ext.grid.EditorGridPanel-stateful"></a>\r
1166             <b>stateful</b> : Boolean            <div class="mdesc">\r
1167                         <div class="short">A flag which causes the Component to attempt to restore the state of internal properties from a saved state on startu...</div>\r
1168             <div class="long">\r
1169                 <p>A flag which causes the Component to attempt to restore the state of internal properties from a saved state on startup. The component must have either a <a ext:cls="Ext.Component" ext:member="stateId" href="output/Ext.Component.html#stateId">stateId</a> or <a ext:cls="Ext.Component" ext:member="id" href="output/Ext.Component.html#id">id</a> assigned for state to be managed. Auto-generated ids are not guaranteed to be stable across page loads and cannot be relied upon to save and restore the same state for a component.<p> For state saving to work, the state manager's provider must have been set to an implementation of <a ext:cls="Ext.state.Provider" href="output/Ext.state.Provider.html">Ext.state.Provider</a> which overrides the <a ext:cls="Ext.state.Provider" ext:member="set" href="output/Ext.state.Provider.html#set">set</a> and <a ext:cls="Ext.state.Provider" ext:member="get" href="output/Ext.state.Provider.html#get">get</a> methods to save and recall name/value pairs. A built-in implementation, <a ext:cls="Ext.state.CookieProvider" href="output/Ext.state.CookieProvider.html">Ext.state.CookieProvider</a> is available.</p> <p>To set the state provider for the current page:</p> <pre><code>Ext.state.Manager.setProvider(<b>new</b> Ext.state.CookieProvider());</code></pre> <p>Components attempt to save state when one of the events listed in the <a ext:cls="Ext.Component" ext:member="stateEvents" href="output/Ext.Component.html#stateEvents">stateEvents</a> configuration fires.</p> <p>You can perform extra processing on state save and restore by attaching handlers to the <a ext:cls="Ext.Component" ext:member="beforestaterestore" href="output/Ext.Component.html#beforestaterestore">beforestaterestore</a>, <a ext:cls="Ext.Component" ext:member="staterestore" href="output/Ext.Component.html#staterestore">staterestore</a>, <a ext:cls="Ext.Component" ext:member="beforestatesave" href="output/Ext.Component.html#beforestatesave">beforestatesave</a> and <a ext:cls="Ext.Component" ext:member="statesave" href="output/Ext.Component.html#statesave">statesave</a> events</p>            </div>\r
1170                         </div>\r
1171         </td>\r
1172         <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateful" href="output/Ext.Component.html#stateful">Component</a></td>\r
1173     </tr>\r
1174         <tr class="config-row inherited alt">\r
1175         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1176         <td class="sig">\r
1177         <a id="Ext.grid.EditorGridPanel-store"></a>\r
1178             <b>store</b> : Ext.data.Store            <div class="mdesc">\r
1179                             The <a ext:cls="Ext.data.Store" href="output/Ext.data.Store.html">Ext.data.Store</a> the grid should use as its data source (required).                        </div>\r
1180         </td>\r
1181         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#store" href="output/Ext.grid.GridPanel.html#store">GridPanel</a></td>\r
1182     </tr>\r
1183         <tr class="config-row inherited expandable">\r
1184         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1185         <td class="sig">\r
1186         <a id="Ext.grid.EditorGridPanel-stripeRows"></a>\r
1187             <b>stripeRows</b> : Boolean            <div class="mdesc">\r
1188                         <div class="short">True to stripe the rows. Default is false. This causes the CSS class x-grid3-row-alt to be added to alternate rows of...</div>\r
1189             <div class="long">\r
1190                 True to stripe the rows. Default is false. <p>This causes the CSS class <tt><b>x-grid3-row-alt</b></tt> to be added to alternate rows of the grid. A default CSS rule is provided which sets a background colour, but you can override this with a rule which either overrides the <b>background-color</b> style using the "!important" modifier, or which uses a CSS selector of higher specificity.            </div>\r
1191                         </div>\r
1192         </td>\r
1193         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#stripeRows" href="output/Ext.grid.GridPanel.html#stripeRows">GridPanel</a></td>\r
1194     </tr>\r
1195         <tr class="config-row inherited alt expandable">\r
1196         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1197         <td class="sig">\r
1198         <a id="Ext.grid.EditorGridPanel-style"></a>\r
1199             <b>style</b> : String            <div class="mdesc">\r
1200                         <div class="short">A custom style specification to be applied to this component's Element. Should be a valid argument to Ext.Element.app...</div>\r
1201             <div class="long">\r
1202                 A custom style specification to be applied to this component's Element. Should be a valid argument to <a ext:cls="Ext.Element" ext:member="applyStyles" href="output/Ext.Element.html#applyStyles">Ext.Element.applyStyles</a>.            </div>\r
1203                         </div>\r
1204         </td>\r
1205         <td class="msource"><a ext:cls="Ext.Component" ext:member="#style" href="output/Ext.Component.html#style">Component</a></td>\r
1206     </tr>\r
1207         <tr class="config-row inherited expandable">\r
1208         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1209         <td class="sig">\r
1210         <a id="Ext.grid.EditorGridPanel-tabTip"></a>\r
1211             <b>tabTip</b> : String            <div class="mdesc">\r
1212                         <div class="short">Adds a tooltip when mousing over the tab of a Ext.Panel which is an item of a Ext.TabPanel. Ext.QuickTips.init() must...</div>\r
1213             <div class="long">\r
1214                 Adds a tooltip when mousing over the tab of a Ext.Panel which is an item of a Ext.TabPanel. Ext.QuickTips.init() must be called in order for the tips to render.            </div>\r
1215                         </div>\r
1216         </td>\r
1217         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#tabTip" href="output/Ext.Panel.html#tabTip">Panel</a></td>\r
1218     </tr>\r
1219         <tr class="config-row inherited alt expandable">\r
1220         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1221         <td class="sig">\r
1222         <a id="Ext.grid.EditorGridPanel-tbar"></a>\r
1223             <b>tbar</b> : Object/Array            <div class="mdesc">\r
1224                         <div class="short">The top toolbar of the panel. This can be either an Ext.Toolbar object or an array of buttons/button configs to be ad...</div>\r
1225             <div class="long">\r
1226                 The top toolbar of the panel. This can be either an <a ext:cls="Ext.Toolbar" href="output/Ext.Toolbar.html">Ext.Toolbar</a> object or an array of buttons/button configs to be added to the toolbar. Note that this is not available as a property after render. To access the top toolbar after render, use <a ext:cls="Ext.Panel" ext:member="getTopToolbar" href="output/Ext.Panel.html#getTopToolbar">getTopToolbar</a>.            </div>\r
1227                         </div>\r
1228         </td>\r
1229         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#tbar" href="output/Ext.Panel.html#tbar">Panel</a></td>\r
1230     </tr>\r
1231         <tr class="config-row inherited expandable">\r
1232         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1233         <td class="sig">\r
1234         <a id="Ext.grid.EditorGridPanel-title"></a>\r
1235             <b>title</b> : String            <div class="mdesc">\r
1236                         <div class="short">The title text to display in the panel header (defaults to ''). When a title is specified the header element will aut...</div>\r
1237             <div class="long">\r
1238                 The title text to display in the panel header (defaults to ''). When a title is specified the header element will automatically be created and displayed unless <a ext:cls="Ext.Panel" ext:member="header" href="output/Ext.Panel.html#header">header</a> is explicitly set to false. If you don't want to specify a title at config time, but you may want one later, you must either specify a non-empty title (a blank space ' ' will do) or header:true so that the container element will get created.            </div>\r
1239                         </div>\r
1240         </td>\r
1241         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#title" href="output/Ext.Panel.html#title">Panel</a></td>\r
1242     </tr>\r
1243         <tr class="config-row inherited alt expandable">\r
1244         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1245         <td class="sig">\r
1246         <a id="Ext.grid.EditorGridPanel-titleCollapse"></a>\r
1247             <b>titleCollapse</b> : Boolean            <div class="mdesc">\r
1248                         <div class="short">True to allow expanding and collapsing the panel (when collapsible = true) by clicking anywhere in the header bar, fa...</div>\r
1249             <div class="long">\r
1250                 True to allow expanding and collapsing the panel (when <a ext:cls="Ext.Panel" ext:member="collapsible" href="output/Ext.Panel.html#collapsible">collapsible</a> = true) by clicking anywhere in the header bar, false to allow it only by clicking to tool button (defaults to false).            </div>\r
1251                         </div>\r
1252         </td>\r
1253         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#titleCollapse" href="output/Ext.Panel.html#titleCollapse">Panel</a></td>\r
1254     </tr>\r
1255         <tr class="config-row inherited expandable">\r
1256         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1257         <td class="sig">\r
1258         <a id="Ext.grid.EditorGridPanel-tools"></a>\r
1259             <b>tools</b> : Array            <div class="mdesc">\r
1260                         <div class="short">An array of tool button configs to be added to the header tool area. When rendered, each tool is stored as an Element...</div>\r
1261             <div class="long">\r
1262                 An array of tool button configs to be added to the header tool area. When rendered, each tool is stored as an <a ext:cls="Ext.Element" href="output/Ext.Element.html">Element</a> referenced by a public property called <tt><b></b>tools.<i>&lt;tool-type&gt;</i></tt> <p>Each tool config may contain the following properties: <div class="mdetail-params"><ul> <li><b>id</b> : String<div class="sub-desc"><b>Required.</b> The type of tool to create. Values may be<ul> <li><tt>toggle</tt> (Created by default when <a ext:cls="Ext.Panel" ext:member="collapsible" href="output/Ext.Panel.html#collapsible">collapsible</a> is <tt>true</tt>)</li> <li><tt>close</tt></li> <li><tt>minimize</tt></li> <li><tt>maximize</tt></li> <li><tt>restore</tt></li> <li><tt>gear</tt></li> <li><tt>pin</tt></li> <li><tt>unpin</tt></li> <li><tt>right</tt></li> <li><tt>left</tt></li> <li><tt>up</tt></li> <li><tt>down</tt></li> <li><tt>refresh</tt></li> <li><tt>minus</tt></li> <li><tt>plus</tt></li> <li><tt>help</tt></li> <li><tt>search</tt></li> <li><tt>save</tt></li> <li><tt>print</tt></li> </ul></div></li> <li><b>handler</b> : Function<div class="sub-desc"><b>Required.</b> The function to call when clicked. Arguments passed are:<ul> <li><b>event</b> : Ext.EventObject<div class="sub-desc">The click event.</div></li> <li><b>toolEl</b> : Ext.Element<div class="sub-desc">The tool Element.</div></li> <li><b>Panel</b> : Ext.Panel<div class="sub-desc">The host Panel</div></li> </ul></div></li> <li><b>scope</b> : Object<div class="sub-desc">The scope in which to call the handler.</div></li> <li><b>qtip</b> : String/Object<div class="sub-desc">A tip string, or a config argument to <a ext:cls="Ext.QuickTip" ext:member="register" href="output/Ext.QuickTip.html#register">Ext.QuickTip.register</a></div></li> <li><b>hidden</b> : Boolean<div class="sub-desc">True to initially render hidden.</div></li> <li><b>on</b> : Object<div class="sub-desc">A listener config object specifiying event listeners in the format of an argument to <a ext:cls="Ext.Panel" ext:member="addListener" href="output/Ext.Panel.html#addListener">addListener</a></div></li> </ul></div> Example usage: <pre><code>tools:[{
1263     id:<em>'refresh'</em>,
1264     qtip: <em>'Refresh form Data'</em>,
1265     <i>// hidden:true,</i>
1266     handler: <b>function</b>(event, toolEl, panel){
1267         <i>// refresh logic</i>
1268     }
1269 }]</code></pre> Note that apart from the toggle tool which is provided when a panel is collapsible, these tools only provide the visual button. Any required functionality must be provided by adding handlers that implement the necessary behavior.            </div>\r
1270                         </div>\r
1271         </td>\r
1272         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#tools" href="output/Ext.Panel.html#tools">Panel</a></td>\r
1273     </tr>\r
1274         <tr class="config-row inherited alt">\r
1275         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1276         <td class="sig">\r
1277         <a id="Ext.grid.EditorGridPanel-view"></a>\r
1278             <b>view</b> : Object            <div class="mdesc">\r
1279                             The <a ext:cls="Ext.grid.GridView" href="output/Ext.grid.GridView.html">Ext.grid.GridView</a> used by the grid. This can be set before a call to render().                        </div>\r
1280         </td>\r
1281         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#view" href="output/Ext.grid.GridPanel.html#view">GridPanel</a></td>\r
1282     </tr>\r
1283         <tr class="config-row inherited expandable">\r
1284         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1285         <td class="sig">\r
1286         <a id="Ext.grid.EditorGridPanel-viewConfig"></a>\r
1287             <b>viewConfig</b> : Object            <div class="mdesc">\r
1288                         <div class="short">A config object that will be used to create the grid's UI view. Any of the config options available for Ext.grid.Grid...</div>\r
1289             <div class="long">\r
1290                 A config object that will be used to create the grid's UI view. Any of the config options available for <a ext:cls="Ext.grid.GridView" href="output/Ext.grid.GridView.html">Ext.grid.GridView</a> can be specified here. This option is ignored if <a ext:cls="Ext.grid.GridPanel" ext:member="view" href="output/Ext.grid.GridPanel.html#view">view</a> is xpecified.            </div>\r
1291                         </div>\r
1292         </td>\r
1293         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#viewConfig" href="output/Ext.grid.GridPanel.html#viewConfig">GridPanel</a></td>\r
1294     </tr>\r
1295         <tr class="config-row inherited alt">\r
1296         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1297         <td class="sig">\r
1298         <a id="Ext.grid.EditorGridPanel-width"></a>\r
1299             <b>width</b> : Number            <div class="mdesc">\r
1300                             The width of this component in pixels (defaults to auto).                        </div>\r
1301         </td>\r
1302         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#width" href="output/Ext.BoxComponent.html#width">BoxComponent</a></td>\r
1303     </tr>\r
1304         <tr class="config-row inherited">\r
1305         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1306         <td class="sig">\r
1307         <a id="Ext.grid.EditorGridPanel-x"></a>\r
1308             <b>x</b> : Number            <div class="mdesc">\r
1309                             The local x (left) coordinate for this component if contained within a positioning container.                        </div>\r
1310         </td>\r
1311         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#x" href="output/Ext.BoxComponent.html#x">BoxComponent</a></td>\r
1312     </tr>\r
1313         <tr class="config-row inherited alt expandable">\r
1314         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1315         <td class="sig">\r
1316         <a id="Ext.grid.EditorGridPanel-xtype"></a>\r
1317             <b>xtype</b> : String            <div class="mdesc">\r
1318                         <div class="short">The registered xtype to create. This config option is not used when passing a config object into a constructor. This ...</div>\r
1319             <div class="long">\r
1320                 The registered xtype to create. This config option is not used when passing a config object into a constructor. This config option is used only when lazy instantiation is being used, and a child item of a Container is being specified not as a fully instantiated Component, but as a <i>Component config object</i>. The xtype will be looked up at render time up to determine what type of child Component to create.<br><br> The predefined xtypes are listed <a ext:cls="Ext.Component" href="output/Ext.Component.html">here</a>. <br><br> If you subclass Components to create your own Components, you may register them using <a ext:cls="Ext.ComponentMgr" ext:member="registerType" href="output/Ext.ComponentMgr.html#registerType">Ext.ComponentMgr.registerType</a> in order to be able to take advantage of lazy instantiation and rendering.            </div>\r
1321                         </div>\r
1322         </td>\r
1323         <td class="msource"><a ext:cls="Ext.Component" ext:member="#xtype" href="output/Ext.Component.html#xtype">Component</a></td>\r
1324     </tr>\r
1325         <tr class="config-row inherited">\r
1326         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1327         <td class="sig">\r
1328         <a id="Ext.grid.EditorGridPanel-y"></a>\r
1329             <b>y</b> : Number            <div class="mdesc">\r
1330                             The local y (top) coordinate for this component if contained within a positioning container.                        </div>\r
1331         </td>\r
1332         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#y" href="output/Ext.BoxComponent.html#y">BoxComponent</a></td>\r
1333     </tr>\r
1334             </table>
1335                 <a id="Ext.grid.EditorGridPanel-props"></a>
1336         <h2>Public Properties</h2>
1337                 <table cellspacing="0" class="member-table">
1338             <tr>
1339                 <th class="sig-header" colspan="2">Property</th>
1340                 <th class="msource-header">Defined By</th>
1341             </tr>
1342                 <tr class="property-row">\r
1343         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1344         <td class="sig">\r
1345         <a id="Ext.grid.EditorGridPanel-activeEditor"></a>\r
1346             <b>activeEditor</b> : Ext.Editor            <div class="mdesc">\r
1347                             The currently active editor or null                        </div>\r
1348         </td>\r
1349         <td class="msource">EditorGridPanel</td>\r
1350     </tr>\r
1351         <tr class="property-row inherited alt expandable">\r
1352         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1353         <td class="sig">\r
1354         <a id="Ext.grid.EditorGridPanel-body"></a>\r
1355             <b>body</b> : Ext.Element            <div class="mdesc">\r
1356                         <div class="short">
1357 The Panel's body Element which may be used to contain HTML content.
1358 The content may be specified in the html config,...</div>\r
1359             <div class="long">\r
1360                 
1361 The Panel's body <a ext:cls="Ext.Element" href="output/Ext.Element.html">Element</a> which may be used to contain HTML content.
1362 The content may be specified in the <a ext:cls="Ext.Panel" ext:member="html" href="output/Ext.Panel.html#html">html</a> config, or it may be loaded using the
1363 <a ext:cls="autoLoad" href="output/autoLoad.html">autoLoad</a> config, or through the Panel's <a ext:cls="Ext.Panel" ext:member="getUpdater" href="output/Ext.Panel.html#getUpdater">Updater</a>. Read-only.
1364 <p>If this is used to load visible HTML elements in either way, then
1365 the Panel may not be used as a Layout for hosting nested Panels.</p>
1366 <p>If this Panel is intended to be used as the host of a Layout (See <a ext:cls="Ext.Panel" ext:member="layout" href="output/Ext.Panel.html#layout">layout</a>
1367 then the body Element must not be loaded or changed - it is under the control
1368 of the Panel's Layout.            </div>\r
1369                         </div>\r
1370         </td>\r
1371         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#body" href="output/Ext.Panel.html#body">Panel</a></td>\r
1372     </tr>\r
1373         <tr class="property-row inherited">\r
1374         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1375         <td class="sig">\r
1376         <a id="Ext.grid.EditorGridPanel-buttons"></a>\r
1377             <b>buttons</b> : Array            <div class="mdesc">\r
1378                             This Panel's Array of buttons as created from the <tt>buttons</tt>
1379 config property. Read only.                        </div>\r
1380         </td>\r
1381         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#buttons" href="output/Ext.Panel.html#buttons">Panel</a></td>\r
1382     </tr>\r
1383         <tr class="property-row inherited alt expandable">\r
1384         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1385         <td class="sig">\r
1386         <a id="Ext.grid.EditorGridPanel-dd"></a>\r
1387             <b>dd</b> : Ext.dd.DragSource.            <div class="mdesc">\r
1388                         <div class="short">If this Panel is configured draggable, this property will contain
1389 an instance of Ext.dd.DragSource which handles drag...</div>\r
1390             <div class="long">\r
1391                 <p>If this Panel is configured <a ext:cls="Ext.Panel" ext:member="draggable" href="output/Ext.Panel.html#draggable">draggable</a>, this property will contain
1392 an instance of <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a> which handles dragging the Panel.</p>
1393 The developer must provide implementations of the abstract methods of <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a>
1394 in order to supply behaviour for each stage of the drag/drop process. See <a ext:cls="Ext.Panel" ext:member="draggable" href="output/Ext.Panel.html#draggable">draggable</a>.            </div>\r
1395                         </div>\r
1396         </td>\r
1397         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#dd" href="output/Ext.Panel.html#dd">Panel</a></td>\r
1398     </tr>\r
1399         <tr class="property-row inherited expandable">\r
1400         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1401         <td class="sig">\r
1402         <a id="Ext.grid.EditorGridPanel-ddText"></a>\r
1403             <b>ddText</b> : String            <div class="mdesc">\r
1404                         <div class="short">
1405 Configures the text in the drag proxy (defaults to "{0} selected row(s)").
1406 {0} is replaced with the number of select...</div>\r
1407             <div class="long">\r
1408                 
1409 Configures the text in the drag proxy (defaults to "{0} selected row(s)").
1410 {0} is replaced with the number of selected rows.            </div>\r
1411                         </div>\r
1412         </td>\r
1413         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#ddText" href="output/Ext.grid.GridPanel.html#ddText">GridPanel</a></td>\r
1414     </tr>\r
1415         <tr class="property-row inherited alt">\r
1416         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1417         <td class="sig">\r
1418         <a id="Ext.grid.EditorGridPanel-disabled"></a>\r
1419             <b>disabled</b> : Boolean            <div class="mdesc">\r
1420                             True if this component is disabled. Read-only.                        </div>\r
1421         </td>\r
1422         <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabled" href="output/Ext.Component.html#disabled">Component</a></td>\r
1423     </tr>\r
1424         <tr class="property-row inherited">\r
1425         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1426         <td class="sig">\r
1427         <a id="Ext.grid.EditorGridPanel-footer"></a>\r
1428             <b>footer</b> : Ext.Element            <div class="mdesc">\r
1429                             
1430 The Panel's footer <a ext:cls="Ext.Element" href="output/Ext.Element.html">Element</a>. Read-only.
1431 <p>This Element is used to house the Panel's <a ext:cls="Ext.Panel" ext:member="buttons" href="output/Ext.Panel.html#buttons">buttons</a>.</p>                        </div>\r
1432         </td>\r
1433         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#footer" href="output/Ext.Panel.html#footer">Panel</a></td>\r
1434     </tr>\r
1435         <tr class="property-row inherited alt">\r
1436         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1437         <td class="sig">\r
1438         <a id="Ext.grid.EditorGridPanel-header"></a>\r
1439             <b>header</b> : Ext.Element            <div class="mdesc">\r
1440                             The Panel's header <a ext:cls="Ext.Element" href="output/Ext.Element.html">Element</a>. Read-only.
1441 <p>This Element is used to house the <a ext:cls="Ext.Panel" ext:member="title" href="output/Ext.Panel.html#title">title</a> and <a ext:cls="Ext.Panel" ext:member="tools" href="output/Ext.Panel.html#tools">tools</a></p>                        </div>\r
1442         </td>\r
1443         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#header" href="output/Ext.Panel.html#header">Panel</a></td>\r
1444     </tr>\r
1445         <tr class="property-row inherited">\r
1446         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1447         <td class="sig">\r
1448         <a id="Ext.grid.EditorGridPanel-hidden"></a>\r
1449             <b>hidden</b> : Boolean            <div class="mdesc">\r
1450                             
1451 True if this component is hidden. Read-only.                        </div>\r
1452         </td>\r
1453         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">Component</a></td>\r
1454     </tr>\r
1455         <tr class="property-row inherited alt">\r
1456         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1457         <td class="sig">\r
1458         <a id="Ext.grid.EditorGridPanel-initialConfig"></a>\r
1459             <b>initialConfig</b> : Object            <div class="mdesc">\r
1460                             This Component's initial configuration specification. Read-only.                        </div>\r
1461         </td>\r
1462         <td class="msource"><a ext:cls="Ext.Component" ext:member="#initialConfig" href="output/Ext.Component.html#initialConfig">Component</a></td>\r
1463     </tr>\r
1464         <tr class="property-row inherited">\r
1465         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1466         <td class="sig">\r
1467         <a id="Ext.grid.EditorGridPanel-items"></a>\r
1468             <b>items</b> : MixedCollection            <div class="mdesc">\r
1469                             The collection of components in this container as a <a ext:cls="Ext.util.MixedCollection" href="output/Ext.util.MixedCollection.html">Ext.util.MixedCollection</a>                        </div>\r
1470         </td>\r
1471         <td class="msource"><a ext:cls="Ext.Container" ext:member="#items" href="output/Ext.Container.html#items">Container</a></td>\r
1472     </tr>\r
1473         <tr class="property-row inherited alt expandable">\r
1474         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1475         <td class="sig">\r
1476         <a id="Ext.grid.EditorGridPanel-ownerCt"></a>\r
1477             <b>ownerCt</b> : Ext.Container            <div class="mdesc">\r
1478                         <div class="short">The component's owner Ext.Container (defaults to undefined, and is set automatically when
1479 the component is added to a...</div>\r
1480             <div class="long">\r
1481                 The component's owner <a ext:cls="Ext.Container" href="output/Ext.Container.html">Ext.Container</a> (defaults to undefined, and is set automatically when
1482 the component is added to a container).  Read-only.            </div>\r
1483                         </div>\r
1484         </td>\r
1485         <td class="msource"><a ext:cls="Ext.Component" ext:member="#ownerCt" href="output/Ext.Component.html#ownerCt">Component</a></td>\r
1486     </tr>\r
1487         <tr class="property-row inherited">\r
1488         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1489         <td class="sig">\r
1490         <a id="Ext.grid.EditorGridPanel-rendered"></a>\r
1491             <b>rendered</b> : Boolean            <div class="mdesc">\r
1492                             True if this component has been rendered. Read-only.                        </div>\r
1493         </td>\r
1494         <td class="msource"><a ext:cls="Ext.Component" ext:member="#rendered" href="output/Ext.Component.html#rendered">Component</a></td>\r
1495     </tr>\r
1496             </table>
1497                 <a id="Ext.grid.EditorGridPanel-methods"></a>
1498         <h2>Public Methods</h2>
1499                 <table cellspacing="0" class="member-table">
1500             <tr>
1501                 <th class="sig-header" colspan="2">Method</th>
1502                 <th class="msource-header">Defined By</th>
1503             </tr>
1504                 <tr class="method-row expandable">\r
1505         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1506         <td class="sig">\r
1507         <a id="Ext.grid.EditorGridPanel-EditorGridPanel"></a>\r
1508             <b>EditorGridPanel</b>(&nbsp;<code>Object config</code>&nbsp;)            <div class="mdesc">\r
1509                         <div class="short"></div>\r
1510             <div class="long">\r
1511                     <div class="mdetail-params">\r
1512         <strong>Parameters:</strong>\r
1513         <ul><li><code>config</code> : Object<div class="sub-desc">The config object</div></li>        </ul>\r
1514         <strong>Returns:</strong>\r
1515         <ul>\r
1516             <li><code></code></li>\r
1517         </ul>\r
1518     </div>\r
1519                 </div>\r
1520                         </div>\r
1521         </td>\r
1522         <td class="msource">EditorGridPanel</td>\r
1523     </tr>\r
1524         <tr class="method-row inherited alt expandable">\r
1525         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1526         <td class="sig">\r
1527         <a id="Ext.grid.EditorGridPanel-add"></a>\r
1528             <b>add</b>(&nbsp;<code>Ext.Component/Object component</code>&nbsp;) : Ext.Component            <div class="mdesc">\r
1529                         <div class="short">Adds a Component to this Container. Fires the beforeadd event before
1530 adding, then fires the add event after the compo...</div>\r
1531             <div class="long">\r
1532                 <p>Adds a <a ext:cls="Ext.Component" href="output/Ext.Component.html">Component</a> to this Container. Fires the <a ext:cls="Ext.Container" ext:member="beforeadd" href="output/Ext.Container.html#beforeadd">beforeadd</a> event before
1533 adding, then fires the <a ext:cls="Ext.Container" ext:member="add" href="output/Ext.Container.html#add">add</a> event after the component has been added.</p>
1534 <p>You will never call the render method of a child Component when using a Container.
1535 Child Components are rendered by this Container's <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> manager when
1536 this Container is first rendered.</p>
1537 <p>Certain layout managers allow dynamic addition of child components. Those that do
1538 include <a ext:cls="Ext.layout.CardLayout" href="output/Ext.layout.CardLayout.html">Ext.layout.CardLayout</a>, <a ext:cls="Ext.layout.AnchorLayout" href="output/Ext.layout.AnchorLayout.html">Ext.layout.AnchorLayout</a>,
1539 <a ext:cls="Ext.layout.FormLayout" href="output/Ext.layout.FormLayout.html">Ext.layout.FormLayout</a>, <a ext:cls="Ext.layout.TableLayout" href="output/Ext.layout.TableLayout.html">Ext.layout.TableLayout</a>.</p>
1540 <p>If the Container is already rendered when add is called, you may need to call
1541 <a ext:cls="Ext.Container" ext:member="doLayout" href="output/Ext.Container.html#doLayout">doLayout</a> to refresh the view which causes any unrendered child Components
1542 to be rendered. This is required so that you can add multiple child components if needed
1543 while only refreshing the layout once.</p>
1544 <p>When creating complex UIs, it is important to remember that sizing and positioning
1545 of child items is the responsibility of the Container's <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> manager. If
1546 you expect child items to be sized in response to user interactions, you must
1547 specify a layout manager which creates and manages the type of layout you have in mind.</p>
1548 <p><b>Omitting the <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> config means that a basic layout manager is
1549 used which does nothnig but render child components sequentially into the Container.
1550 No sizing or positioning will be performed in this situation.</b></p>    <div class="mdetail-params">\r
1551         <strong>Parameters:</strong>\r
1552         <ul><li><code>component</code> : Ext.Component/Object<div class="sub-desc">The Component to add.<br><br>
1553 Ext uses lazy rendering, and will only render the added Component should
1554 it become necessary, that is: when the Container is layed out either on first render
1555 or in response to a <a ext:cls="Ext.Container" ext:member="doLayout" href="output/Ext.Container.html#doLayout">doLayout</a> call.<br><br>
1556 A Component config object may be passed instead of an instantiated Component object.
1557 The type of Component created from a config object is determined by the <a ext:cls="Ext.Component" ext:member="xtype" href="output/Ext.Component.html#xtype">xtype</a>
1558 config property. If no xtype is configured, the Container's <a ext:cls="Ext.Container" ext:member="defaultType" href="output/Ext.Container.html#defaultType">defaultType</a>
1559 is used.<br><br>
1560 For a list of all available xtypes, see <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a>.</div></li>        </ul>\r
1561         <strong>Returns:</strong>\r
1562         <ul>\r
1563             <li><code>Ext.Component</code><div class="sub-desc">component The Component (or config object) that was added with the Container's default config values applied. <p>example:</p><pre><code> var myNewGrid = new Ext.grid.GridPanel({ store: myStore, colModel: myColModel }); myTabPanel.add(myNewGrid); myTabPanel.setActiveTab(myNewGrid); </code></pre></div></li>\r
1564         </ul>\r
1565     </div>\r
1566                 </div>\r
1567                         </div>\r
1568         </td>\r
1569         <td class="msource"><a ext:cls="Ext.Container" ext:member="#add" href="output/Ext.Container.html#add">Container</a></td>\r
1570     </tr>\r
1571         <tr class="method-row inherited expandable">\r
1572         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1573         <td class="sig">\r
1574         <a id="Ext.grid.EditorGridPanel-addButton"></a>\r
1575             <b>addButton</b>(&nbsp;<code>String/Object config</code>, <code>Function handler</code>, <code>Object scope</code>&nbsp;) : Ext.Button            <div class="mdesc">\r
1576                         <div class="short">Adds a button to this panel.  Note that this method must be called prior to rendering.  The preferred
1577 approach is to ...</div>\r
1578             <div class="long">\r
1579                 Adds a button to this panel.  Note that this method must be called prior to rendering.  The preferred
1580 approach is to add buttons via the <a ext:cls="Ext.Panel" ext:member="buttons" href="output/Ext.Panel.html#buttons">buttons</a> config.    <div class="mdetail-params">\r
1581         <strong>Parameters:</strong>\r
1582         <ul><li><code>config</code> : String/Object<div class="sub-desc">A valid <a ext:cls="Ext.Button" href="output/Ext.Button.html">Ext.Button</a> config. A string will become the text for a default
1583 button config, an object will be treated as a button config object.</div></li><li><code>handler</code> : Function<div class="sub-desc">The function to be called on button <a ext:cls="Ext.Button" ext:member="click" href="output/Ext.Button.html#click">Ext.Button.click</a></div></li><li><code>scope</code> : Object<div class="sub-desc">The scope to use for the button handler function</div></li>        </ul>\r
1584         <strong>Returns:</strong>\r
1585         <ul>\r
1586             <li><code>Ext.Button</code><div class="sub-desc">The button that was added</div></li>\r
1587         </ul>\r
1588     </div>\r
1589                 </div>\r
1590                         </div>\r
1591         </td>\r
1592         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#addButton" href="output/Ext.Panel.html#addButton">Panel</a></td>\r
1593     </tr>\r
1594         <tr class="method-row inherited alt expandable">\r
1595         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1596         <td class="sig">\r
1597         <a id="Ext.grid.EditorGridPanel-addClass"></a>\r
1598             <b>addClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">\r
1599                         <div class="short">Adds a CSS class to the component's underlying element.</div>\r
1600             <div class="long">\r
1601                 Adds a CSS class to the component's underlying element.    <div class="mdetail-params">\r
1602         <strong>Parameters:</strong>\r
1603         <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to add</div></li>        </ul>\r
1604         <strong>Returns:</strong>\r
1605         <ul>\r
1606             <li><code>void</code></li>\r
1607         </ul>\r
1608     </div>\r
1609                 </div>\r
1610                         </div>\r
1611         </td>\r
1612         <td class="msource"><a ext:cls="Ext.Component" ext:member="#addClass" href="output/Ext.Component.html#addClass">Component</a></td>\r
1613     </tr>\r
1614         <tr class="method-row inherited expandable">\r
1615         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1616         <td class="sig">\r
1617         <a id="Ext.grid.EditorGridPanel-addEvents"></a>\r
1618             <b>addEvents</b>(&nbsp;<code>Object object</code>&nbsp;) : void            <div class="mdesc">\r
1619                         <div class="short">Used to define events on this Observable</div>\r
1620             <div class="long">\r
1621                 Used to define events on this Observable    <div class="mdetail-params">\r
1622         <strong>Parameters:</strong>\r
1623         <ul><li><code>object</code> : Object<div class="sub-desc">The object with the events defined</div></li>        </ul>\r
1624         <strong>Returns:</strong>\r
1625         <ul>\r
1626             <li><code>void</code></li>\r
1627         </ul>\r
1628     </div>\r
1629                 </div>\r
1630                         </div>\r
1631         </td>\r
1632         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addEvents" href="output/Ext.util.Observable.html#addEvents">Observable</a></td>\r
1633     </tr>\r
1634         <tr class="method-row inherited alt expandable">\r
1635         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1636         <td class="sig">\r
1637         <a id="Ext.grid.EditorGridPanel-addListener"></a>\r
1638             <b>addListener</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Object options</code>]</span>&nbsp;) : void            <div class="mdesc">\r
1639                         <div class="short">Appends an event handler to this component</div>\r
1640             <div class="long">\r
1641                 Appends an event handler to this component    <div class="mdetail-params">\r
1642         <strong>Parameters:</strong>\r
1643         <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The method the event invokes</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope in which to execute the handler
1644 function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional) An object containing handler configuration
1645 properties. This may contain any of the following properties:<ul>
1646 <li><b>scope</b> : Object<p class="sub-desc">The scope in which to execute the handler function. The handler function's "this" context.</p></li>
1647 <li><b>delay</b> : Number<p class="sub-desc">The number of milliseconds to delay the invocation of the handler after the event fires.</p></li>
1648 <li><b>single</b> : Boolean<p class="sub-desc">True to add a handler to handle just the next firing of the event, and then remove itself.</p></li>
1649 <li><b>buffer</b> : Number<p class="sub-desc">Causes the handler to be scheduled to run in an <a ext:cls="Ext.util.DelayedTask" href="output/Ext.util.DelayedTask.html">Ext.util.DelayedTask</a> delayed
1650 by the specified number of milliseconds. If the event fires again within that time, the original
1651 handler is <em>not</em> invoked, but the new handler is scheduled in its place.</p></li>
1652 </ul><br>
1653 <p>
1654 <b>Combining Options</b><br>
1655 Using the options argument, it is possible to combine different types of listeners:<br>
1656 <br>
1657 A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)
1658 <pre><code>el.on(<em>'click'</em>, <b>this</b>.onClick, <b>this</b>, {
1659     single: true,
1660     delay: 100,
1661     forumId: 4
1662 });</code></pre>
1663 <p>
1664 <b>Attaching multiple handlers in 1 call</b><br>
1665 The method also allows for a single argument to be passed which is a config object containing properties
1666 which specify multiple handlers.
1667 <p>
1668 <pre><code>foo.on({
1669     <em>'click'</em> : {
1670         fn: <b>this</b>.onClick,
1671         scope: <b>this</b>,
1672         delay: 100
1673     },
1674     <em>'mouseover'</em> : {
1675         fn: <b>this</b>.onMouseOver,
1676         scope: <b>this</b>
1677     },
1678     <em>'mouseout'</em> : {
1679         fn: <b>this</b>.onMouseOut,
1680         scope: <b>this</b>
1681     }
1682 });</code></pre>
1683 <p>
1684 Or a shorthand syntax:<br>
1685 <pre><code>foo.on({
1686     <em>'click'</em> : <b>this</b>.onClick,
1687     <em>'mouseover'</em> : <b>this</b>.onMouseOver,
1688     <em>'mouseout'</em> : <b>this</b>.onMouseOut,
1689      scope: <b>this</b>
1690 });</code></pre></div></li>        </ul>\r
1691         <strong>Returns:</strong>\r
1692         <ul>\r
1693             <li><code>void</code></li>\r
1694         </ul>\r
1695     </div>\r
1696                 </div>\r
1697                         </div>\r
1698         </td>\r
1699         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addListener" href="output/Ext.util.Observable.html#addListener">Observable</a></td>\r
1700     </tr>\r
1701         <tr class="method-row inherited expandable">\r
1702         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1703         <td class="sig">\r
1704         <a id="Ext.grid.EditorGridPanel-applyToMarkup"></a>\r
1705             <b>applyToMarkup</b>(&nbsp;<code>String/HTMLElement el</code>&nbsp;) : void            <div class="mdesc">\r
1706                         <div class="short">Apply this component to existing markup that is valid. With this function, no call to render() is required.</div>\r
1707             <div class="long">\r
1708                 Apply this component to existing markup that is valid. With this function, no call to render() is required.    <div class="mdetail-params">\r
1709         <strong>Parameters:</strong>\r
1710         <ul><li><code>el</code> : String/HTMLElement<div class="sub-desc"></div></li>        </ul>\r
1711         <strong>Returns:</strong>\r
1712         <ul>\r
1713             <li><code>void</code></li>\r
1714         </ul>\r
1715     </div>\r
1716                 </div>\r
1717                         </div>\r
1718         </td>\r
1719         <td class="msource"><a ext:cls="Ext.Component" ext:member="#applyToMarkup" href="output/Ext.Component.html#applyToMarkup">Component</a></td>\r
1720     </tr>\r
1721         <tr class="method-row inherited alt expandable">\r
1722         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1723         <td class="sig">\r
1724         <a id="Ext.grid.EditorGridPanel-bubble"></a>\r
1725             <b>bubble</b>(&nbsp;<code>Function fn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Array args</code>]</span>&nbsp;) : void            <div class="mdesc">\r
1726                         <div class="short">Bubbles up the component/container heirarchy, calling the specified function with each component. The scope (this) of...</div>\r
1727             <div class="long">\r
1728                 Bubbles up the component/container heirarchy, calling the specified function with each component. The scope (<i>this</i>) of
1729 function call will be the scope provided or the current component. The arguments to the function
1730 will be the args provided or the current component. If the function returns false at any point,
1731 the bubble is stopped.    <div class="mdetail-params">\r
1732         <strong>Parameters:</strong>\r
1733         <ul><li><code>fn</code> : Function<div class="sub-desc">The function to call</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope of the function (defaults to current node)</div></li><li><code>args</code> : Array<div class="sub-desc">(optional) The args to call the function with (default to passing the current component)</div></li>        </ul>\r
1734         <strong>Returns:</strong>\r
1735         <ul>\r
1736             <li><code>void</code></li>\r
1737         </ul>\r
1738     </div>\r
1739                 </div>\r
1740                         </div>\r
1741         </td>\r
1742         <td class="msource"><a ext:cls="Ext.Container" ext:member="#bubble" href="output/Ext.Container.html#bubble">Container</a></td>\r
1743     </tr>\r
1744         <tr class="method-row inherited expandable">\r
1745         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1746         <td class="sig">\r
1747         <a id="Ext.grid.EditorGridPanel-cascade"></a>\r
1748             <b>cascade</b>(&nbsp;<code>Function fn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Array args</code>]</span>&nbsp;) : void            <div class="mdesc">\r
1749                         <div class="short">Cascades down the component/container heirarchy from this component (called first), calling the specified function wi...</div>\r
1750             <div class="long">\r
1751                 Cascades down the component/container heirarchy from this component (called first), calling the specified function with
1752 each component. The scope (<i>this</i>) of
1753 function call will be the scope provided or the current component. The arguments to the function
1754 will be the args provided or the current component. If the function returns false at any point,
1755 the cascade is stopped on that branch.    <div class="mdetail-params">\r
1756         <strong>Parameters:</strong>\r
1757         <ul><li><code>fn</code> : Function<div class="sub-desc">The function to call</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope of the function (defaults to current component)</div></li><li><code>args</code> : Array<div class="sub-desc">(optional) The args to call the function with (defaults to passing the current component)</div></li>        </ul>\r
1758         <strong>Returns:</strong>\r
1759         <ul>\r
1760             <li><code>void</code></li>\r
1761         </ul>\r
1762     </div>\r
1763                 </div>\r
1764                         </div>\r
1765         </td>\r
1766         <td class="msource"><a ext:cls="Ext.Container" ext:member="#cascade" href="output/Ext.Container.html#cascade">Container</a></td>\r
1767     </tr>\r
1768         <tr class="method-row inherited alt expandable">\r
1769         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1770         <td class="sig">\r
1771         <a id="Ext.grid.EditorGridPanel-cloneConfig"></a>\r
1772             <b>cloneConfig</b>(&nbsp;<code>Object overrides</code>&nbsp;) : Ext.Component            <div class="mdesc">\r
1773                         <div class="short">Clone the current component using the original config values passed into this instance by default.</div>\r
1774             <div class="long">\r
1775                 Clone the current component using the original config values passed into this instance by default.    <div class="mdetail-params">\r
1776         <strong>Parameters:</strong>\r
1777         <ul><li><code>overrides</code> : Object<div class="sub-desc">A new config containing any properties to override in the cloned version.
1778 An id property can be passed on this object, otherwise one will be generated to avoid duplicates.</div></li>        </ul>\r
1779         <strong>Returns:</strong>\r
1780         <ul>\r
1781             <li><code>Ext.Component</code><div class="sub-desc">clone The cloned copy of this component</div></li>\r
1782         </ul>\r
1783     </div>\r
1784                 </div>\r
1785                         </div>\r
1786         </td>\r
1787         <td class="msource"><a ext:cls="Ext.Component" ext:member="#cloneConfig" href="output/Ext.Component.html#cloneConfig">Component</a></td>\r
1788     </tr>\r
1789         <tr class="method-row inherited expandable">\r
1790         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1791         <td class="sig">\r
1792         <a id="Ext.grid.EditorGridPanel-collapse"></a>\r
1793             <b>collapse</b>(&nbsp;<code>Boolean animate</code>&nbsp;) : Ext.Panel            <div class="mdesc">\r
1794                         <div class="short">Collapses the panel body so that it becomes hidden.  Fires the beforecollapse event which will
1795 cancel the collapse ac...</div>\r
1796             <div class="long">\r
1797                 Collapses the panel body so that it becomes hidden.  Fires the <a ext:cls="Ext.Panel" ext:member="beforecollapse" href="output/Ext.Panel.html#beforecollapse">beforecollapse</a> event which will
1798 cancel the collapse action if it returns false.    <div class="mdetail-params">\r
1799         <strong>Parameters:</strong>\r
1800         <ul><li><code>animate</code> : Boolean<div class="sub-desc">True to animate the transition, else false (defaults to the value of the
1801 <a ext:cls="Ext.Panel" ext:member="animCollapse" href="output/Ext.Panel.html#animCollapse">animCollapse</a> panel config)</div></li>        </ul>\r
1802         <strong>Returns:</strong>\r
1803         <ul>\r
1804             <li><code>Ext.Panel</code><div class="sub-desc">this</div></li>\r
1805         </ul>\r
1806     </div>\r
1807                 </div>\r
1808                         </div>\r
1809         </td>\r
1810         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#collapse" href="output/Ext.Panel.html#collapse">Panel</a></td>\r
1811     </tr>\r
1812         <tr class="method-row inherited alt expandable">\r
1813         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1814         <td class="sig">\r
1815         <a id="Ext.grid.EditorGridPanel-destroy"></a>\r
1816             <b>destroy</b>() : void            <div class="mdesc">\r
1817                         <div class="short">Destroys this component by purging any event listeners, removing the component's element from the DOM,
1818 removing the c...</div>\r
1819             <div class="long">\r
1820                 Destroys this component by purging any event listeners, removing the component's element from the DOM,
1821 removing the component from its <a ext:cls="Ext.Container" href="output/Ext.Container.html">Ext.Container</a> (if applicable) and unregistering it from
1822 <a ext:cls="Ext.ComponentMgr" href="output/Ext.ComponentMgr.html">Ext.ComponentMgr</a>.  Destruction is generally handled automatically by the framework and this method
1823 should usually not need to be called directly.    <div class="mdetail-params">\r
1824         <strong>Parameters:</strong>\r
1825         <ul><li>None.</li>        </ul>\r
1826         <strong>Returns:</strong>\r
1827         <ul>\r
1828             <li><code>void</code></li>\r
1829         </ul>\r
1830     </div>\r
1831                 </div>\r
1832                         </div>\r
1833         </td>\r
1834         <td class="msource"><a ext:cls="Ext.Component" ext:member="#destroy" href="output/Ext.Component.html#destroy">Component</a></td>\r
1835     </tr>\r
1836         <tr class="method-row inherited expandable">\r
1837         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1838         <td class="sig">\r
1839         <a id="Ext.grid.EditorGridPanel-disable"></a>\r
1840             <b>disable</b>() : Ext.Component            <div class="mdesc">\r
1841                         <div class="short">Disable this component.</div>\r
1842             <div class="long">\r
1843                 Disable this component.    <div class="mdetail-params">\r
1844         <strong>Parameters:</strong>\r
1845         <ul><li>None.</li>        </ul>\r
1846         <strong>Returns:</strong>\r
1847         <ul>\r
1848             <li><code>Ext.Component</code><div class="sub-desc">this</div></li>\r
1849         </ul>\r
1850     </div>\r
1851                 </div>\r
1852                         </div>\r
1853         </td>\r
1854         <td class="msource"><a ext:cls="Ext.Component" ext:member="#disable" href="output/Ext.Component.html#disable">Component</a></td>\r
1855     </tr>\r
1856         <tr class="method-row inherited alt expandable">\r
1857         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1858         <td class="sig">\r
1859         <a id="Ext.grid.EditorGridPanel-doLayout"></a>\r
1860             <b>doLayout</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean shallow</code>]</span>&nbsp;) : void            <div class="mdesc">\r
1861                         <div class="short">Force this container's layout to be recalculated. A call to this function is required after adding a new component
1862 to...</div>\r
1863             <div class="long">\r
1864                 Force this container's layout to be recalculated. A call to this function is required after adding a new component
1865 to an already rendered container, or possibly after changing sizing/position properties of child components.    <div class="mdetail-params">\r
1866         <strong>Parameters:</strong>\r
1867         <ul><li><code>shallow</code> : Boolean<div class="sub-desc">(optional) True to only calc the layout of this component, and let child components auto
1868 calc layouts as required (defaults to false, which calls doLayout recursively for each subcontainer)</div></li>        </ul>\r
1869         <strong>Returns:</strong>\r
1870         <ul>\r
1871             <li><code>void</code></li>\r
1872         </ul>\r
1873     </div>\r
1874                 </div>\r
1875                         </div>\r
1876         </td>\r
1877         <td class="msource"><a ext:cls="Ext.Container" ext:member="#doLayout" href="output/Ext.Container.html#doLayout">Container</a></td>\r
1878     </tr>\r
1879         <tr class="method-row inherited expandable">\r
1880         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1881         <td class="sig">\r
1882         <a id="Ext.grid.EditorGridPanel-enable"></a>\r
1883             <b>enable</b>() : Ext.Component            <div class="mdesc">\r
1884                         <div class="short">Enable this component.</div>\r
1885             <div class="long">\r
1886                 Enable this component.    <div class="mdetail-params">\r
1887         <strong>Parameters:</strong>\r
1888         <ul><li>None.</li>        </ul>\r
1889         <strong>Returns:</strong>\r
1890         <ul>\r
1891             <li><code>Ext.Component</code><div class="sub-desc">this</div></li>\r
1892         </ul>\r
1893     </div>\r
1894                 </div>\r
1895                         </div>\r
1896         </td>\r
1897         <td class="msource"><a ext:cls="Ext.Component" ext:member="#enable" href="output/Ext.Component.html#enable">Component</a></td>\r
1898     </tr>\r
1899         <tr class="method-row inherited alt expandable">\r
1900         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1901         <td class="sig">\r
1902         <a id="Ext.grid.EditorGridPanel-expand"></a>\r
1903             <b>expand</b>(&nbsp;<code>Boolean animate</code>&nbsp;) : Ext.Panel            <div class="mdesc">\r
1904                         <div class="short">Expands the panel body so that it becomes visible.  Fires the beforeexpand event which will
1905 cancel the expand action ...</div>\r
1906             <div class="long">\r
1907                 Expands the panel body so that it becomes visible.  Fires the <a ext:cls="Ext.Panel" ext:member="beforeexpand" href="output/Ext.Panel.html#beforeexpand">beforeexpand</a> event which will
1908 cancel the expand action if it returns false.    <div class="mdetail-params">\r
1909         <strong>Parameters:</strong>\r
1910         <ul><li><code>animate</code> : Boolean<div class="sub-desc">True to animate the transition, else false (defaults to the value of the
1911 <a ext:cls="Ext.Panel" ext:member="animCollapse" href="output/Ext.Panel.html#animCollapse">animCollapse</a> panel config)</div></li>        </ul>\r
1912         <strong>Returns:</strong>\r
1913         <ul>\r
1914             <li><code>Ext.Panel</code><div class="sub-desc">this</div></li>\r
1915         </ul>\r
1916     </div>\r
1917                 </div>\r
1918                         </div>\r
1919         </td>\r
1920         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#expand" href="output/Ext.Panel.html#expand">Panel</a></td>\r
1921     </tr>\r
1922         <tr class="method-row inherited expandable">\r
1923         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1924         <td class="sig">\r
1925         <a id="Ext.grid.EditorGridPanel-find"></a>\r
1926             <b>find</b>(&nbsp;<code>String prop</code>, <code>String value</code>&nbsp;) : Array            <div class="mdesc">\r
1927                         <div class="short">Find a component under this container at any level by property</div>\r
1928             <div class="long">\r
1929                 Find a component under this container at any level by property    <div class="mdetail-params">\r
1930         <strong>Parameters:</strong>\r
1931         <ul><li><code>prop</code> : String<div class="sub-desc"></div></li><li><code>value</code> : String<div class="sub-desc"></div></li>        </ul>\r
1932         <strong>Returns:</strong>\r
1933         <ul>\r
1934             <li><code>Array</code><div class="sub-desc">Array of Ext.Components</div></li>\r
1935         </ul>\r
1936     </div>\r
1937                 </div>\r
1938                         </div>\r
1939         </td>\r
1940         <td class="msource"><a ext:cls="Ext.Container" ext:member="#find" href="output/Ext.Container.html#find">Container</a></td>\r
1941     </tr>\r
1942         <tr class="method-row inherited alt expandable">\r
1943         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1944         <td class="sig">\r
1945         <a id="Ext.grid.EditorGridPanel-findBy"></a>\r
1946             <b>findBy</b>(&nbsp;<code>Function fcn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : Array            <div class="mdesc">\r
1947                         <div class="short">Find a component under this container at any level by a custom function. If the passed function returns
1948 true, the com...</div>\r
1949             <div class="long">\r
1950                 Find a component under this container at any level by a custom function. If the passed function returns
1951 true, the component will be included in the results. The passed function is called with the arguments (component, this container).    <div class="mdetail-params">\r
1952         <strong>Parameters:</strong>\r
1953         <ul><li><code>fcn</code> : Function<div class="sub-desc"></div></li><li><code>scope</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>\r
1954         <strong>Returns:</strong>\r
1955         <ul>\r
1956             <li><code>Array</code><div class="sub-desc">Array of Ext.Components</div></li>\r
1957         </ul>\r
1958     </div>\r
1959                 </div>\r
1960                         </div>\r
1961         </td>\r
1962         <td class="msource"><a ext:cls="Ext.Container" ext:member="#findBy" href="output/Ext.Container.html#findBy">Container</a></td>\r
1963     </tr>\r
1964         <tr class="method-row inherited expandable">\r
1965         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1966         <td class="sig">\r
1967         <a id="Ext.grid.EditorGridPanel-findById"></a>\r
1968             <b>findById</b>(&nbsp;<code>String id</code>&nbsp;) : Ext.Component            <div class="mdesc">\r
1969                         <div class="short">Find a component under this container at any level by id</div>\r
1970             <div class="long">\r
1971                 Find a component under this container at any level by id    <div class="mdetail-params">\r
1972         <strong>Parameters:</strong>\r
1973         <ul><li><code>id</code> : String<div class="sub-desc"></div></li>        </ul>\r
1974         <strong>Returns:</strong>\r
1975         <ul>\r
1976             <li><code>Ext.Component</code></li>\r
1977         </ul>\r
1978     </div>\r
1979                 </div>\r
1980                         </div>\r
1981         </td>\r
1982         <td class="msource"><a ext:cls="Ext.Container" ext:member="#findById" href="output/Ext.Container.html#findById">Container</a></td>\r
1983     </tr>\r
1984         <tr class="method-row inherited alt expandable">\r
1985         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1986         <td class="sig">\r
1987         <a id="Ext.grid.EditorGridPanel-findByType"></a>\r
1988             <b>findByType</b>(&nbsp;<code>String/Class xtype</code>, <span class="optional" title="Optional">[<code>Boolean shallow</code>]</span>&nbsp;) : Array            <div class="mdesc">\r
1989                         <div class="short">Find a component under this container at any level by xtype or class</div>\r
1990             <div class="long">\r
1991                 Find a component under this container at any level by xtype or class    <div class="mdetail-params">\r
1992         <strong>Parameters:</strong>\r
1993         <ul><li><code>xtype</code> : String/Class<div class="sub-desc">The xtype string for a component, or the class of the component directly</div></li><li><code>shallow</code> : Boolean<div class="sub-desc">(optional) False to check whether this Component is descended from the xtype (this is
1994 the default), or true to check whether this Component is directly of the specified xtype.</div></li>        </ul>\r
1995         <strong>Returns:</strong>\r
1996         <ul>\r
1997             <li><code>Array</code><div class="sub-desc">Array of Ext.Components</div></li>\r
1998         </ul>\r
1999     </div>\r
2000                 </div>\r
2001                         </div>\r
2002         </td>\r
2003         <td class="msource"><a ext:cls="Ext.Container" ext:member="#findByType" href="output/Ext.Container.html#findByType">Container</a></td>\r
2004     </tr>\r
2005         <tr class="method-row inherited expandable">\r
2006         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2007         <td class="sig">\r
2008         <a id="Ext.grid.EditorGridPanel-findParentBy"></a>\r
2009             <b>findParentBy</b>(&nbsp;<code>Function fcn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : Ext.Container            <div class="mdesc">\r
2010                         <div class="short">Find a container above this component at any level by a custom function. If the passed function returns
2011 true, the con...</div>\r
2012             <div class="long">\r
2013                 Find a container above this component at any level by a custom function. If the passed function returns
2014 true, the container will be returned. The passed function is called with the arguments (container, this component).    <div class="mdetail-params">\r
2015         <strong>Parameters:</strong>\r
2016         <ul><li><code>fcn</code> : Function<div class="sub-desc"></div></li><li><code>scope</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>\r
2017         <strong>Returns:</strong>\r
2018         <ul>\r
2019             <li><code>Ext.Container</code><div class="sub-desc">The first Container for which the custom function returns true</div></li>\r
2020         </ul>\r
2021     </div>\r
2022                 </div>\r
2023                         </div>\r
2024         </td>\r
2025         <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentBy" href="output/Ext.Component.html#findParentBy">Component</a></td>\r
2026     </tr>\r
2027         <tr class="method-row inherited alt expandable">\r
2028         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2029         <td class="sig">\r
2030         <a id="Ext.grid.EditorGridPanel-findParentByType"></a>\r
2031             <b>findParentByType</b>(&nbsp;<code>String/Class xtype</code>&nbsp;) : Ext.Container            <div class="mdesc">\r
2032                         <div class="short">Find a container above this component at any level by xtype or class</div>\r
2033             <div class="long">\r
2034                 Find a container above this component at any level by xtype or class    <div class="mdetail-params">\r
2035         <strong>Parameters:</strong>\r
2036         <ul><li><code>xtype</code> : String/Class<div class="sub-desc">The xtype string for a component, or the class of the component directly</div></li>        </ul>\r
2037         <strong>Returns:</strong>\r
2038         <ul>\r
2039             <li><code>Ext.Container</code><div class="sub-desc">The first Container which matches the given xtype or class</div></li>\r
2040         </ul>\r
2041     </div>\r
2042                 </div>\r
2043                         </div>\r
2044         </td>\r
2045         <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentByType" href="output/Ext.Component.html#findParentByType">Component</a></td>\r
2046     </tr>\r
2047         <tr class="method-row inherited expandable">\r
2048         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2049         <td class="sig">\r
2050         <a id="Ext.grid.EditorGridPanel-fireEvent"></a>\r
2051             <b>fireEvent</b>(&nbsp;<code>String eventName</code>, <code>Object... args</code>&nbsp;) : Boolean            <div class="mdesc">\r
2052                         <div class="short">Fires the specified event with the passed parameters (minus the event name).</div>\r
2053             <div class="long">\r
2054                 Fires the specified event with the passed parameters (minus the event name).    <div class="mdetail-params">\r
2055         <strong>Parameters:</strong>\r
2056         <ul><li><code>eventName</code> : String<div class="sub-desc"></div></li><li><code>args</code> : Object...<div class="sub-desc">Variable number of parameters are passed to handlers</div></li>        </ul>\r
2057         <strong>Returns:</strong>\r
2058         <ul>\r
2059             <li><code>Boolean</code><div class="sub-desc">returns false if any of the handlers return false otherwise it returns true</div></li>\r
2060         </ul>\r
2061     </div>\r
2062                 </div>\r
2063                         </div>\r
2064         </td>\r
2065         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#fireEvent" href="output/Ext.util.Observable.html#fireEvent">Observable</a></td>\r
2066     </tr>\r
2067         <tr class="method-row inherited alt expandable">\r
2068         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2069         <td class="sig">\r
2070         <a id="Ext.grid.EditorGridPanel-focus"></a>\r
2071             <b>focus</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean selectText</code>]</span>, <span class="optional" title="Optional">[<code>Boolean/Number delay</code>]</span>&nbsp;) : Ext.Component            <div class="mdesc">\r
2072                         <div class="short">Try to focus this component.</div>\r
2073             <div class="long">\r
2074                 Try to focus this component.    <div class="mdetail-params">\r
2075         <strong>Parameters:</strong>\r
2076         <ul><li><code>selectText</code> : Boolean<div class="sub-desc">(optional) If applicable, true to also select the text in this component</div></li><li><code>delay</code> : Boolean/Number<div class="sub-desc">(optional) Delay the focus this number of milliseconds (true for 10 milliseconds)</div></li>        </ul>\r
2077         <strong>Returns:</strong>\r
2078         <ul>\r
2079             <li><code>Ext.Component</code><div class="sub-desc">this</div></li>\r
2080         </ul>\r
2081     </div>\r
2082                 </div>\r
2083                         </div>\r
2084         </td>\r
2085         <td class="msource"><a ext:cls="Ext.Component" ext:member="#focus" href="output/Ext.Component.html#focus">Component</a></td>\r
2086     </tr>\r
2087         <tr class="method-row inherited expandable">\r
2088         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2089         <td class="sig">\r
2090         <a id="Ext.grid.EditorGridPanel-getBottomToolbar"></a>\r
2091             <b>getBottomToolbar</b>() : Ext.Toolbar            <div class="mdesc">\r
2092                         <div class="short">Returns the toolbar from the bottom (bbar) section of the panel.</div>\r
2093             <div class="long">\r
2094                 Returns the toolbar from the bottom (bbar) section of the panel.    <div class="mdetail-params">\r
2095         <strong>Parameters:</strong>\r
2096         <ul><li>None.</li>        </ul>\r
2097         <strong>Returns:</strong>\r
2098         <ul>\r
2099             <li><code>Ext.Toolbar</code><div class="sub-desc">The toolbar</div></li>\r
2100         </ul>\r
2101     </div>\r
2102                 </div>\r
2103                         </div>\r
2104         </td>\r
2105         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#getBottomToolbar" href="output/Ext.Panel.html#getBottomToolbar">Panel</a></td>\r
2106     </tr>\r
2107         <tr class="method-row inherited alt expandable">\r
2108         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2109         <td class="sig">\r
2110         <a id="Ext.grid.EditorGridPanel-getBox"></a>\r
2111             <b>getBox</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean local</code>]</span>&nbsp;) : Object            <div class="mdesc">\r
2112                         <div class="short">Gets the current box measurements of the component's underlying element.</div>\r
2113             <div class="long">\r
2114                 Gets the current box measurements of the component's underlying element.    <div class="mdetail-params">\r
2115         <strong>Parameters:</strong>\r
2116         <ul><li><code>local</code> : Boolean<div class="sub-desc">(optional) If true the element's left and top are returned instead of page XY (defaults to false)</div></li>        </ul>\r
2117         <strong>Returns:</strong>\r
2118         <ul>\r
2119             <li><code>Object</code><div class="sub-desc">box An object in the format {x, y, width, height}</div></li>\r
2120         </ul>\r
2121     </div>\r
2122                 </div>\r
2123                         </div>\r
2124         </td>\r
2125         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getBox" href="output/Ext.BoxComponent.html#getBox">BoxComponent</a></td>\r
2126     </tr>\r
2127         <tr class="method-row inherited expandable">\r
2128         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2129         <td class="sig">\r
2130         <a id="Ext.grid.EditorGridPanel-getColumnModel"></a>\r
2131             <b>getColumnModel</b>() : Ext.grid.ColumnModel            <div class="mdesc">\r
2132                         <div class="short">Returns the grid's ColumnModel.</div>\r
2133             <div class="long">\r
2134                 Returns the grid's ColumnModel.    <div class="mdetail-params">\r
2135         <strong>Parameters:</strong>\r
2136         <ul><li>None.</li>        </ul>\r
2137         <strong>Returns:</strong>\r
2138         <ul>\r
2139             <li><code>Ext.grid.ColumnModel</code><div class="sub-desc">The column model</div></li>\r
2140         </ul>\r
2141     </div>\r
2142                 </div>\r
2143                         </div>\r
2144         </td>\r
2145         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#getColumnModel" href="output/Ext.grid.GridPanel.html#getColumnModel">GridPanel</a></td>\r
2146     </tr>\r
2147         <tr class="method-row inherited alt expandable">\r
2148         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2149         <td class="sig">\r
2150         <a id="Ext.grid.EditorGridPanel-getComponent"></a>\r
2151             <b>getComponent</b>(&nbsp;<code>String/Number id</code>&nbsp;) : Ext.Component            <div class="mdesc">\r
2152                         <div class="short">Gets a direct child Component by id, or by index.</div>\r
2153             <div class="long">\r
2154                 Gets a direct child Component by id, or by index.    <div class="mdetail-params">\r
2155         <strong>Parameters:</strong>\r
2156         <ul><li><code>id</code> : String/Number<div class="sub-desc">or index of child Component to return.</div></li>        </ul>\r
2157         <strong>Returns:</strong>\r
2158         <ul>\r
2159             <li><code>Ext.Component</code></li>\r
2160         </ul>\r
2161     </div>\r
2162                 </div>\r
2163                         </div>\r
2164         </td>\r
2165         <td class="msource"><a ext:cls="Ext.Container" ext:member="#getComponent" href="output/Ext.Container.html#getComponent">Container</a></td>\r
2166     </tr>\r
2167         <tr class="method-row inherited expandable">\r
2168         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2169         <td class="sig">\r
2170         <a id="Ext.grid.EditorGridPanel-getDragDropText"></a>\r
2171             <b>getDragDropText</b>() : String            <div class="mdesc">\r
2172                         <div class="short">Called to get grid's drag proxy text, by default returns this.ddText.</div>\r
2173             <div class="long">\r
2174                 Called to get grid's drag proxy text, by default returns this.ddText.    <div class="mdetail-params">\r
2175         <strong>Parameters:</strong>\r
2176         <ul><li>None.</li>        </ul>\r
2177         <strong>Returns:</strong>\r
2178         <ul>\r
2179             <li><code>String</code><div class="sub-desc">The text</div></li>\r
2180         </ul>\r
2181     </div>\r
2182                 </div>\r
2183                         </div>\r
2184         </td>\r
2185         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#getDragDropText" href="output/Ext.grid.GridPanel.html#getDragDropText">GridPanel</a></td>\r
2186     </tr>\r
2187         <tr class="method-row inherited alt expandable">\r
2188         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2189         <td class="sig">\r
2190         <a id="Ext.grid.EditorGridPanel-getEl"></a>\r
2191             <b>getEl</b>() : Ext.Element            <div class="mdesc">\r
2192                         <div class="short">Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.</div>\r
2193             <div class="long">\r
2194                 Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.    <div class="mdetail-params">\r
2195         <strong>Parameters:</strong>\r
2196         <ul><li>None.</li>        </ul>\r
2197         <strong>Returns:</strong>\r
2198         <ul>\r
2199             <li><code>Ext.Element</code><div class="sub-desc">The element</div></li>\r
2200         </ul>\r
2201     </div>\r
2202                 </div>\r
2203                         </div>\r
2204         </td>\r
2205         <td class="msource"><a ext:cls="Ext.Component" ext:member="#getEl" href="output/Ext.Component.html#getEl">Component</a></td>\r
2206     </tr>\r
2207         <tr class="method-row inherited expandable">\r
2208         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2209         <td class="sig">\r
2210         <a id="Ext.grid.EditorGridPanel-getFrameHeight"></a>\r
2211             <b>getFrameHeight</b>() : Number            <div class="mdesc">\r
2212                         <div class="short">Returns the height in pixels of the framing elements of this panel (including any top and bottom bars and
2213 header and ...</div>\r
2214             <div class="long">\r
2215                 Returns the height in pixels of the framing elements of this panel (including any top and bottom bars and
2216 header and footer elements, but not including the body height).  To retrieve the body height see <a ext:cls="Ext.Panel" ext:member="getInnerHeight" href="output/Ext.Panel.html#getInnerHeight">getInnerHeight</a>.    <div class="mdetail-params">\r
2217         <strong>Parameters:</strong>\r
2218         <ul><li>None.</li>        </ul>\r
2219         <strong>Returns:</strong>\r
2220         <ul>\r
2221             <li><code>Number</code><div class="sub-desc">The frame height</div></li>\r
2222         </ul>\r
2223     </div>\r
2224                 </div>\r
2225                         </div>\r
2226         </td>\r
2227         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#getFrameHeight" href="output/Ext.Panel.html#getFrameHeight">Panel</a></td>\r
2228     </tr>\r
2229         <tr class="method-row inherited alt expandable">\r
2230         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2231         <td class="sig">\r
2232         <a id="Ext.grid.EditorGridPanel-getFrameWidth"></a>\r
2233             <b>getFrameWidth</b>() : Number            <div class="mdesc">\r
2234                         <div class="short">Returns the width in pixels of the framing elements of this panel (not including the body width).  To
2235 retrieve the bo...</div>\r
2236             <div class="long">\r
2237                 Returns the width in pixels of the framing elements of this panel (not including the body width).  To
2238 retrieve the body width see <a ext:cls="Ext.Panel" ext:member="getInnerWidth" href="output/Ext.Panel.html#getInnerWidth">getInnerWidth</a>.    <div class="mdetail-params">\r
2239         <strong>Parameters:</strong>\r
2240         <ul><li>None.</li>        </ul>\r
2241         <strong>Returns:</strong>\r
2242         <ul>\r
2243             <li><code>Number</code><div class="sub-desc">The frame width</div></li>\r
2244         </ul>\r
2245     </div>\r
2246                 </div>\r
2247                         </div>\r
2248         </td>\r
2249         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#getFrameWidth" href="output/Ext.Panel.html#getFrameWidth">Panel</a></td>\r
2250     </tr>\r
2251         <tr class="method-row inherited expandable">\r
2252         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2253         <td class="sig">\r
2254         <a id="Ext.grid.EditorGridPanel-getGridEl"></a>\r
2255             <b>getGridEl</b>() : Element            <div class="mdesc">\r
2256                         <div class="short">Returns the grid's underlying element.</div>\r
2257             <div class="long">\r
2258                 Returns the grid's underlying element.    <div class="mdetail-params">\r
2259         <strong>Parameters:</strong>\r
2260         <ul><li>None.</li>        </ul>\r
2261         <strong>Returns:</strong>\r
2262         <ul>\r
2263             <li><code>Element</code><div class="sub-desc">The element</div></li>\r
2264         </ul>\r
2265     </div>\r
2266                 </div>\r
2267                         </div>\r
2268         </td>\r
2269         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#getGridEl" href="output/Ext.grid.GridPanel.html#getGridEl">GridPanel</a></td>\r
2270     </tr>\r
2271         <tr class="method-row inherited alt expandable">\r
2272         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2273         <td class="sig">\r
2274         <a id="Ext.grid.EditorGridPanel-getId"></a>\r
2275             <b>getId</b>() : String            <div class="mdesc">\r
2276                         <div class="short">Returns the id of this component.</div>\r
2277             <div class="long">\r
2278                 Returns the id of this component.    <div class="mdetail-params">\r
2279         <strong>Parameters:</strong>\r
2280         <ul><li>None.</li>        </ul>\r
2281         <strong>Returns:</strong>\r
2282         <ul>\r
2283             <li><code>String</code></li>\r
2284         </ul>\r
2285     </div>\r
2286                 </div>\r
2287                         </div>\r
2288         </td>\r
2289         <td class="msource"><a ext:cls="Ext.Component" ext:member="#getId" href="output/Ext.Component.html#getId">Component</a></td>\r
2290     </tr>\r
2291         <tr class="method-row inherited expandable">\r
2292         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2293         <td class="sig">\r
2294         <a id="Ext.grid.EditorGridPanel-getInnerHeight"></a>\r
2295             <b>getInnerHeight</b>() : Number            <div class="mdesc">\r
2296                         <div class="short">Returns the height in pixels of the body element (not including the height of any framing elements).
2297 For the frame he...</div>\r
2298             <div class="long">\r
2299                 Returns the height in pixels of the body element (not including the height of any framing elements).
2300 For the frame height see <a ext:cls="Ext.Panel" ext:member="getFrameHeight" href="output/Ext.Panel.html#getFrameHeight">getFrameHeight</a>.    <div class="mdetail-params">\r
2301         <strong>Parameters:</strong>\r
2302         <ul><li>None.</li>        </ul>\r
2303         <strong>Returns:</strong>\r
2304         <ul>\r
2305             <li><code>Number</code><div class="sub-desc">The body height</div></li>\r
2306         </ul>\r
2307     </div>\r
2308                 </div>\r
2309                         </div>\r
2310         </td>\r
2311         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#getInnerHeight" href="output/Ext.Panel.html#getInnerHeight">Panel</a></td>\r
2312     </tr>\r
2313         <tr class="method-row inherited alt expandable">\r
2314         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2315         <td class="sig">\r
2316         <a id="Ext.grid.EditorGridPanel-getInnerWidth"></a>\r
2317             <b>getInnerWidth</b>() : Number            <div class="mdesc">\r
2318                         <div class="short">Returns the width in pixels of the body element (not including the width of any framing elements).
2319 For the frame widt...</div>\r
2320             <div class="long">\r
2321                 Returns the width in pixels of the body element (not including the width of any framing elements).
2322 For the frame width see <a ext:cls="Ext.Panel" ext:member="getFrameWidth" href="output/Ext.Panel.html#getFrameWidth">getFrameWidth</a>.    <div class="mdetail-params">\r
2323         <strong>Parameters:</strong>\r
2324         <ul><li>None.</li>        </ul>\r
2325         <strong>Returns:</strong>\r
2326         <ul>\r
2327             <li><code>Number</code><div class="sub-desc">The body width</div></li>\r
2328         </ul>\r
2329     </div>\r
2330                 </div>\r
2331                         </div>\r
2332         </td>\r
2333         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#getInnerWidth" href="output/Ext.Panel.html#getInnerWidth">Panel</a></td>\r
2334     </tr>\r
2335         <tr class="method-row inherited expandable">\r
2336         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2337         <td class="sig">\r
2338         <a id="Ext.grid.EditorGridPanel-getItemId"></a>\r
2339             <b>getItemId</b>() : String            <div class="mdesc">\r
2340                         <div class="short">Returns the item id of this component.</div>\r
2341             <div class="long">\r
2342                 Returns the item id of this component.    <div class="mdetail-params">\r
2343         <strong>Parameters:</strong>\r
2344         <ul><li>None.</li>        </ul>\r
2345         <strong>Returns:</strong>\r
2346         <ul>\r
2347             <li><code>String</code></li>\r
2348         </ul>\r
2349     </div>\r
2350                 </div>\r
2351                         </div>\r
2352         </td>\r
2353         <td class="msource"><a ext:cls="Ext.Component" ext:member="#getItemId" href="output/Ext.Component.html#getItemId">Component</a></td>\r
2354     </tr>\r
2355         <tr class="method-row inherited alt expandable">\r
2356         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2357         <td class="sig">\r
2358         <a id="Ext.grid.EditorGridPanel-getLayout"></a>\r
2359             <b>getLayout</b>() : ContainerLayout            <div class="mdesc">\r
2360                         <div class="short">Returns the layout currently in use by the container.  If the container does not currently have a layout
2361 set, a defau...</div>\r
2362             <div class="long">\r
2363                 Returns the layout currently in use by the container.  If the container does not currently have a layout
2364 set, a default <a ext:cls="Ext.layout.ContainerLayout" href="output/Ext.layout.ContainerLayout.html">Ext.layout.ContainerLayout</a> will be created and set as the container's layout.    <div class="mdetail-params">\r
2365         <strong>Parameters:</strong>\r
2366         <ul><li>None.</li>        </ul>\r
2367         <strong>Returns:</strong>\r
2368         <ul>\r
2369             <li><code>ContainerLayout</code><div class="sub-desc">layout The container's layout</div></li>\r
2370         </ul>\r
2371     </div>\r
2372                 </div>\r
2373                         </div>\r
2374         </td>\r
2375         <td class="msource"><a ext:cls="Ext.Container" ext:member="#getLayout" href="output/Ext.Container.html#getLayout">Container</a></td>\r
2376     </tr>\r
2377         <tr class="method-row inherited expandable">\r
2378         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2379         <td class="sig">\r
2380         <a id="Ext.grid.EditorGridPanel-getLayoutTarget"></a>\r
2381             <b>getLayoutTarget</b>() : Ext.Element            <div class="mdesc">\r
2382                         <div class="short">Returns the Element to be used to contain the child Components of this Container.
2383 An implementation is provided which...</div>\r
2384             <div class="long">\r
2385                 <p>Returns the Element to be used to contain the child Components of this Container.</p>
2386 <p>An implementation is provided which returns the Container's <a ext:cls="Ext.Container" ext:member="getEl" href="output/Ext.Container.html#getEl">Element</a>, but
2387 if there is a more complex structure to a Container, this may be overridden to return
2388 the element into which the <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> renders child Components.</p>    <div class="mdetail-params">\r
2389         <strong>Parameters:</strong>\r
2390         <ul><li>None.</li>        </ul>\r
2391         <strong>Returns:</strong>\r
2392         <ul>\r
2393             <li><code>Ext.Element</code><div class="sub-desc">The Element to render child Components into.</div></li>\r
2394         </ul>\r
2395     </div>\r
2396                 </div>\r
2397                         </div>\r
2398         </td>\r
2399         <td class="msource"><a ext:cls="Ext.Container" ext:member="#getLayoutTarget" href="output/Ext.Container.html#getLayoutTarget">Container</a></td>\r
2400     </tr>\r
2401         <tr class="method-row inherited alt expandable">\r
2402         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2403         <td class="sig">\r
2404         <a id="Ext.grid.EditorGridPanel-getPosition"></a>\r
2405             <b>getPosition</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean local</code>]</span>&nbsp;) : Array            <div class="mdesc">\r
2406                         <div class="short">Gets the current XY position of the component's underlying element.</div>\r
2407             <div class="long">\r
2408                 Gets the current XY position of the component's underlying element.    <div class="mdetail-params">\r
2409         <strong>Parameters:</strong>\r
2410         <ul><li><code>local</code> : Boolean<div class="sub-desc">(optional) If true the element's left and top are returned instead of page XY (defaults to false)</div></li>        </ul>\r
2411         <strong>Returns:</strong>\r
2412         <ul>\r
2413             <li><code>Array</code><div class="sub-desc">The XY position of the element (e.g., [100, 200])</div></li>\r
2414         </ul>\r
2415     </div>\r
2416                 </div>\r
2417                         </div>\r
2418         </td>\r
2419         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getPosition" href="output/Ext.BoxComponent.html#getPosition">BoxComponent</a></td>\r
2420     </tr>\r
2421         <tr class="method-row inherited expandable">\r
2422         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2423         <td class="sig">\r
2424         <a id="Ext.grid.EditorGridPanel-getSelectionModel"></a>\r
2425             <b>getSelectionModel</b>() : Ext.grid.AbstractSelectionModel            <div class="mdesc">\r
2426                         <div class="short">Returns the grid's SelectionModel.</div>\r
2427             <div class="long">\r
2428                 Returns the grid's SelectionModel.    <div class="mdetail-params">\r
2429         <strong>Parameters:</strong>\r
2430         <ul><li>None.</li>        </ul>\r
2431         <strong>Returns:</strong>\r
2432         <ul>\r
2433             <li><code>Ext.grid.AbstractSelectionModel</code><div class="sub-desc">SelectionModel} The selection model configured by the @link (#selModel} configuration option. This will be a subclass of {Ext.grid.AbstractSelectionModel} which provides either cell or row selectability.</div></li>\r
2434         </ul>\r
2435     </div>\r
2436                 </div>\r
2437                         </div>\r
2438         </td>\r
2439         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#getSelectionModel" href="output/Ext.grid.GridPanel.html#getSelectionModel">GridPanel</a></td>\r
2440     </tr>\r
2441         <tr class="method-row inherited alt expandable">\r
2442         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2443         <td class="sig">\r
2444         <a id="Ext.grid.EditorGridPanel-getSize"></a>\r
2445             <b>getSize</b>() : Object            <div class="mdesc">\r
2446                         <div class="short">Gets the current size of the component's underlying element.</div>\r
2447             <div class="long">\r
2448                 Gets the current size of the component's underlying element.    <div class="mdetail-params">\r
2449         <strong>Parameters:</strong>\r
2450         <ul><li>None.</li>        </ul>\r
2451         <strong>Returns:</strong>\r
2452         <ul>\r
2453             <li><code>Object</code><div class="sub-desc">An object containing the element's size {width: (element width), height: (element height)}</div></li>\r
2454         </ul>\r
2455     </div>\r
2456                 </div>\r
2457                         </div>\r
2458         </td>\r
2459         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getSize" href="output/Ext.BoxComponent.html#getSize">BoxComponent</a></td>\r
2460     </tr>\r
2461         <tr class="method-row inherited expandable">\r
2462         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2463         <td class="sig">\r
2464         <a id="Ext.grid.EditorGridPanel-getStore"></a>\r
2465             <b>getStore</b>() : Ext.data.Store            <div class="mdesc">\r
2466                         <div class="short">Returns the grid's data store.</div>\r
2467             <div class="long">\r
2468                 Returns the grid's data store.    <div class="mdetail-params">\r
2469         <strong>Parameters:</strong>\r
2470         <ul><li>None.</li>        </ul>\r
2471         <strong>Returns:</strong>\r
2472         <ul>\r
2473             <li><code>Ext.data.Store</code><div class="sub-desc">The store</div></li>\r
2474         </ul>\r
2475     </div>\r
2476                 </div>\r
2477                         </div>\r
2478         </td>\r
2479         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#getStore" href="output/Ext.grid.GridPanel.html#getStore">GridPanel</a></td>\r
2480     </tr>\r
2481         <tr class="method-row inherited alt expandable">\r
2482         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2483         <td class="sig">\r
2484         <a id="Ext.grid.EditorGridPanel-getTool"></a>\r
2485             <b>getTool</b>(&nbsp;<code>String id</code>&nbsp;) : Object            <div class="mdesc">\r
2486                         <div class="short">Retrieve a tool by id.</div>\r
2487             <div class="long">\r
2488                 Retrieve a tool by id.    <div class="mdetail-params">\r
2489         <strong>Parameters:</strong>\r
2490         <ul><li><code>id</code> : String<div class="sub-desc"></div></li>        </ul>\r
2491         <strong>Returns:</strong>\r
2492         <ul>\r
2493             <li><code>Object</code><div class="sub-desc">tool</div></li>\r
2494         </ul>\r
2495     </div>\r
2496                 </div>\r
2497                         </div>\r
2498         </td>\r
2499         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#getTool" href="output/Ext.Panel.html#getTool">Panel</a></td>\r
2500     </tr>\r
2501         <tr class="method-row inherited expandable">\r
2502         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2503         <td class="sig">\r
2504         <a id="Ext.grid.EditorGridPanel-getTopToolbar"></a>\r
2505             <b>getTopToolbar</b>() : Ext.Toolbar            <div class="mdesc">\r
2506                         <div class="short">Returns the toolbar from the top (tbar) section of the panel.</div>\r
2507             <div class="long">\r
2508                 Returns the toolbar from the top (tbar) section of the panel.    <div class="mdetail-params">\r
2509         <strong>Parameters:</strong>\r
2510         <ul><li>None.</li>        </ul>\r
2511         <strong>Returns:</strong>\r
2512         <ul>\r
2513             <li><code>Ext.Toolbar</code><div class="sub-desc">The toolbar</div></li>\r
2514         </ul>\r
2515     </div>\r
2516                 </div>\r
2517                         </div>\r
2518         </td>\r
2519         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#getTopToolbar" href="output/Ext.Panel.html#getTopToolbar">Panel</a></td>\r
2520     </tr>\r
2521         <tr class="method-row inherited alt expandable">\r
2522         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2523         <td class="sig">\r
2524         <a id="Ext.grid.EditorGridPanel-getUpdater"></a>\r
2525             <b>getUpdater</b>() : Ext.Updater            <div class="mdesc">\r
2526                         <div class="short">Get the <a ext:cls="Ext.Updater" href="output/Ext.Updater.html">Ext.Updater</a> for this panel. Enables you to perform Ajax updates of this panel's body.</div>\r
2527             <div class="long">\r
2528                 Get the <a ext:cls="Ext.Updater" href="output/Ext.Updater.html">Ext.Updater</a> for this panel. Enables you to perform Ajax updates of this panel's body.    <div class="mdetail-params">\r
2529         <strong>Parameters:</strong>\r
2530         <ul><li>None.</li>        </ul>\r
2531         <strong>Returns:</strong>\r
2532         <ul>\r
2533             <li><code>Ext.Updater</code><div class="sub-desc">The Updater</div></li>\r
2534         </ul>\r
2535     </div>\r
2536                 </div>\r
2537                         </div>\r
2538         </td>\r
2539         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#getUpdater" href="output/Ext.Panel.html#getUpdater">Panel</a></td>\r
2540     </tr>\r
2541         <tr class="method-row inherited expandable">\r
2542         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2543         <td class="sig">\r
2544         <a id="Ext.grid.EditorGridPanel-getView"></a>\r
2545             <b>getView</b>() : Ext.grid.GridView            <div class="mdesc">\r
2546                         <div class="short">Returns the grid's GridView object.</div>\r
2547             <div class="long">\r
2548                 Returns the grid's GridView object.    <div class="mdetail-params">\r
2549         <strong>Parameters:</strong>\r
2550         <ul><li>None.</li>        </ul>\r
2551         <strong>Returns:</strong>\r
2552         <ul>\r
2553             <li><code>Ext.grid.GridView</code><div class="sub-desc">The grid view</div></li>\r
2554         </ul>\r
2555     </div>\r
2556                 </div>\r
2557                         </div>\r
2558         </td>\r
2559         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#getView" href="output/Ext.grid.GridPanel.html#getView">GridPanel</a></td>\r
2560     </tr>\r
2561         <tr class="method-row inherited alt expandable">\r
2562         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2563         <td class="sig">\r
2564         <a id="Ext.grid.EditorGridPanel-getXType"></a>\r
2565             <b>getXType</b>() : String            <div class="mdesc">\r
2566                         <div class="short">Gets the xtype for this component as registered with Ext.ComponentMgr. For a list of all
2567 available xtypes, see the Ex...</div>\r
2568             <div class="long">\r
2569                 Gets the xtype for this component as registered with <a ext:cls="Ext.ComponentMgr" href="output/Ext.ComponentMgr.html">Ext.ComponentMgr</a>. For a list of all
2570 available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
2571 <pre><code>var t = <b>new</b> Ext.form.TextField();
2572 alert(t.getXType());  // alerts <em>'textfield'</em></code></pre>    <div class="mdetail-params">\r
2573         <strong>Parameters:</strong>\r
2574         <ul><li>None.</li>        </ul>\r
2575         <strong>Returns:</strong>\r
2576         <ul>\r
2577             <li><code>String</code><div class="sub-desc">The xtype</div></li>\r
2578         </ul>\r
2579     </div>\r
2580                 </div>\r
2581                         </div>\r
2582         </td>\r
2583         <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXType" href="output/Ext.Component.html#getXType">Component</a></td>\r
2584     </tr>\r
2585         <tr class="method-row inherited expandable">\r
2586         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2587         <td class="sig">\r
2588         <a id="Ext.grid.EditorGridPanel-getXTypes"></a>\r
2589             <b>getXTypes</b>() : String            <div class="mdesc">\r
2590                         <div class="short">Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all
2591 available xtypes, see the Ext...</div>\r
2592             <div class="long">\r
2593                 <p>Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all
2594 available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header.</p>
2595 <p><b>If using your own subclasses, be aware that a Component must register its own xtype
2596 to participate in determination of inherited xtypes.</b></p>
2597 <p>Example usage:</p>
2598 <pre><code>\r
2599 var t = new Ext.form.TextField();\r
2600 alert(t.getXTypes());  // alerts 'component/box/field/textfield'</pre></code>    <div class="mdetail-params">\r
2601         <strong>Parameters:</strong>\r
2602         <ul><li>None.</li>        </ul>\r
2603         <strong>Returns:</strong>\r
2604         <ul>\r
2605             <li><code>String</code><div class="sub-desc">The xtype hierarchy string</div></li>\r
2606         </ul>\r
2607     </div>\r
2608                 </div>\r
2609                         </div>\r
2610         </td>\r
2611         <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXTypes" href="output/Ext.Component.html#getXTypes">Component</a></td>\r
2612     </tr>\r
2613         <tr class="method-row inherited alt expandable">\r
2614         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2615         <td class="sig">\r
2616         <a id="Ext.grid.EditorGridPanel-hasListener"></a>\r
2617             <b>hasListener</b>(&nbsp;<code>String eventName</code>&nbsp;) : Boolean            <div class="mdesc">\r
2618                         <div class="short">Checks to see if this object has any listeners for a specified event</div>\r
2619             <div class="long">\r
2620                 Checks to see if this object has any listeners for a specified event    <div class="mdetail-params">\r
2621         <strong>Parameters:</strong>\r
2622         <ul><li><code>eventName</code> : String<div class="sub-desc">The name of the event to check for</div></li>        </ul>\r
2623         <strong>Returns:</strong>\r
2624         <ul>\r
2625             <li><code>Boolean</code><div class="sub-desc">True if the event is being listened for, else false</div></li>\r
2626         </ul>\r
2627     </div>\r
2628                 </div>\r
2629                         </div>\r
2630         </td>\r
2631         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#hasListener" href="output/Ext.util.Observable.html#hasListener">Observable</a></td>\r
2632     </tr>\r
2633         <tr class="method-row inherited expandable">\r
2634         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2635         <td class="sig">\r
2636         <a id="Ext.grid.EditorGridPanel-hide"></a>\r
2637             <b>hide</b>() : Ext.Component            <div class="mdesc">\r
2638                         <div class="short">Hide this component.</div>\r
2639             <div class="long">\r
2640                 Hide this component.    <div class="mdetail-params">\r
2641         <strong>Parameters:</strong>\r
2642         <ul><li>None.</li>        </ul>\r
2643         <strong>Returns:</strong>\r
2644         <ul>\r
2645             <li><code>Ext.Component</code><div class="sub-desc">this</div></li>\r
2646         </ul>\r
2647     </div>\r
2648                 </div>\r
2649                         </div>\r
2650         </td>\r
2651         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hide" href="output/Ext.Component.html#hide">Component</a></td>\r
2652     </tr>\r
2653         <tr class="method-row inherited alt expandable">\r
2654         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2655         <td class="sig">\r
2656         <a id="Ext.grid.EditorGridPanel-insert"></a>\r
2657             <b>insert</b>(&nbsp;<code>Number index</code>, <code>Ext.Component component</code>&nbsp;) : Ext.Component            <div class="mdesc">\r
2658                         <div class="short">Inserts a Component into this Container at a specified index. Fires the
2659 beforeadd event before inserting, then fires ...</div>\r
2660             <div class="long">\r
2661                 Inserts a Component into this Container at a specified index. Fires the
2662 <a ext:cls="Ext.Container" ext:member="beforeadd" href="output/Ext.Container.html#beforeadd">beforeadd</a> event before inserting, then fires the <a ext:cls="Ext.Container" ext:member="add" href="output/Ext.Container.html#add">add</a> event after the
2663 Component has been inserted.    <div class="mdetail-params">\r
2664         <strong>Parameters:</strong>\r
2665         <ul><li><code>index</code> : Number<div class="sub-desc">The index at which the Component will be inserted
2666 into the Container's items collection</div></li><li><code>component</code> : Ext.Component<div class="sub-desc">The child Component to insert.<br><br>
2667 Ext uses lazy rendering, and will only render the inserted Component should
2668 it become necessary.<br><br>
2669 A Component config object may be passed in order to avoid the overhead of
2670 constructing a real Component object if lazy rendering might mean that the
2671 inserted Component will not be rendered immediately. To take advantage of
2672 this "lazy instantiation", set the <a ext:cls="Ext.Component" ext:member="xtype" href="output/Ext.Component.html#xtype">Ext.Component.xtype</a> config
2673 property to the registered type of the Component wanted.<br><br>
2674 For a list of all available xtypes, see <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a>.</div></li>        </ul>\r
2675         <strong>Returns:</strong>\r
2676         <ul>\r
2677             <li><code>Ext.Component</code><div class="sub-desc">component The Component (or config object) that was inserted with the Container's default config values applied.</div></li>\r
2678         </ul>\r
2679     </div>\r
2680                 </div>\r
2681                         </div>\r
2682         </td>\r
2683         <td class="msource"><a ext:cls="Ext.Container" ext:member="#insert" href="output/Ext.Container.html#insert">Container</a></td>\r
2684     </tr>\r
2685         <tr class="method-row inherited expandable">\r
2686         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2687         <td class="sig">\r
2688         <a id="Ext.grid.EditorGridPanel-isVisible"></a>\r
2689             <b>isVisible</b>() : void            <div class="mdesc">\r
2690                         <div class="short">Returns true if this component is visible.</div>\r
2691             <div class="long">\r
2692                 Returns true if this component is visible.    <div class="mdetail-params">\r
2693         <strong>Parameters:</strong>\r
2694         <ul><li>None.</li>        </ul>\r
2695         <strong>Returns:</strong>\r
2696         <ul>\r
2697             <li><code>void</code></li>\r
2698         </ul>\r
2699     </div>\r
2700                 </div>\r
2701                         </div>\r
2702         </td>\r
2703         <td class="msource"><a ext:cls="Ext.Component" ext:member="#isVisible" href="output/Ext.Component.html#isVisible">Component</a></td>\r
2704     </tr>\r
2705         <tr class="method-row inherited alt expandable">\r
2706         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2707         <td class="sig">\r
2708         <a id="Ext.grid.EditorGridPanel-isXType"></a>\r
2709             <b>isXType</b>(&nbsp;<code>String xtype</code>, <span class="optional" title="Optional">[<code>Boolean shallow</code>]</span>&nbsp;) : void            <div class="mdesc">\r
2710                         <div class="short">Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended
2711 from th...</div>\r
2712             <div class="long">\r
2713                 <p>Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended
2714 from the xtype (default) or whether it is directly of the xtype specified (shallow = true).</p>
2715 <p><b>If using your own subclasses, be aware that a Component must register its own xtype
2716 to participate in determination of inherited xtypes.</b></p>
2717 <p>For a list of all available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header.</p>
2718 <p>Example usage:</p>
2719 <pre><code>var t = <b>new</b> Ext.form.TextField();
2720 <b>var</b> isText = t.isXType(<em>'textfield'</em>);        <i>// true</i>
2721 <b>var</b> isBoxSubclass = t.isXType(<em>'box'</em>);       <i>// true, descended from BoxComponent</i>
2722 <b>var</b> isBoxInstance = t.isXType(<em>'box'</em>, true); // false, not a direct BoxComponent instance</code></pre>    <div class="mdetail-params">\r
2723         <strong>Parameters:</strong>\r
2724         <ul><li><code>xtype</code> : String<div class="sub-desc">The xtype to check for this Component</div></li><li><code>shallow</code> : Boolean<div class="sub-desc">(optional) False to check whether this Component is descended from the xtype (this is
2725 the default), or true to check whether this Component is directly of the specified xtype.</div></li>        </ul>\r
2726         <strong>Returns:</strong>\r
2727         <ul>\r
2728             <li><code>void</code></li>\r
2729         </ul>\r
2730     </div>\r
2731                 </div>\r
2732                         </div>\r
2733         </td>\r
2734         <td class="msource"><a ext:cls="Ext.Component" ext:member="#isXType" href="output/Ext.Component.html#isXType">Component</a></td>\r
2735     </tr>\r
2736         <tr class="method-row inherited expandable">\r
2737         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2738         <td class="sig">\r
2739         <a id="Ext.grid.EditorGridPanel-load"></a>\r
2740             <b>load</b>(&nbsp;<code>Object/String/Function config</code>&nbsp;) : Ext.Panel            <div class="mdesc">\r
2741                         <div class="short">Loads this content panel immediately with content returned from an XHR call.</div>\r
2742             <div class="long">\r
2743                 Loads this content panel immediately with content returned from an XHR call.    <div class="mdetail-params">\r
2744         <strong>Parameters:</strong>\r
2745         <ul><li><code>config</code> : Object/String/Function<div class="sub-desc">A config object containing any of the following options:\r
2746 <pre><code>panel.load({
2747     url: <em>"your-url.php"</em>,
2748     params: {param1: <em>"foo"</em>, param2: <em>"bar"</em>}, <i>// or a URL encoded string</i>
2749     callback: yourFunction,
2750     scope: yourObject, <i>// optional scope <b>for</b> the callback</i>
2751     discardUrl: false,
2752     nocache: false,
2753     text: <em>"Loading..."</em>,
2754     timeout: 30,
2755     scripts: false
2756 });</code></pre>
2757 The only required property is url. The optional properties nocache, text and scripts
2758 are shorthand for disableCaching, indicatorText and loadScripts and are used to set their
2759 associated property on this panel Updater instance.</div></li>        </ul>\r
2760         <strong>Returns:</strong>\r
2761         <ul>\r
2762             <li><code>Ext.Panel</code><div class="sub-desc">this</div></li>\r
2763         </ul>\r
2764     </div>\r
2765                 </div>\r
2766                         </div>\r
2767         </td>\r
2768         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#load" href="output/Ext.Panel.html#load">Panel</a></td>\r
2769     </tr>\r
2770         <tr class="method-row inherited alt expandable">\r
2771         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2772         <td class="sig">\r
2773         <a id="Ext.grid.EditorGridPanel-on"></a>\r
2774             <b>on</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Object options</code>]</span>&nbsp;) : void            <div class="mdesc">\r
2775                         <div class="short">Appends an event handler to this element (shorthand for addListener)</div>\r
2776             <div class="long">\r
2777                 Appends an event handler to this element (shorthand for addListener)    <div class="mdetail-params">\r
2778         <strong>Parameters:</strong>\r
2779         <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The method the event invokes</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope in which to execute the handler
2780 function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>\r
2781         <strong>Returns:</strong>\r
2782         <ul>\r
2783             <li><code>void</code></li>\r
2784         </ul>\r
2785     </div>\r
2786                 </div>\r
2787                         </div>\r
2788         </td>\r
2789         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#on" href="output/Ext.util.Observable.html#on">Observable</a></td>\r
2790     </tr>\r
2791         <tr class="method-row inherited expandable">\r
2792         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2793         <td class="sig">\r
2794         <a id="Ext.grid.EditorGridPanel-purgeListeners"></a>\r
2795             <b>purgeListeners</b>() : void            <div class="mdesc">\r
2796                         <div class="short">Removes all listeners for this object</div>\r
2797             <div class="long">\r
2798                 Removes all listeners for this object    <div class="mdetail-params">\r
2799         <strong>Parameters:</strong>\r
2800         <ul><li>None.</li>        </ul>\r
2801         <strong>Returns:</strong>\r
2802         <ul>\r
2803             <li><code>void</code></li>\r
2804         </ul>\r
2805     </div>\r
2806                 </div>\r
2807                         </div>\r
2808         </td>\r
2809         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#purgeListeners" href="output/Ext.util.Observable.html#purgeListeners">Observable</a></td>\r
2810     </tr>\r
2811         <tr class="method-row inherited alt expandable">\r
2812         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2813         <td class="sig">\r
2814         <a id="Ext.grid.EditorGridPanel-reconfigure"></a>\r
2815             <b>reconfigure</b>(&nbsp;<code>Ext.data.Store store</code>, <code>Ext.grid.ColumnModel colModel</code>&nbsp;) : void            <div class="mdesc">\r
2816                         <div class="short">Reconfigures the grid to use a different Store and Column Model.
2817 The View will be bound to the new objects and refres...</div>\r
2818             <div class="long">\r
2819                 <p>Reconfigures the grid to use a different Store and Column Model.
2820 The View will be bound to the new objects and refreshed.</p>
2821 <p>Be aware that upon reconfiguring a GridPanel, certain existing settings <i>may</i> become
2822 invalidated. For example the configured <a ext:cls="Ext.grid.GridPanel" ext:member="autoExpandColumn" href="output/Ext.grid.GridPanel.html#autoExpandColumn">autoExpandColumn</a> may no longer exist in the
2823 new ColumnModel. Also, an existing <a ext:cls="Ext.PagingToolbar" href="output/Ext.PagingToolbar.html">PagingToolbar</a> will still be bound
2824 to the old Store, and will need rebinding. Any <a ext:cls="Ext.grid.GridPanel" ext:member="plugins" href="output/Ext.grid.GridPanel.html#plugins">plugins</a> might also need reconfiguring
2825 with the new data.</p>    <div class="mdetail-params">\r
2826         <strong>Parameters:</strong>\r
2827         <ul><li><code>store</code> : Ext.data.Store<div class="sub-desc">The new <a ext:cls="Ext.data.Store" href="output/Ext.data.Store.html">Ext.data.Store</a> object</div></li><li><code>colModel</code> : Ext.grid.ColumnModel<div class="sub-desc">The new <a ext:cls="Ext.grid.ColumnModel" href="output/Ext.grid.ColumnModel.html">Ext.grid.ColumnModel</a> object</div></li>        </ul>\r
2828         <strong>Returns:</strong>\r
2829         <ul>\r
2830             <li><code>void</code></li>\r
2831         </ul>\r
2832     </div>\r
2833                 </div>\r
2834                         </div>\r
2835         </td>\r
2836         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#reconfigure" href="output/Ext.grid.GridPanel.html#reconfigure">GridPanel</a></td>\r
2837     </tr>\r
2838         <tr class="method-row inherited expandable">\r
2839         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2840         <td class="sig">\r
2841         <a id="Ext.grid.EditorGridPanel-relayEvents"></a>\r
2842             <b>relayEvents</b>(&nbsp;<code>Object o</code>, <code>Array events</code>&nbsp;) : void            <div class="mdesc">\r
2843                         <div class="short">Relays selected events from the specified Observable as if the events were fired by <tt><b>this</b></tt>.</div>\r
2844             <div class="long">\r
2845                 Relays selected events from the specified Observable as if the events were fired by <tt><b>this</b></tt>.    <div class="mdetail-params">\r
2846         <strong>Parameters:</strong>\r
2847         <ul><li><code>o</code> : Object<div class="sub-desc">The Observable whose events this object is to relay.</div></li><li><code>events</code> : Array<div class="sub-desc">Array of event names to relay.</div></li>        </ul>\r
2848         <strong>Returns:</strong>\r
2849         <ul>\r
2850             <li><code>void</code></li>\r
2851         </ul>\r
2852     </div>\r
2853                 </div>\r
2854                         </div>\r
2855         </td>\r
2856         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#relayEvents" href="output/Ext.util.Observable.html#relayEvents">Observable</a></td>\r
2857     </tr>\r
2858         <tr class="method-row inherited alt expandable">\r
2859         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2860         <td class="sig">\r
2861         <a id="Ext.grid.EditorGridPanel-remove"></a>\r
2862             <b>remove</b>(&nbsp;<code>Component/String component</code>, <span class="optional" title="Optional">[<code>Boolean autoDestroy</code>]</span>&nbsp;) : Ext.Component            <div class="mdesc">\r
2863                         <div class="short">Removes a component from this container.  Fires the beforeremove event before removing, then fires
2864 the remove event a...</div>\r
2865             <div class="long">\r
2866                 Removes a component from this container.  Fires the <a ext:cls="Ext.Container" ext:member="beforeremove" href="output/Ext.Container.html#beforeremove">beforeremove</a> event before removing, then fires
2867 the <a ext:cls="Ext.Container" ext:member="remove" href="output/Ext.Container.html#remove">remove</a> event after the component has been removed.    <div class="mdetail-params">\r
2868         <strong>Parameters:</strong>\r
2869         <ul><li><code>component</code> : Component/String<div class="sub-desc">The component reference or id to remove.</div></li><li><code>autoDestroy</code> : Boolean<div class="sub-desc">(optional) True to automatically invoke the removed Component's <a ext:cls="Ext.Component" ext:member="destroy" href="output/Ext.Component.html#destroy">Ext.Component.destroy</a> function.
2870 Defaults to the value of this Container's <a ext:cls="Ext.Container" ext:member="autoDestroy" href="output/Ext.Container.html#autoDestroy">autoDestroy</a> config.</div></li>        </ul>\r
2871         <strong>Returns:</strong>\r
2872         <ul>\r
2873             <li><code>Ext.Component</code><div class="sub-desc">component The Component that was removed.</div></li>\r
2874         </ul>\r
2875     </div>\r
2876                 </div>\r
2877                         </div>\r
2878         </td>\r
2879         <td class="msource"><a ext:cls="Ext.Container" ext:member="#remove" href="output/Ext.Container.html#remove">Container</a></td>\r
2880     </tr>\r
2881         <tr class="method-row inherited expandable">\r
2882         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2883         <td class="sig">\r
2884         <a id="Ext.grid.EditorGridPanel-removeAll"></a>\r
2885             <b>removeAll</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean autoDestroy</code>]</span>&nbsp;) : Array            <div class="mdesc">\r
2886                         <div class="short">Removes all components from this container.</div>\r
2887             <div class="long">\r
2888                 Removes all components from this container.    <div class="mdetail-params">\r
2889         <strong>Parameters:</strong>\r
2890         <ul><li><code>autoDestroy</code> : Boolean<div class="sub-desc">(optional) True to automatically invoke the removed Component's <a ext:cls="Ext.Component" ext:member="destroy" href="output/Ext.Component.html#destroy">Ext.Component.destroy</a> function.
2891 Defaults to the value of this Container's <a ext:cls="Ext.Container" ext:member="autoDestroy" href="output/Ext.Container.html#autoDestroy">autoDestroy</a> config.</div></li>        </ul>\r
2892         <strong>Returns:</strong>\r
2893         <ul>\r
2894             <li><code>Array</code><div class="sub-desc">Array of the destroyed components</div></li>\r
2895         </ul>\r
2896     </div>\r
2897                 </div>\r
2898                         </div>\r
2899         </td>\r
2900         <td class="msource"><a ext:cls="Ext.Container" ext:member="#removeAll" href="output/Ext.Container.html#removeAll">Container</a></td>\r
2901     </tr>\r
2902         <tr class="method-row inherited alt expandable">\r
2903         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2904         <td class="sig">\r
2905         <a id="Ext.grid.EditorGridPanel-removeClass"></a>\r
2906             <b>removeClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">\r
2907                         <div class="short">Removes a CSS class from the component's underlying element.</div>\r
2908             <div class="long">\r
2909                 Removes a CSS class from the component's underlying element.    <div class="mdetail-params">\r
2910         <strong>Parameters:</strong>\r
2911         <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to remove</div></li>        </ul>\r
2912         <strong>Returns:</strong>\r
2913         <ul>\r
2914             <li><code>void</code></li>\r
2915         </ul>\r
2916     </div>\r
2917                 </div>\r
2918                         </div>\r
2919         </td>\r
2920         <td class="msource"><a ext:cls="Ext.Component" ext:member="#removeClass" href="output/Ext.Component.html#removeClass">Component</a></td>\r
2921     </tr>\r
2922         <tr class="method-row inherited expandable">\r
2923         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2924         <td class="sig">\r
2925         <a id="Ext.grid.EditorGridPanel-removeListener"></a>\r
2926             <b>removeListener</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : void            <div class="mdesc">\r
2927                         <div class="short">Removes a listener</div>\r
2928             <div class="long">\r
2929                 Removes a listener    <div class="mdetail-params">\r
2930         <strong>Parameters:</strong>\r
2931         <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The handler to remove</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope (this object) for the handler</div></li>        </ul>\r
2932         <strong>Returns:</strong>\r
2933         <ul>\r
2934             <li><code>void</code></li>\r
2935         </ul>\r
2936     </div>\r
2937                 </div>\r
2938                         </div>\r
2939         </td>\r
2940         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#removeListener" href="output/Ext.util.Observable.html#removeListener">Observable</a></td>\r
2941     </tr>\r
2942         <tr class="method-row inherited alt expandable">\r
2943         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2944         <td class="sig">\r
2945         <a id="Ext.grid.EditorGridPanel-render"></a>\r
2946             <b>render</b>(&nbsp;<span class="optional" title="Optional">[<code>Element/HTMLElement/String container</code>]</span>, <span class="optional" title="Optional">[<code>String/Number position</code>]</span>&nbsp;) : void            <div class="mdesc">\r
2947                         <div class="short">Render this Component into the passed HTML element.
2948 If you are using a Container object to house this Component, then...</div>\r
2949             <div class="long">\r
2950                 <p>Render this Component into the passed HTML element.</p>
2951 <p><b>If you are using a <a ext:cls="Ext.Container" href="output/Ext.Container.html">Container</a> object to house this Component, then
2952 do not use the render method.</b></p>
2953 <p>A Container's child Components are rendered by that Container's
2954 <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> manager when the Container is first rendered.</p>
2955 <p>Certain layout managers allow dynamic addition of child components. Those that do
2956 include <a ext:cls="Ext.layout.CardLayout" href="output/Ext.layout.CardLayout.html">Ext.layout.CardLayout</a>, <a ext:cls="Ext.layout.AnchorLayout" href="output/Ext.layout.AnchorLayout.html">Ext.layout.AnchorLayout</a>,
2957 <a ext:cls="Ext.layout.FormLayout" href="output/Ext.layout.FormLayout.html">Ext.layout.FormLayout</a>, <a ext:cls="Ext.layout.TableLayout" href="output/Ext.layout.TableLayout.html">Ext.layout.TableLayout</a>.</p>
2958 <p>If the Container is already rendered when a new child Component is added, you may need to call
2959 the Container's <a ext:cls="Ext.Container" ext:member="doLayout" href="output/Ext.Container.html#doLayout">doLayout</a> to refresh the view which causes any
2960 unrendered child Components to be rendered. This is required so that you can add multiple
2961 child components if needed while only refreshing the layout once.</p>
2962 <p>When creating complex UIs, it is important to remember that sizing and positioning
2963 of child items is the responsibility of the Container's <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> manager.
2964 If you expect child items to be sized in response to user interactions, you must
2965 configure the Container with a layout manager which creates and manages the type of layout you
2966 have in mind.</p>
2967 <p><b>Omitting the Container's <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> config means that a basic
2968 layout manager is used which does nothing but render child components sequentially into the
2969 Container. No sizing or positioning will be performed in this situation.</b></p>    <div class="mdetail-params">\r
2970         <strong>Parameters:</strong>\r
2971         <ul><li><code>container</code> : Element/HTMLElement/String<div class="sub-desc">(optional) The element this Component should be
2972 rendered into. If it is being created from existing markup, this should be omitted.</div></li><li><code>position</code> : String/Number<div class="sub-desc">(optional) The element ID or DOM node index within the container <b>before</b>
2973 which this component will be inserted (defaults to appending to the end of the container)</div></li>        </ul>\r
2974         <strong>Returns:</strong>\r
2975         <ul>\r
2976             <li><code>void</code></li>\r
2977         </ul>\r
2978     </div>\r
2979                 </div>\r
2980                         </div>\r
2981         </td>\r
2982         <td class="msource"><a ext:cls="Ext.Component" ext:member="#render" href="output/Ext.Component.html#render">Component</a></td>\r
2983     </tr>\r
2984         <tr class="method-row inherited expandable">\r
2985         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2986         <td class="sig">\r
2987         <a id="Ext.grid.EditorGridPanel-resumeEvents"></a>\r
2988             <b>resumeEvents</b>() : void            <div class="mdesc">\r
2989                         <div class="short">Resume firing events. (see <a ext:cls="Ext.util.Observable" ext:member="suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">suspendEvents</a>)</div>\r
2990             <div class="long">\r
2991                 Resume firing events. (see <a ext:cls="Ext.util.Observable" ext:member="suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">suspendEvents</a>)    <div class="mdetail-params">\r
2992         <strong>Parameters:</strong>\r
2993         <ul><li>None.</li>        </ul>\r
2994         <strong>Returns:</strong>\r
2995         <ul>\r
2996             <li><code>void</code></li>\r
2997         </ul>\r
2998     </div>\r
2999                 </div>\r
3000                         </div>\r
3001         </td>\r
3002         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">Observable</a></td>\r
3003     </tr>\r
3004         <tr class="method-row inherited alt expandable">\r
3005         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3006         <td class="sig">\r
3007         <a id="Ext.grid.EditorGridPanel-setDisabled"></a>\r
3008             <b>setDisabled</b>(&nbsp;<code>Boolean disabled</code>&nbsp;) : void            <div class="mdesc">\r
3009                         <div class="short">Convenience function for setting disabled/enabled by boolean.</div>\r
3010             <div class="long">\r
3011                 Convenience function for setting disabled/enabled by boolean.    <div class="mdetail-params">\r
3012         <strong>Parameters:</strong>\r
3013         <ul><li><code>disabled</code> : Boolean<div class="sub-desc"></div></li>        </ul>\r
3014         <strong>Returns:</strong>\r
3015         <ul>\r
3016             <li><code>void</code></li>\r
3017         </ul>\r
3018     </div>\r
3019                 </div>\r
3020                         </div>\r
3021         </td>\r
3022         <td class="msource"><a ext:cls="Ext.Component" ext:member="#setDisabled" href="output/Ext.Component.html#setDisabled">Component</a></td>\r
3023     </tr>\r
3024         <tr class="method-row inherited expandable">\r
3025         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3026         <td class="sig">\r
3027         <a id="Ext.grid.EditorGridPanel-setHeight"></a>\r
3028             <b>setHeight</b>(&nbsp;<code>Number height</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
3029                         <div class="short">Sets the height of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.</div>\r
3030             <div class="long">\r
3031                 Sets the height of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.    <div class="mdetail-params">\r
3032         <strong>Parameters:</strong>\r
3033         <ul><li><code>height</code> : Number<div class="sub-desc">The new height to set</div></li>        </ul>\r
3034         <strong>Returns:</strong>\r
3035         <ul>\r
3036             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
3037         </ul>\r
3038     </div>\r
3039                 </div>\r
3040                         </div>\r
3041         </td>\r
3042         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setHeight" href="output/Ext.BoxComponent.html#setHeight">BoxComponent</a></td>\r
3043     </tr>\r
3044         <tr class="method-row inherited alt expandable">\r
3045         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3046         <td class="sig">\r
3047         <a id="Ext.grid.EditorGridPanel-setIconClass"></a>\r
3048             <b>setIconClass</b>(&nbsp;<code>String cls</code>&nbsp;) : void            <div class="mdesc">\r
3049                         <div class="short">Sets the CSS class that provides the icon image for this panel.  This method will replace any existing
3050 icon class if ...</div>\r
3051             <div class="long">\r
3052                 Sets the CSS class that provides the icon image for this panel.  This method will replace any existing
3053 icon class if one has already been set.    <div class="mdetail-params">\r
3054         <strong>Parameters:</strong>\r
3055         <ul><li><code>cls</code> : String<div class="sub-desc">The new CSS class name</div></li>        </ul>\r
3056         <strong>Returns:</strong>\r
3057         <ul>\r
3058             <li><code>void</code></li>\r
3059         </ul>\r
3060     </div>\r
3061                 </div>\r
3062                         </div>\r
3063         </td>\r
3064         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#setIconClass" href="output/Ext.Panel.html#setIconClass">Panel</a></td>\r
3065     </tr>\r
3066         <tr class="method-row inherited expandable">\r
3067         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3068         <td class="sig">\r
3069         <a id="Ext.grid.EditorGridPanel-setPagePosition"></a>\r
3070             <b>setPagePosition</b>(&nbsp;<code>Number x</code>, <code>Number y</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
3071                         <div class="short">Sets the page XY position of the component.  To set the left and top instead, use setPosition.
3072 This method fires the ...</div>\r
3073             <div class="long">\r
3074                 Sets the page XY position of the component.  To set the left and top instead, use <a ext:cls="Ext.BoxComponent" ext:member="setPosition" href="output/Ext.BoxComponent.html#setPosition">setPosition</a>.
3075 This method fires the <a ext:cls="Ext.BoxComponent" ext:member="move" href="output/Ext.BoxComponent.html#move">move</a> event.    <div class="mdetail-params">\r
3076         <strong>Parameters:</strong>\r
3077         <ul><li><code>x</code> : Number<div class="sub-desc">The new x position</div></li><li><code>y</code> : Number<div class="sub-desc">The new y position</div></li>        </ul>\r
3078         <strong>Returns:</strong>\r
3079         <ul>\r
3080             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
3081         </ul>\r
3082     </div>\r
3083                 </div>\r
3084                         </div>\r
3085         </td>\r
3086         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setPagePosition" href="output/Ext.BoxComponent.html#setPagePosition">BoxComponent</a></td>\r
3087     </tr>\r
3088         <tr class="method-row inherited alt expandable">\r
3089         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3090         <td class="sig">\r
3091         <a id="Ext.grid.EditorGridPanel-setPosition"></a>\r
3092             <b>setPosition</b>(&nbsp;<code>Number left</code>, <code>Number top</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
3093                         <div class="short">Sets the left and top of the component.  To set the page XY position instead, use setPagePosition.
3094 This method fires ...</div>\r
3095             <div class="long">\r
3096                 Sets the left and top of the component.  To set the page XY position instead, use <a ext:cls="Ext.BoxComponent" ext:member="setPagePosition" href="output/Ext.BoxComponent.html#setPagePosition">setPagePosition</a>.
3097 This method fires the <a ext:cls="Ext.BoxComponent" ext:member="move" href="output/Ext.BoxComponent.html#move">move</a> event.    <div class="mdetail-params">\r
3098         <strong>Parameters:</strong>\r
3099         <ul><li><code>left</code> : Number<div class="sub-desc">The new left</div></li><li><code>top</code> : Number<div class="sub-desc">The new top</div></li>        </ul>\r
3100         <strong>Returns:</strong>\r
3101         <ul>\r
3102             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
3103         </ul>\r
3104     </div>\r
3105                 </div>\r
3106                         </div>\r
3107         </td>\r
3108         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setPosition" href="output/Ext.BoxComponent.html#setPosition">BoxComponent</a></td>\r
3109     </tr>\r
3110         <tr class="method-row inherited expandable">\r
3111         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3112         <td class="sig">\r
3113         <a id="Ext.grid.EditorGridPanel-setSize"></a>\r
3114             <b>setSize</b>(&nbsp;<code>Number/Object width</code>, <code>Number height</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
3115                         <div class="short">Sets the width and height of the component.  This method fires the resize event.  This method can accept
3116 either width...</div>\r
3117             <div class="long">\r
3118                 Sets the width and height of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.  This method can accept
3119 either width and height as separate numeric arguments, or you can pass a size object like {width:10, height:20}.    <div class="mdetail-params">\r
3120         <strong>Parameters:</strong>\r
3121         <ul><li><code>width</code> : Number/Object<div class="sub-desc">The new width to set, or a size object in the format {width, height}</div></li><li><code>height</code> : Number<div class="sub-desc">The new height to set (not required if a size object is passed as the first arg)</div></li>        </ul>\r
3122         <strong>Returns:</strong>\r
3123         <ul>\r
3124             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
3125         </ul>\r
3126     </div>\r
3127                 </div>\r
3128                         </div>\r
3129         </td>\r
3130         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setSize" href="output/Ext.BoxComponent.html#setSize">BoxComponent</a></td>\r
3131     </tr>\r
3132         <tr class="method-row inherited alt expandable">\r
3133         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3134         <td class="sig">\r
3135         <a id="Ext.grid.EditorGridPanel-setTitle"></a>\r
3136             <b>setTitle</b>(&nbsp;<code>String title</code>, <span class="optional" title="Optional">[<code>String iconCls</code>]</span>&nbsp;) : void            <div class="mdesc">\r
3137                         <div class="short">Sets the title text for the panel and optionally the icon class.
3138 In order to be able to set the title, a header eleme...</div>\r
3139             <div class="long">\r
3140                 <p>Sets the title text for the panel and optionally the icon class.</p>
3141 <p>In order to be able to set the title, a header element must have been created
3142 for the Panel. This is triggered either by configuring the Panel with a non-blank title,
3143 or configuring it with <tt><b><a ext:cls="Ext.Panel" ext:member="header" href="output/Ext.Panel.html#header">header</a>: true</b></tt>.</p>    <div class="mdetail-params">\r
3144         <strong>Parameters:</strong>\r
3145         <ul><li><code>title</code> : String<div class="sub-desc">The title text to set</div></li><li><code>iconCls</code> : String<div class="sub-desc">(optional) iconCls A user-defined CSS class that provides the icon image for this panel</div></li>        </ul>\r
3146         <strong>Returns:</strong>\r
3147         <ul>\r
3148             <li><code>void</code></li>\r
3149         </ul>\r
3150     </div>\r
3151                 </div>\r
3152                         </div>\r
3153         </td>\r
3154         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#setTitle" href="output/Ext.Panel.html#setTitle">Panel</a></td>\r
3155     </tr>\r
3156         <tr class="method-row inherited expandable">\r
3157         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3158         <td class="sig">\r
3159         <a id="Ext.grid.EditorGridPanel-setVisible"></a>\r
3160             <b>setVisible</b>(&nbsp;<code>Boolean visible</code>&nbsp;) : Ext.Component            <div class="mdesc">\r
3161                         <div class="short">Convenience function to hide or show this component by boolean.</div>\r
3162             <div class="long">\r
3163                 Convenience function to hide or show this component by boolean.    <div class="mdetail-params">\r
3164         <strong>Parameters:</strong>\r
3165         <ul><li><code>visible</code> : Boolean<div class="sub-desc">True to show, false to hide</div></li>        </ul>\r
3166         <strong>Returns:</strong>\r
3167         <ul>\r
3168             <li><code>Ext.Component</code><div class="sub-desc">this</div></li>\r
3169         </ul>\r
3170     </div>\r
3171                 </div>\r
3172                         </div>\r
3173         </td>\r
3174         <td class="msource"><a ext:cls="Ext.Component" ext:member="#setVisible" href="output/Ext.Component.html#setVisible">Component</a></td>\r
3175     </tr>\r
3176         <tr class="method-row inherited alt expandable">\r
3177         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3178         <td class="sig">\r
3179         <a id="Ext.grid.EditorGridPanel-setWidth"></a>\r
3180             <b>setWidth</b>(&nbsp;<code>Number width</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
3181                         <div class="short">Sets the width of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.</div>\r
3182             <div class="long">\r
3183                 Sets the width of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.    <div class="mdetail-params">\r
3184         <strong>Parameters:</strong>\r
3185         <ul><li><code>width</code> : Number<div class="sub-desc">The new width to set</div></li>        </ul>\r
3186         <strong>Returns:</strong>\r
3187         <ul>\r
3188             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
3189         </ul>\r
3190     </div>\r
3191                 </div>\r
3192                         </div>\r
3193         </td>\r
3194         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setWidth" href="output/Ext.BoxComponent.html#setWidth">BoxComponent</a></td>\r
3195     </tr>\r
3196         <tr class="method-row inherited expandable">\r
3197         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3198         <td class="sig">\r
3199         <a id="Ext.grid.EditorGridPanel-show"></a>\r
3200             <b>show</b>() : Ext.Component            <div class="mdesc">\r
3201                         <div class="short">Show this component.</div>\r
3202             <div class="long">\r
3203                 Show this component.    <div class="mdetail-params">\r
3204         <strong>Parameters:</strong>\r
3205         <ul><li>None.</li>        </ul>\r
3206         <strong>Returns:</strong>\r
3207         <ul>\r
3208             <li><code>Ext.Component</code><div class="sub-desc">this</div></li>\r
3209         </ul>\r
3210     </div>\r
3211                 </div>\r
3212                         </div>\r
3213         </td>\r
3214         <td class="msource"><a ext:cls="Ext.Component" ext:member="#show" href="output/Ext.Component.html#show">Component</a></td>\r
3215     </tr>\r
3216         <tr class="method-row alt expandable">\r
3217         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3218         <td class="sig">\r
3219         <a id="Ext.grid.EditorGridPanel-startEditing"></a>\r
3220             <b>startEditing</b>(&nbsp;<code>Number rowIndex</code>, <code>Number colIndex</code>&nbsp;) : void            <div class="mdesc">\r
3221                         <div class="short">Starts editing the specified for the specified row/column</div>\r
3222             <div class="long">\r
3223                 Starts editing the specified for the specified row/column    <div class="mdetail-params">\r
3224         <strong>Parameters:</strong>\r
3225         <ul><li><code>rowIndex</code> : Number<div class="sub-desc"></div></li><li><code>colIndex</code> : Number<div class="sub-desc"></div></li>        </ul>\r
3226         <strong>Returns:</strong>\r
3227         <ul>\r
3228             <li><code>void</code></li>\r
3229         </ul>\r
3230     </div>\r
3231                 </div>\r
3232                         </div>\r
3233         </td>\r
3234         <td class="msource">EditorGridPanel</td>\r
3235     </tr>\r
3236         <tr class="method-row expandable">\r
3237         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3238         <td class="sig">\r
3239         <a id="Ext.grid.EditorGridPanel-stopEditing"></a>\r
3240             <b>stopEditing</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean cancel</code>]</span>&nbsp;) : void            <div class="mdesc">\r
3241                         <div class="short">Stops any active editing</div>\r
3242             <div class="long">\r
3243                 Stops any active editing    <div class="mdetail-params">\r
3244         <strong>Parameters:</strong>\r
3245         <ul><li><code>cancel</code> : Boolean<div class="sub-desc">(optional) True to cancel any changes</div></li>        </ul>\r
3246         <strong>Returns:</strong>\r
3247         <ul>\r
3248             <li><code>void</code></li>\r
3249         </ul>\r
3250     </div>\r
3251                 </div>\r
3252                         </div>\r
3253         </td>\r
3254         <td class="msource">EditorGridPanel</td>\r
3255     </tr>\r
3256         <tr class="method-row inherited alt expandable">\r
3257         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3258         <td class="sig">\r
3259         <a id="Ext.grid.EditorGridPanel-suspendEvents"></a>\r
3260             <b>suspendEvents</b>() : void            <div class="mdesc">\r
3261                         <div class="short">Suspend the firing of all events. (see <a ext:cls="Ext.util.Observable" ext:member="resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">resumeEvents</a>)</div>\r
3262             <div class="long">\r
3263                 Suspend the firing of all events. (see <a ext:cls="Ext.util.Observable" ext:member="resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">resumeEvents</a>)    <div class="mdetail-params">\r
3264         <strong>Parameters:</strong>\r
3265         <ul><li>None.</li>        </ul>\r
3266         <strong>Returns:</strong>\r
3267         <ul>\r
3268             <li><code>void</code></li>\r
3269         </ul>\r
3270     </div>\r
3271                 </div>\r
3272                         </div>\r
3273         </td>\r
3274         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">Observable</a></td>\r
3275     </tr>\r
3276         <tr class="method-row inherited expandable">\r
3277         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3278         <td class="sig">\r
3279         <a id="Ext.grid.EditorGridPanel-syncSize"></a>\r
3280             <b>syncSize</b>() : Ext.BoxComponent            <div class="mdesc">\r
3281                         <div class="short">Force the component's size to recalculate based on the underlying element's current height and width.</div>\r
3282             <div class="long">\r
3283                 Force the component's size to recalculate based on the underlying element's current height and width.    <div class="mdetail-params">\r
3284         <strong>Parameters:</strong>\r
3285         <ul><li>None.</li>        </ul>\r
3286         <strong>Returns:</strong>\r
3287         <ul>\r
3288             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
3289         </ul>\r
3290     </div>\r
3291                 </div>\r
3292                         </div>\r
3293         </td>\r
3294         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#syncSize" href="output/Ext.BoxComponent.html#syncSize">BoxComponent</a></td>\r
3295     </tr>\r
3296         <tr class="method-row inherited alt expandable">\r
3297         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3298         <td class="sig">\r
3299         <a id="Ext.grid.EditorGridPanel-toggleCollapse"></a>\r
3300             <b>toggleCollapse</b>(&nbsp;<code>Boolean animate</code>&nbsp;) : Ext.Panel            <div class="mdesc">\r
3301                         <div class="short">Shortcut for performing an <a ext:cls="Ext.Panel" ext:member="expand" href="output/Ext.Panel.html#expand">expand</a> or <a ext:cls="Ext.Panel" ext:member="collapse" href="output/Ext.Panel.html#collapse">collapse</a> based on the current state of the panel.</div>\r
3302             <div class="long">\r
3303                 Shortcut for performing an <a ext:cls="Ext.Panel" ext:member="expand" href="output/Ext.Panel.html#expand">expand</a> or <a ext:cls="Ext.Panel" ext:member="collapse" href="output/Ext.Panel.html#collapse">collapse</a> based on the current state of the panel.    <div class="mdetail-params">\r
3304         <strong>Parameters:</strong>\r
3305         <ul><li><code>animate</code> : Boolean<div class="sub-desc">True to animate the transition, else false (defaults to the value of the
3306 <a ext:cls="Ext.Panel" ext:member="animCollapse" href="output/Ext.Panel.html#animCollapse">animCollapse</a> panel config)</div></li>        </ul>\r
3307         <strong>Returns:</strong>\r
3308         <ul>\r
3309             <li><code>Ext.Panel</code><div class="sub-desc">this</div></li>\r
3310         </ul>\r
3311     </div>\r
3312                 </div>\r
3313                         </div>\r
3314         </td>\r
3315         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#toggleCollapse" href="output/Ext.Panel.html#toggleCollapse">Panel</a></td>\r
3316     </tr>\r
3317         <tr class="method-row inherited expandable">\r
3318         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3319         <td class="sig">\r
3320         <a id="Ext.grid.EditorGridPanel-un"></a>\r
3321             <b>un</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : void            <div class="mdesc">\r
3322                         <div class="short">Removes a listener (shorthand for removeListener)</div>\r
3323             <div class="long">\r
3324                 Removes a listener (shorthand for removeListener)    <div class="mdetail-params">\r
3325         <strong>Parameters:</strong>\r
3326         <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The handler to remove</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope (this object) for the handler</div></li>        </ul>\r
3327         <strong>Returns:</strong>\r
3328         <ul>\r
3329             <li><code>void</code></li>\r
3330         </ul>\r
3331     </div>\r
3332                 </div>\r
3333                         </div>\r
3334         </td>\r
3335         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#un" href="output/Ext.util.Observable.html#un">Observable</a></td>\r
3336     </tr>\r
3337         <tr class="method-row inherited alt expandable">\r
3338         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3339         <td class="sig">\r
3340         <a id="Ext.grid.EditorGridPanel-updateBox"></a>\r
3341             <b>updateBox</b>(&nbsp;<code>Object box</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
3342                         <div class="short">Sets the current box measurements of the component's underlying element.</div>\r
3343             <div class="long">\r
3344                 Sets the current box measurements of the component's underlying element.    <div class="mdetail-params">\r
3345         <strong>Parameters:</strong>\r
3346         <ul><li><code>box</code> : Object<div class="sub-desc">An object in the format {x, y, width, height}</div></li>        </ul>\r
3347         <strong>Returns:</strong>\r
3348         <ul>\r
3349             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
3350         </ul>\r
3351     </div>\r
3352                 </div>\r
3353                         </div>\r
3354         </td>\r
3355         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#updateBox" href="output/Ext.BoxComponent.html#updateBox">BoxComponent</a></td>\r
3356     </tr>\r
3357             </table>
3358                 <a id="Ext.grid.EditorGridPanel-events"></a>
3359         <h2>Public Events</h2>
3360                 <table cellspacing="0" class="member-table">
3361             <tr>
3362                 <th class="sig-header" colspan="2">Event</th>
3363                 <th class="msource-header">Defined By</th>
3364             </tr>
3365                 <tr class="event-row inherited expandable">\r
3366         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3367         <td class="sig">\r
3368         <a id="Ext.grid.EditorGridPanel-activate"></a>\r
3369             <b>activate</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">\r
3370                         <div class="short">Fires after the Panel has been visually activated.
3371 Note that Panels do not directly support being activated, but some...</div>\r
3372             <div class="long">\r
3373                 Fires after the Panel has been visually activated.
3374 Note that Panels do not directly support being activated, but some Panel subclasses
3375 do (like <a ext:cls="Ext.Window" href="output/Ext.Window.html">Ext.Window</a>). Panels which are child Components of a TabPanel fire the
3376 activate and deactivate events under the control of the TabPanel.    <div class="mdetail-params">\r
3377         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3378         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel that has been activated.</div></li>        </ul>\r
3379     </div>\r
3380                 </div>\r
3381                         </div>\r
3382         </td>\r
3383         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-activate" href="output/Ext.Panel.html#event-activate">Panel</a></td>\r
3384     </tr>\r
3385         <tr class="event-row inherited alt expandable">\r
3386         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3387         <td class="sig">\r
3388         <a id="Ext.grid.EditorGridPanel-add"></a>\r
3389             <b>add</b> : (&nbsp;<code>Ext.Container this</code>, <code>Ext.Component component</code>, <code>Number index</code>&nbsp;)            <div class="mdesc">\r
3390                         <div class="short">Fires after any <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> is added or inserted into the container.</div>\r
3391             <div class="long">\r
3392                 Fires after any <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> is added or inserted into the container.    <div class="mdetail-params">\r
3393         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3394         <ul><li><code>this</code> : Ext.Container<div class="sub-desc"></div></li><li><code>component</code> : Ext.Component<div class="sub-desc">The component that was added</div></li><li><code>index</code> : Number<div class="sub-desc">The index at which the component was added to the container's items collection</div></li>        </ul>\r
3395     </div>\r
3396                 </div>\r
3397                         </div>\r
3398         </td>\r
3399         <td class="msource"><a ext:cls="Ext.Container" ext:member="#event-add" href="output/Ext.Container.html#event-add">Container</a></td>\r
3400     </tr>\r
3401         <tr class="event-row expandable">\r
3402         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3403         <td class="sig">\r
3404         <a id="Ext.grid.EditorGridPanel-afteredit"></a>\r
3405             <b>afteredit</b> : (&nbsp;<code>Object e</code>&nbsp;)            <div class="mdesc">\r
3406                         <div class="short">Fires after a cell is edited. The edit event object has the following properties 
3407
3408 grid - This grid
3409 record - The reco...</div>\r
3410             <div class="long">\r
3411                 Fires after a cell is edited. The edit event object has the following properties <br />
3412 <ul style="padding:5px;padding-left:16px;">
3413 <li>grid - This grid</li>
3414 <li>record - The record being edited</li>
3415 <li>field - The field name being edited</li>
3416 <li>value - The value being set</li>
3417 <li>originalValue - The original value for the field, before the edit.</li>
3418 <li>row - The grid row index</li>
3419 <li>column - The grid column index</li>
3420 </ul>    <div class="mdetail-params">\r
3421         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3422         <ul><li><code>e</code> : Object<div class="sub-desc">An edit event (see above for description)</div></li>        </ul>\r
3423     </div>\r
3424                 </div>\r
3425                         </div>\r
3426         </td>\r
3427         <td class="msource">EditorGridPanel</td>\r
3428     </tr>\r
3429         <tr class="event-row inherited alt expandable">\r
3430         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3431         <td class="sig">\r
3432         <a id="Ext.grid.EditorGridPanel-afterlayout"></a>\r
3433             <b>afterlayout</b> : (&nbsp;<code>Ext.Container this</code>, <code>ContainerLayout layout</code>&nbsp;)            <div class="mdesc">\r
3434                         <div class="short">Fires when the components in this container are arranged by the associated layout manager.</div>\r
3435             <div class="long">\r
3436                 Fires when the components in this container are arranged by the associated layout manager.    <div class="mdetail-params">\r
3437         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3438         <ul><li><code>this</code> : Ext.Container<div class="sub-desc"></div></li><li><code>layout</code> : ContainerLayout<div class="sub-desc">The ContainerLayout implementation for this container</div></li>        </ul>\r
3439     </div>\r
3440                 </div>\r
3441                         </div>\r
3442         </td>\r
3443         <td class="msource"><a ext:cls="Ext.Container" ext:member="#event-afterlayout" href="output/Ext.Container.html#event-afterlayout">Container</a></td>\r
3444     </tr>\r
3445         <tr class="event-row inherited expandable">\r
3446         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3447         <td class="sig">\r
3448         <a id="Ext.grid.EditorGridPanel-beforeadd"></a>\r
3449             <b>beforeadd</b> : (&nbsp;<code>Ext.Container this</code>, <code>Ext.Component component</code>, <code>Number index</code>&nbsp;)            <div class="mdesc">\r
3450                         <div class="short">Fires before any <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> is added or inserted into the container.
3451 A handler can return false to cancel the add.</div>\r
3452             <div class="long">\r
3453                 Fires before any <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> is added or inserted into the container.
3454 A handler can return false to cancel the add.    <div class="mdetail-params">\r
3455         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3456         <ul><li><code>this</code> : Ext.Container<div class="sub-desc"></div></li><li><code>component</code> : Ext.Component<div class="sub-desc">The component being added</div></li><li><code>index</code> : Number<div class="sub-desc">The index at which the component will be added to the container's items collection</div></li>        </ul>\r
3457     </div>\r
3458                 </div>\r
3459                         </div>\r
3460         </td>\r
3461         <td class="msource"><a ext:cls="Ext.Container" ext:member="#event-beforeadd" href="output/Ext.Container.html#event-beforeadd">Container</a></td>\r
3462     </tr>\r
3463         <tr class="event-row inherited alt expandable">\r
3464         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3465         <td class="sig">\r
3466         <a id="Ext.grid.EditorGridPanel-beforeclose"></a>\r
3467             <b>beforeclose</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">\r
3468                         <div class="short">Fires before the Panel is closed.  Note that Panels do not directly support being closed, but some
3469 Panel subclasses d...</div>\r
3470             <div class="long">\r
3471                 Fires before the Panel is closed.  Note that Panels do not directly support being closed, but some
3472 Panel subclasses do (like <a ext:cls="Ext.Window" href="output/Ext.Window.html">Ext.Window</a>).  This event only applies to such subclasses.
3473 A handler can return false to cancel the close.    <div class="mdetail-params">\r
3474         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3475         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel being closed.</div></li>        </ul>\r
3476     </div>\r
3477                 </div>\r
3478                         </div>\r
3479         </td>\r
3480         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-beforeclose" href="output/Ext.Panel.html#event-beforeclose">Panel</a></td>\r
3481     </tr>\r
3482         <tr class="event-row inherited expandable">\r
3483         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3484         <td class="sig">\r
3485         <a id="Ext.grid.EditorGridPanel-beforecollapse"></a>\r
3486             <b>beforecollapse</b> : (&nbsp;<code>Ext.Panel p</code>, <code>Boolean animate</code>&nbsp;)            <div class="mdesc">\r
3487                         <div class="short">Fires before the Panel is collapsed.  A handler can return false to cancel the collapse.</div>\r
3488             <div class="long">\r
3489                 Fires before the Panel is collapsed.  A handler can return false to cancel the collapse.    <div class="mdetail-params">\r
3490         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3491         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">the Panel being collapsed.</div></li><li><code>animate</code> : Boolean<div class="sub-desc">True if the collapse is animated, else false.</div></li>        </ul>\r
3492     </div>\r
3493                 </div>\r
3494                         </div>\r
3495         </td>\r
3496         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-beforecollapse" href="output/Ext.Panel.html#event-beforecollapse">Panel</a></td>\r
3497     </tr>\r
3498         <tr class="event-row inherited alt expandable">\r
3499         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3500         <td class="sig">\r
3501         <a id="Ext.grid.EditorGridPanel-beforedestroy"></a>\r
3502             <b>beforedestroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
3503                         <div class="short">Fires before the component is destroyed. Return false to stop the destroy.</div>\r
3504             <div class="long">\r
3505                 Fires before the component is destroyed. Return false to stop the destroy.    <div class="mdetail-params">\r
3506         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3507         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
3508     </div>\r
3509                 </div>\r
3510                         </div>\r
3511         </td>\r
3512         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforedestroy" href="output/Ext.Component.html#event-beforedestroy">Component</a></td>\r
3513     </tr>\r
3514         <tr class="event-row expandable">\r
3515         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3516         <td class="sig">\r
3517         <a id="Ext.grid.EditorGridPanel-beforeedit"></a>\r
3518             <b>beforeedit</b> : (&nbsp;<code>Object e</code>&nbsp;)            <div class="mdesc">\r
3519                         <div class="short">Fires before cell editing is triggered. The edit event object has the following properties 
3520
3521 grid - This grid
3522 record ...</div>\r
3523             <div class="long">\r
3524                 Fires before cell editing is triggered. The edit event object has the following properties <br />
3525 <ul style="padding:5px;padding-left:16px;">
3526 <li>grid - This grid</li>
3527 <li>record - The record being edited</li>
3528 <li>field - The field name being edited</li>
3529 <li>value - The value for the field being edited.</li>
3530 <li>row - The grid row index</li>
3531 <li>column - The grid column index</li>
3532 <li>cancel - Set this to true to cancel the edit or return false from your handler.</li>
3533 </ul>    <div class="mdetail-params">\r
3534         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3535         <ul><li><code>e</code> : Object<div class="sub-desc">An edit event (see above for description)</div></li>        </ul>\r
3536     </div>\r
3537                 </div>\r
3538                         </div>\r
3539         </td>\r
3540         <td class="msource">EditorGridPanel</td>\r
3541     </tr>\r
3542         <tr class="event-row inherited alt expandable">\r
3543         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3544         <td class="sig">\r
3545         <a id="Ext.grid.EditorGridPanel-beforeexpand"></a>\r
3546             <b>beforeexpand</b> : (&nbsp;<code>Ext.Panel p</code>, <code>Boolean animate</code>&nbsp;)            <div class="mdesc">\r
3547                         <div class="short">Fires before the Panel is expanded.  A handler can return false to cancel the expand.</div>\r
3548             <div class="long">\r
3549                 Fires before the Panel is expanded.  A handler can return false to cancel the expand.    <div class="mdetail-params">\r
3550         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3551         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel being expanded.</div></li><li><code>animate</code> : Boolean<div class="sub-desc">True if the expand is animated, else false.</div></li>        </ul>\r
3552     </div>\r
3553                 </div>\r
3554                         </div>\r
3555         </td>\r
3556         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-beforeexpand" href="output/Ext.Panel.html#event-beforeexpand">Panel</a></td>\r
3557     </tr>\r
3558         <tr class="event-row inherited expandable">\r
3559         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3560         <td class="sig">\r
3561         <a id="Ext.grid.EditorGridPanel-beforehide"></a>\r
3562             <b>beforehide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
3563                         <div class="short">Fires before the component is hidden. Return false to stop the hide.</div>\r
3564             <div class="long">\r
3565                 Fires before the component is hidden. Return false to stop the hide.    <div class="mdetail-params">\r
3566         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3567         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
3568     </div>\r
3569                 </div>\r
3570                         </div>\r
3571         </td>\r
3572         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforehide" href="output/Ext.Component.html#event-beforehide">Component</a></td>\r
3573     </tr>\r
3574         <tr class="event-row inherited alt expandable">\r
3575         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3576         <td class="sig">\r
3577         <a id="Ext.grid.EditorGridPanel-beforeremove"></a>\r
3578             <b>beforeremove</b> : (&nbsp;<code>Ext.Container this</code>, <code>Ext.Component component</code>&nbsp;)            <div class="mdesc">\r
3579                         <div class="short">Fires before any <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> is removed from the container.  A handler can return
3580 false to cancel the remove.</div>\r
3581             <div class="long">\r
3582                 Fires before any <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> is removed from the container.  A handler can return
3583 false to cancel the remove.    <div class="mdetail-params">\r
3584         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3585         <ul><li><code>this</code> : Ext.Container<div class="sub-desc"></div></li><li><code>component</code> : Ext.Component<div class="sub-desc">The component being removed</div></li>        </ul>\r
3586     </div>\r
3587                 </div>\r
3588                         </div>\r
3589         </td>\r
3590         <td class="msource"><a ext:cls="Ext.Container" ext:member="#event-beforeremove" href="output/Ext.Container.html#event-beforeremove">Container</a></td>\r
3591     </tr>\r
3592         <tr class="event-row inherited expandable">\r
3593         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3594         <td class="sig">\r
3595         <a id="Ext.grid.EditorGridPanel-beforerender"></a>\r
3596             <b>beforerender</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
3597                         <div class="short">Fires before the component is rendered. Return false to stop the render.</div>\r
3598             <div class="long">\r
3599                 Fires before the component is rendered. Return false to stop the render.    <div class="mdetail-params">\r
3600         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3601         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
3602     </div>\r
3603                 </div>\r
3604                         </div>\r
3605         </td>\r
3606         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforerender" href="output/Ext.Component.html#event-beforerender">Component</a></td>\r
3607     </tr>\r
3608         <tr class="event-row inherited alt expandable">\r
3609         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3610         <td class="sig">\r
3611         <a id="Ext.grid.EditorGridPanel-beforeshow"></a>\r
3612             <b>beforeshow</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
3613                         <div class="short">Fires before the component is shown. Return false to stop the show.</div>\r
3614             <div class="long">\r
3615                 Fires before the component is shown. Return false to stop the show.    <div class="mdetail-params">\r
3616         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3617         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
3618     </div>\r
3619                 </div>\r
3620                         </div>\r
3621         </td>\r
3622         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforeshow" href="output/Ext.Component.html#event-beforeshow">Component</a></td>\r
3623     </tr>\r
3624         <tr class="event-row inherited expandable">\r
3625         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3626         <td class="sig">\r
3627         <a id="Ext.grid.EditorGridPanel-beforestaterestore"></a>\r
3628             <b>beforestaterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">\r
3629                         <div class="short">Fires before the state of the component is restored. Return false to stop the restore.</div>\r
3630             <div class="long">\r
3631                 Fires before the state of the component is restored. Return false to stop the restore.    <div class="mdetail-params">\r
3632         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3633         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>state</code> : Object<div class="sub-desc">The hash of state values</div></li>        </ul>\r
3634     </div>\r
3635                 </div>\r
3636                         </div>\r
3637         </td>\r
3638         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestaterestore" href="output/Ext.Component.html#event-beforestaterestore">Component</a></td>\r
3639     </tr>\r
3640         <tr class="event-row inherited alt expandable">\r
3641         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3642         <td class="sig">\r
3643         <a id="Ext.grid.EditorGridPanel-beforestatesave"></a>\r
3644             <b>beforestatesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">\r
3645                         <div class="short">Fires before the state of the component is saved to the configured state provider. Return false to stop the save.</div>\r
3646             <div class="long">\r
3647                 Fires before the state of the component is saved to the configured state provider. Return false to stop the save.    <div class="mdetail-params">\r
3648         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3649         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>state</code> : Object<div class="sub-desc">The hash of state values</div></li>        </ul>\r
3650     </div>\r
3651                 </div>\r
3652                         </div>\r
3653         </td>\r
3654         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestatesave" href="output/Ext.Component.html#event-beforestatesave">Component</a></td>\r
3655     </tr>\r
3656         <tr class="event-row inherited expandable">\r
3657         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3658         <td class="sig">\r
3659         <a id="Ext.grid.EditorGridPanel-bodyresize"></a>\r
3660             <b>bodyresize</b> : (&nbsp;<code>Ext.Panel p</code>, <code>Number width</code>, <code>Number height</code>&nbsp;)            <div class="mdesc">\r
3661                         <div class="short">Fires after the Panel has been resized.</div>\r
3662             <div class="long">\r
3663                 Fires after the Panel has been resized.    <div class="mdetail-params">\r
3664         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3665         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">the Panel which has been resized.</div></li><li><code>width</code> : Number<div class="sub-desc">The Panel's new width.</div></li><li><code>height</code> : Number<div class="sub-desc">The Panel's new height.</div></li>        </ul>\r
3666     </div>\r
3667                 </div>\r
3668                         </div>\r
3669         </td>\r
3670         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-bodyresize" href="output/Ext.Panel.html#event-bodyresize">Panel</a></td>\r
3671     </tr>\r
3672         <tr class="event-row inherited alt expandable">\r
3673         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3674         <td class="sig">\r
3675         <a id="Ext.grid.EditorGridPanel-bodyscroll"></a>\r
3676             <b>bodyscroll</b> : (&nbsp;<code>Number scrollLeft</code>, <code>Number scrollTop</code>&nbsp;)            <div class="mdesc">\r
3677                         <div class="short">Fires when the body element is scrolled</div>\r
3678             <div class="long">\r
3679                 Fires when the body element is scrolled    <div class="mdetail-params">\r
3680         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3681         <ul><li><code>scrollLeft</code> : Number<div class="sub-desc"></div></li><li><code>scrollTop</code> : Number<div class="sub-desc"></div></li>        </ul>\r
3682     </div>\r
3683                 </div>\r
3684                         </div>\r
3685         </td>\r
3686         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-bodyscroll" href="output/Ext.grid.GridPanel.html#event-bodyscroll">GridPanel</a></td>\r
3687     </tr>\r
3688         <tr class="event-row inherited expandable">\r
3689         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3690         <td class="sig">\r
3691         <a id="Ext.grid.EditorGridPanel-cellclick"></a>\r
3692             <b>cellclick</b> : (&nbsp;<code>Grid this</code>, <code>Number rowIndex</code>, <code>Number columnIndex</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
3693                         <div class="short">Fires when a cell is clicked.
3694 The data for the cell is drawn from the Record
3695 for this row. To access the data in the ...</div>\r
3696             <div class="long">\r
3697                 Fires when a cell is clicked.
3698 The data for the cell is drawn from the <a ext:cls="Ext.data.Record" href="output/Ext.data.Record.html">Record</a>
3699 for this row. To access the data in the listener function use the
3700 following technique:
3701 <pre><code>function(grid, rowIndex, columnIndex, e) {
3702         <b>var</b> record = grid.getStore().getAt(rowIndex);  <i>// Get the Record</i>
3703         <b>var</b> fieldName = grid.getColumnModel().getDataIndex(columnIndex); <i>// Get field name</i>
3704         <b>var</b> data = record.get(fieldName);
3705     }</code></pre>    <div class="mdetail-params">\r
3706         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3707         <ul><li><code>this</code> : Grid<div class="sub-desc"></div></li><li><code>rowIndex</code> : Number<div class="sub-desc"></div></li><li><code>columnIndex</code> : Number<div class="sub-desc"></div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>\r
3708     </div>\r
3709                 </div>\r
3710                         </div>\r
3711         </td>\r
3712         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-cellclick" href="output/Ext.grid.GridPanel.html#event-cellclick">GridPanel</a></td>\r
3713     </tr>\r
3714         <tr class="event-row inherited alt expandable">\r
3715         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3716         <td class="sig">\r
3717         <a id="Ext.grid.EditorGridPanel-cellcontextmenu"></a>\r
3718             <b>cellcontextmenu</b> : (&nbsp;<code>Grid this</code>, <code>Number rowIndex</code>, <code>Number cellIndex</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
3719                         <div class="short">Fires when a cell is right clicked</div>\r
3720             <div class="long">\r
3721                 Fires when a cell is right clicked    <div class="mdetail-params">\r
3722         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3723         <ul><li><code>this</code> : Grid<div class="sub-desc"></div></li><li><code>rowIndex</code> : Number<div class="sub-desc"></div></li><li><code>cellIndex</code> : Number<div class="sub-desc"></div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>\r
3724     </div>\r
3725                 </div>\r
3726                         </div>\r
3727         </td>\r
3728         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-cellcontextmenu" href="output/Ext.grid.GridPanel.html#event-cellcontextmenu">GridPanel</a></td>\r
3729     </tr>\r
3730         <tr class="event-row inherited expandable">\r
3731         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3732         <td class="sig">\r
3733         <a id="Ext.grid.EditorGridPanel-celldblclick"></a>\r
3734             <b>celldblclick</b> : (&nbsp;<code>Grid this</code>, <code>Number rowIndex</code>, <code>Number columnIndex</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
3735                         <div class="short">Fires when a cell is double clicked</div>\r
3736             <div class="long">\r
3737                 Fires when a cell is double clicked    <div class="mdetail-params">\r
3738         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3739         <ul><li><code>this</code> : Grid<div class="sub-desc"></div></li><li><code>rowIndex</code> : Number<div class="sub-desc"></div></li><li><code>columnIndex</code> : Number<div class="sub-desc"></div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>\r
3740     </div>\r
3741                 </div>\r
3742                         </div>\r
3743         </td>\r
3744         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-celldblclick" href="output/Ext.grid.GridPanel.html#event-celldblclick">GridPanel</a></td>\r
3745     </tr>\r
3746         <tr class="event-row inherited alt expandable">\r
3747         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3748         <td class="sig">\r
3749         <a id="Ext.grid.EditorGridPanel-cellmousedown"></a>\r
3750             <b>cellmousedown</b> : (&nbsp;<code>Grid this</code>, <code>Number rowIndex</code>, <code>Number columnIndex</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
3751                         <div class="short">Fires before a cell is clicked</div>\r
3752             <div class="long">\r
3753                 Fires before a cell is clicked    <div class="mdetail-params">\r
3754         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3755         <ul><li><code>this</code> : Grid<div class="sub-desc"></div></li><li><code>rowIndex</code> : Number<div class="sub-desc"></div></li><li><code>columnIndex</code> : Number<div class="sub-desc"></div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>\r
3756     </div>\r
3757                 </div>\r
3758                         </div>\r
3759         </td>\r
3760         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-cellmousedown" href="output/Ext.grid.GridPanel.html#event-cellmousedown">GridPanel</a></td>\r
3761     </tr>\r
3762         <tr class="event-row inherited expandable">\r
3763         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3764         <td class="sig">\r
3765         <a id="Ext.grid.EditorGridPanel-click"></a>\r
3766             <b>click</b> : (&nbsp;<code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
3767                         <div class="short">The raw click event for the entire grid.</div>\r
3768             <div class="long">\r
3769                 The raw click event for the entire grid.    <div class="mdetail-params">\r
3770         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3771         <ul><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>\r
3772     </div>\r
3773                 </div>\r
3774                         </div>\r
3775         </td>\r
3776         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-click" href="output/Ext.grid.GridPanel.html#event-click">GridPanel</a></td>\r
3777     </tr>\r
3778         <tr class="event-row inherited alt expandable">\r
3779         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3780         <td class="sig">\r
3781         <a id="Ext.grid.EditorGridPanel-close"></a>\r
3782             <b>close</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">\r
3783                         <div class="short">Fires after the Panel is closed.  Note that Panels do not directly support being closed, but some
3784 Panel subclasses do...</div>\r
3785             <div class="long">\r
3786                 Fires after the Panel is closed.  Note that Panels do not directly support being closed, but some
3787 Panel subclasses do (like <a ext:cls="Ext.Window" href="output/Ext.Window.html">Ext.Window</a>).    <div class="mdetail-params">\r
3788         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3789         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel that has been closed.</div></li>        </ul>\r
3790     </div>\r
3791                 </div>\r
3792                         </div>\r
3793         </td>\r
3794         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-close" href="output/Ext.Panel.html#event-close">Panel</a></td>\r
3795     </tr>\r
3796         <tr class="event-row inherited expandable">\r
3797         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3798         <td class="sig">\r
3799         <a id="Ext.grid.EditorGridPanel-collapse"></a>\r
3800             <b>collapse</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">\r
3801                         <div class="short">Fires after the Panel has been collapsed.</div>\r
3802             <div class="long">\r
3803                 Fires after the Panel has been collapsed.    <div class="mdetail-params">\r
3804         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3805         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">the Panel that has been collapsed.</div></li>        </ul>\r
3806     </div>\r
3807                 </div>\r
3808                         </div>\r
3809         </td>\r
3810         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-collapse" href="output/Ext.Panel.html#event-collapse">Panel</a></td>\r
3811     </tr>\r
3812         <tr class="event-row inherited alt expandable">\r
3813         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3814         <td class="sig">\r
3815         <a id="Ext.grid.EditorGridPanel-columnmove"></a>\r
3816             <b>columnmove</b> : (&nbsp;<code>Number oldIndex</code>, <code>Number newIndex</code>&nbsp;)            <div class="mdesc">\r
3817                         <div class="short">Fires when the user moves a column</div>\r
3818             <div class="long">\r
3819                 Fires when the user moves a column    <div class="mdetail-params">\r
3820         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3821         <ul><li><code>oldIndex</code> : Number<div class="sub-desc"></div></li><li><code>newIndex</code> : Number<div class="sub-desc"></div></li>        </ul>\r
3822     </div>\r
3823                 </div>\r
3824                         </div>\r
3825         </td>\r
3826         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-columnmove" href="output/Ext.grid.GridPanel.html#event-columnmove">GridPanel</a></td>\r
3827     </tr>\r
3828         <tr class="event-row inherited expandable">\r
3829         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3830         <td class="sig">\r
3831         <a id="Ext.grid.EditorGridPanel-columnresize"></a>\r
3832             <b>columnresize</b> : (&nbsp;<code>Number columnIndex</code>, <code>Number newSize</code>&nbsp;)            <div class="mdesc">\r
3833                         <div class="short">Fires when the user resizes a column</div>\r
3834             <div class="long">\r
3835                 Fires when the user resizes a column    <div class="mdetail-params">\r
3836         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3837         <ul><li><code>columnIndex</code> : Number<div class="sub-desc"></div></li><li><code>newSize</code> : Number<div class="sub-desc"></div></li>        </ul>\r
3838     </div>\r
3839                 </div>\r
3840                         </div>\r
3841         </td>\r
3842         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-columnresize" href="output/Ext.grid.GridPanel.html#event-columnresize">GridPanel</a></td>\r
3843     </tr>\r
3844         <tr class="event-row inherited alt expandable">\r
3845         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3846         <td class="sig">\r
3847         <a id="Ext.grid.EditorGridPanel-contextmenu"></a>\r
3848             <b>contextmenu</b> : (&nbsp;<code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
3849                         <div class="short">The raw contextmenu event for the entire grid.</div>\r
3850             <div class="long">\r
3851                 The raw contextmenu event for the entire grid.    <div class="mdetail-params">\r
3852         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3853         <ul><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>\r
3854     </div>\r
3855                 </div>\r
3856                         </div>\r
3857         </td>\r
3858         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-contextmenu" href="output/Ext.grid.GridPanel.html#event-contextmenu">GridPanel</a></td>\r
3859     </tr>\r
3860         <tr class="event-row inherited expandable">\r
3861         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3862         <td class="sig">\r
3863         <a id="Ext.grid.EditorGridPanel-dblclick"></a>\r
3864             <b>dblclick</b> : (&nbsp;<code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
3865                         <div class="short">The raw dblclick event for the entire grid.</div>\r
3866             <div class="long">\r
3867                 The raw dblclick event for the entire grid.    <div class="mdetail-params">\r
3868         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3869         <ul><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>\r
3870     </div>\r
3871                 </div>\r
3872                         </div>\r
3873         </td>\r
3874         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-dblclick" href="output/Ext.grid.GridPanel.html#event-dblclick">GridPanel</a></td>\r
3875     </tr>\r
3876         <tr class="event-row inherited alt expandable">\r
3877         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3878         <td class="sig">\r
3879         <a id="Ext.grid.EditorGridPanel-deactivate"></a>\r
3880             <b>deactivate</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">\r
3881                         <div class="short">Fires after the Panel has been visually deactivated.
3882 Note that Panels do not directly support being deactivated, but ...</div>\r
3883             <div class="long">\r
3884                 Fires after the Panel has been visually deactivated.
3885 Note that Panels do not directly support being deactivated, but some Panel subclasses
3886 do (like <a ext:cls="Ext.Window" href="output/Ext.Window.html">Ext.Window</a>). Panels which are child Components of a TabPanel fire the
3887 activate and deactivate events under the control of the TabPanel.    <div class="mdetail-params">\r
3888         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3889         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel that has been deactivated.</div></li>        </ul>\r
3890     </div>\r
3891                 </div>\r
3892                         </div>\r
3893         </td>\r
3894         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-deactivate" href="output/Ext.Panel.html#event-deactivate">Panel</a></td>\r
3895     </tr>\r
3896         <tr class="event-row inherited expandable">\r
3897         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3898         <td class="sig">\r
3899         <a id="Ext.grid.EditorGridPanel-destroy"></a>\r
3900             <b>destroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
3901                         <div class="short">Fires after the component is destroyed.</div>\r
3902             <div class="long">\r
3903                 Fires after the component is destroyed.    <div class="mdetail-params">\r
3904         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3905         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
3906     </div>\r
3907                 </div>\r
3908                         </div>\r
3909         </td>\r
3910         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-destroy" href="output/Ext.Component.html#event-destroy">Component</a></td>\r
3911     </tr>\r
3912         <tr class="event-row inherited alt expandable">\r
3913         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3914         <td class="sig">\r
3915         <a id="Ext.grid.EditorGridPanel-disable"></a>\r
3916             <b>disable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
3917                         <div class="short">Fires after the component is disabled.</div>\r
3918             <div class="long">\r
3919                 Fires after the component is disabled.    <div class="mdetail-params">\r
3920         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3921         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
3922     </div>\r
3923                 </div>\r
3924                         </div>\r
3925         </td>\r
3926         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-disable" href="output/Ext.Component.html#event-disable">Component</a></td>\r
3927     </tr>\r
3928         <tr class="event-row inherited expandable">\r
3929         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3930         <td class="sig">\r
3931         <a id="Ext.grid.EditorGridPanel-enable"></a>\r
3932             <b>enable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
3933                         <div class="short">Fires after the component is enabled.</div>\r
3934             <div class="long">\r
3935                 Fires after the component is enabled.    <div class="mdetail-params">\r
3936         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3937         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
3938     </div>\r
3939                 </div>\r
3940                         </div>\r
3941         </td>\r
3942         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-enable" href="output/Ext.Component.html#event-enable">Component</a></td>\r
3943     </tr>\r
3944         <tr class="event-row inherited alt expandable">\r
3945         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3946         <td class="sig">\r
3947         <a id="Ext.grid.EditorGridPanel-expand"></a>\r
3948             <b>expand</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">\r
3949                         <div class="short">Fires after the Panel has been expanded.</div>\r
3950             <div class="long">\r
3951                 Fires after the Panel has been expanded.    <div class="mdetail-params">\r
3952         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3953         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel that has been expanded.</div></li>        </ul>\r
3954     </div>\r
3955                 </div>\r
3956                         </div>\r
3957         </td>\r
3958         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-expand" href="output/Ext.Panel.html#event-expand">Panel</a></td>\r
3959     </tr>\r
3960         <tr class="event-row inherited expandable">\r
3961         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3962         <td class="sig">\r
3963         <a id="Ext.grid.EditorGridPanel-headerclick"></a>\r
3964             <b>headerclick</b> : (&nbsp;<code>Grid this</code>, <code>Number columnIndex</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
3965                         <div class="short">Fires when a header is clicked</div>\r
3966             <div class="long">\r
3967                 Fires when a header is clicked    <div class="mdetail-params">\r
3968         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3969         <ul><li><code>this</code> : Grid<div class="sub-desc"></div></li><li><code>columnIndex</code> : Number<div class="sub-desc"></div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>\r
3970     </div>\r
3971                 </div>\r
3972                         </div>\r
3973         </td>\r
3974         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-headerclick" href="output/Ext.grid.GridPanel.html#event-headerclick">GridPanel</a></td>\r
3975     </tr>\r
3976         <tr class="event-row inherited alt expandable">\r
3977         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3978         <td class="sig">\r
3979         <a id="Ext.grid.EditorGridPanel-headercontextmenu"></a>\r
3980             <b>headercontextmenu</b> : (&nbsp;<code>Grid this</code>, <code>Number columnIndex</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
3981                         <div class="short">Fires when a header is right clicked</div>\r
3982             <div class="long">\r
3983                 Fires when a header is right clicked    <div class="mdetail-params">\r
3984         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3985         <ul><li><code>this</code> : Grid<div class="sub-desc"></div></li><li><code>columnIndex</code> : Number<div class="sub-desc"></div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>\r
3986     </div>\r
3987                 </div>\r
3988                         </div>\r
3989         </td>\r
3990         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-headercontextmenu" href="output/Ext.grid.GridPanel.html#event-headercontextmenu">GridPanel</a></td>\r
3991     </tr>\r
3992         <tr class="event-row inherited expandable">\r
3993         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3994         <td class="sig">\r
3995         <a id="Ext.grid.EditorGridPanel-headerdblclick"></a>\r
3996             <b>headerdblclick</b> : (&nbsp;<code>Grid this</code>, <code>Number columnIndex</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
3997                         <div class="short">Fires when a header cell is double clicked</div>\r
3998             <div class="long">\r
3999                 Fires when a header cell is double clicked    <div class="mdetail-params">\r
4000         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
4001         <ul><li><code>this</code> : Grid<div class="sub-desc"></div></li><li><code>columnIndex</code> : Number<div class="sub-desc"></div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>\r
4002     </div>\r
4003                 </div>\r
4004                         </div>\r
4005         </td>\r
4006         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-headerdblclick" href="output/Ext.grid.GridPanel.html#event-headerdblclick">GridPanel</a></td>\r
4007     </tr>\r
4008         <tr class="event-row inherited alt expandable">\r
4009         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
4010         <td class="sig">\r
4011         <a id="Ext.grid.EditorGridPanel-headermousedown"></a>\r
4012             <b>headermousedown</b> : (&nbsp;<code>Grid this</code>, <code>Number columnIndex</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
4013                         <div class="short">Fires before a header is clicked</div>\r
4014             <div class="long">\r
4015                 Fires before a header is clicked    <div class="mdetail-params">\r
4016         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
4017         <ul><li><code>this</code> : Grid<div class="sub-desc"></div></li><li><code>columnIndex</code> : Number<div class="sub-desc"></div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>\r
4018     </div>\r
4019                 </div>\r
4020                         </div>\r
4021         </td>\r
4022         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-headermousedown" href="output/Ext.grid.GridPanel.html#event-headermousedown">GridPanel</a></td>\r
4023     </tr>\r
4024         <tr class="event-row inherited expandable">\r
4025         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
4026         <td class="sig">\r
4027         <a id="Ext.grid.EditorGridPanel-hide"></a>\r
4028             <b>hide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
4029                         <div class="short">Fires after the component is hidden.</div>\r
4030             <div class="long">\r
4031                 Fires after the component is hidden.    <div class="mdetail-params">\r
4032         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
4033         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
4034     </div>\r
4035                 </div>\r
4036                         </div>\r
4037         </td>\r
4038         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-hide" href="output/Ext.Component.html#event-hide">Component</a></td>\r
4039     </tr>\r
4040         <tr class="event-row inherited alt expandable">\r
4041         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
4042         <td class="sig">\r
4043         <a id="Ext.grid.EditorGridPanel-iconchange"></a>\r
4044             <b>iconchange</b> : (&nbsp;<code>Ext.Panel p</code>, <code>String The</code>, <code>String The</code>&nbsp;)            <div class="mdesc">\r
4045                         <div class="short">Fires after the Panel icon class has been set or changed.</div>\r
4046             <div class="long">\r
4047                 Fires after the Panel icon class has been set or changed.    <div class="mdetail-params">\r
4048         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
4049         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">the Panel which has had its icon class changed.</div></li><li><code>The</code> : String<div class="sub-desc">new icon class.</div></li><li><code>The</code> : String<div class="sub-desc">old icon class.</div></li>        </ul>\r
4050     </div>\r
4051                 </div>\r
4052                         </div>\r
4053         </td>\r
4054         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-iconchange" href="output/Ext.Panel.html#event-iconchange">Panel</a></td>\r
4055     </tr>\r
4056         <tr class="event-row inherited expandable">\r
4057         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
4058         <td class="sig">\r
4059         <a id="Ext.grid.EditorGridPanel-keydown"></a>\r
4060             <b>keydown</b> : (&nbsp;<code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
4061                         <div class="short">The raw keydown event for the entire grid.</div>\r
4062             <div class="long">\r
4063                 The raw keydown event for the entire grid.    <div class="mdetail-params">\r
4064         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
4065         <ul><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>\r
4066     </div>\r
4067                 </div>\r
4068                         </div>\r
4069         </td>\r
4070         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-keydown" href="output/Ext.grid.GridPanel.html#event-keydown">GridPanel</a></td>\r
4071     </tr>\r
4072         <tr class="event-row inherited alt expandable">\r
4073         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
4074         <td class="sig">\r
4075         <a id="Ext.grid.EditorGridPanel-keypress"></a>\r
4076             <b>keypress</b> : (&nbsp;<code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
4077                         <div class="short">The raw keypress event for the entire grid.</div>\r
4078             <div class="long">\r
4079                 The raw keypress event for the entire grid.    <div class="mdetail-params">\r
4080         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
4081         <ul><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>\r
4082     </div>\r
4083                 </div>\r
4084                         </div>\r
4085         </td>\r
4086         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-keypress" href="output/Ext.grid.GridPanel.html#event-keypress">GridPanel</a></td>\r
4087     </tr>\r
4088         <tr class="event-row inherited expandable">\r
4089         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
4090         <td class="sig">\r
4091         <a id="Ext.grid.EditorGridPanel-mousedown"></a>\r
4092             <b>mousedown</b> : (&nbsp;<code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
4093                         <div class="short">The raw mousedown event for the entire grid.</div>\r
4094             <div class="long">\r
4095                 The raw mousedown event for the entire grid.    <div class="mdetail-params">\r
4096         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
4097         <ul><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>\r
4098     </div>\r
4099                 </div>\r
4100                         </div>\r
4101         </td>\r
4102         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-mousedown" href="output/Ext.grid.GridPanel.html#event-mousedown">GridPanel</a></td>\r
4103     </tr>\r
4104         <tr class="event-row inherited alt expandable">\r
4105         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
4106         <td class="sig">\r
4107         <a id="Ext.grid.EditorGridPanel-mouseout"></a>\r
4108             <b>mouseout</b> : (&nbsp;<code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
4109                         <div class="short">The raw mouseout event for the entire grid.</div>\r
4110             <div class="long">\r
4111                 The raw mouseout event for the entire grid.    <div class="mdetail-params">\r
4112         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
4113         <ul><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>\r
4114     </div>\r
4115                 </div>\r
4116                         </div>\r
4117         </td>\r
4118         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-mouseout" href="output/Ext.grid.GridPanel.html#event-mouseout">GridPanel</a></td>\r
4119     </tr>\r
4120         <tr class="event-row inherited expandable">\r
4121         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
4122         <td class="sig">\r
4123         <a id="Ext.grid.EditorGridPanel-mouseover"></a>\r
4124             <b>mouseover</b> : (&nbsp;<code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
4125                         <div class="short">The raw mouseover event for the entire grid.</div>\r
4126             <div class="long">\r
4127                 The raw mouseover event for the entire grid.    <div class="mdetail-params">\r
4128         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
4129         <ul><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>\r
4130     </div>\r
4131                 </div>\r
4132                         </div>\r
4133         </td>\r
4134         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-mouseover" href="output/Ext.grid.GridPanel.html#event-mouseover">GridPanel</a></td>\r
4135     </tr>\r
4136         <tr class="event-row inherited alt expandable">\r
4137         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
4138         <td class="sig">\r
4139         <a id="Ext.grid.EditorGridPanel-mouseup"></a>\r
4140             <b>mouseup</b> : (&nbsp;<code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
4141                         <div class="short">The raw mouseup event for the entire grid.</div>\r
4142             <div class="long">\r
4143                 The raw mouseup event for the entire grid.    <div class="mdetail-params">\r
4144         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
4145         <ul><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>\r
4146     </div>\r
4147                 </div>\r
4148                         </div>\r
4149         </td>\r
4150         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-mouseup" href="output/Ext.grid.GridPanel.html#event-mouseup">GridPanel</a></td>\r
4151     </tr>\r
4152         <tr class="event-row inherited expandable">\r
4153         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
4154         <td class="sig">\r
4155         <a id="Ext.grid.EditorGridPanel-move"></a>\r
4156             <b>move</b> : (&nbsp;<code>Ext.Component this</code>, <code>Number x</code>, <code>Number y</code>&nbsp;)            <div class="mdesc">\r
4157                         <div class="short">Fires after the component is moved.</div>\r
4158             <div class="long">\r
4159                 Fires after the component is moved.    <div class="mdetail-params">\r
4160         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
4161         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>x</code> : Number<div class="sub-desc">The new x position</div></li><li><code>y</code> : Number<div class="sub-desc">The new y position</div></li>        </ul>\r
4162     </div>\r
4163                 </div>\r
4164                         </div>\r
4165         </td>\r
4166         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#event-move" href="output/Ext.BoxComponent.html#event-move">BoxComponent</a></td>\r
4167     </tr>\r
4168         <tr class="event-row inherited alt expandable">\r
4169         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
4170         <td class="sig">\r
4171         <a id="Ext.grid.EditorGridPanel-remove"></a>\r
4172             <b>remove</b> : (&nbsp;<code>Ext.Container this</code>, <code>Ext.Component component</code>&nbsp;)            <div class="mdesc">\r
4173                         <div class="short">Fires after any <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> is removed from the container.</div>\r
4174             <div class="long">\r
4175                 Fires after any <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> is removed from the container.    <div class="mdetail-params">\r
4176         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
4177         <ul><li><code>this</code> : Ext.Container<div class="sub-desc"></div></li><li><code>component</code> : Ext.Component<div class="sub-desc">The component that was removed</div></li>        </ul>\r
4178     </div>\r
4179                 </div>\r
4180                         </div>\r
4181         </td>\r
4182         <td class="msource"><a ext:cls="Ext.Container" ext:member="#event-remove" href="output/Ext.Container.html#event-remove">Container</a></td>\r
4183     </tr>\r
4184         <tr class="event-row inherited expandable">\r
4185         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
4186         <td class="sig">\r
4187         <a id="Ext.grid.EditorGridPanel-render"></a>\r
4188             <b>render</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
4189                         <div class="short">Fires after the component is rendered.</div>\r
4190             <div class="long">\r
4191                 Fires after the component is rendered.    <div class="mdetail-params">\r
4192         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
4193         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
4194     </div>\r
4195                 </div>\r
4196                         </div>\r
4197         </td>\r
4198         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-render" href="output/Ext.Component.html#event-render">Component</a></td>\r
4199     </tr>\r
4200         <tr class="event-row inherited alt expandable">\r
4201         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
4202         <td class="sig">\r
4203         <a id="Ext.grid.EditorGridPanel-resize"></a>\r
4204             <b>resize</b> : (&nbsp;<code>Ext.Component this</code>, <code>Number adjWidth</code>, <code>Number adjHeight</code>, <code>Number rawWidth</code>, <code>Number rawHeight</code>&nbsp;)            <div class="mdesc">\r
4205                         <div class="short">Fires after the component is resized.</div>\r
4206             <div class="long">\r
4207                 Fires after the component is resized.    <div class="mdetail-params">\r
4208         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
4209         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>adjWidth</code> : Number<div class="sub-desc">The box-adjusted width that was set</div></li><li><code>adjHeight</code> : Number<div class="sub-desc">The box-adjusted height that was set</div></li><li><code>rawWidth</code> : Number<div class="sub-desc">The width that was originally specified</div></li><li><code>rawHeight</code> : Number<div class="sub-desc">The height that was originally specified</div></li>        </ul>\r
4210     </div>\r
4211                 </div>\r
4212                         </div>\r
4213         </td>\r
4214         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#event-resize" href="output/Ext.BoxComponent.html#event-resize">BoxComponent</a></td>\r
4215     </tr>\r
4216         <tr class="event-row inherited expandable">\r
4217         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
4218         <td class="sig">\r
4219         <a id="Ext.grid.EditorGridPanel-rowclick"></a>\r
4220             <b>rowclick</b> : (&nbsp;<code>Grid this</code>, <code>Number rowIndex</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
4221                         <div class="short">Fires when a row is clicked</div>\r
4222             <div class="long">\r
4223                 Fires when a row is clicked    <div class="mdetail-params">\r
4224         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
4225         <ul><li><code>this</code> : Grid<div class="sub-desc"></div></li><li><code>rowIndex</code> : Number<div class="sub-desc"></div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>\r
4226     </div>\r
4227                 </div>\r
4228                         </div>\r
4229         </td>\r
4230         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-rowclick" href="output/Ext.grid.GridPanel.html#event-rowclick">GridPanel</a></td>\r
4231     </tr>\r
4232         <tr class="event-row inherited alt expandable">\r
4233         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
4234         <td class="sig">\r
4235         <a id="Ext.grid.EditorGridPanel-rowcontextmenu"></a>\r
4236             <b>rowcontextmenu</b> : (&nbsp;<code>Grid this</code>, <code>Number rowIndex</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
4237                         <div class="short">Fires when a row is right clicked</div>\r
4238             <div class="long">\r
4239                 Fires when a row is right clicked    <div class="mdetail-params">\r
4240         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
4241         <ul><li><code>this</code> : Grid<div class="sub-desc"></div></li><li><code>rowIndex</code> : Number<div class="sub-desc"></div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>\r
4242     </div>\r
4243                 </div>\r
4244                         </div>\r
4245         </td>\r
4246         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-rowcontextmenu" href="output/Ext.grid.GridPanel.html#event-rowcontextmenu">GridPanel</a></td>\r
4247     </tr>\r
4248         <tr class="event-row inherited expandable">\r
4249         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
4250         <td class="sig">\r
4251         <a id="Ext.grid.EditorGridPanel-rowdblclick"></a>\r
4252             <b>rowdblclick</b> : (&nbsp;<code>Grid this</code>, <code>Number rowIndex</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
4253                         <div class="short">Fires when a row is double clicked</div>\r
4254             <div class="long">\r
4255                 Fires when a row is double clicked    <div class="mdetail-params">\r
4256         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
4257         <ul><li><code>this</code> : Grid<div class="sub-desc"></div></li><li><code>rowIndex</code> : Number<div class="sub-desc"></div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>\r
4258     </div>\r
4259                 </div>\r
4260                         </div>\r
4261         </td>\r
4262         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-rowdblclick" href="output/Ext.grid.GridPanel.html#event-rowdblclick">GridPanel</a></td>\r
4263     </tr>\r
4264         <tr class="event-row inherited alt expandable">\r
4265         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
4266         <td class="sig">\r
4267         <a id="Ext.grid.EditorGridPanel-rowmousedown"></a>\r
4268             <b>rowmousedown</b> : (&nbsp;<code>Grid this</code>, <code>Number rowIndex</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
4269                         <div class="short">Fires before a row is clicked</div>\r
4270             <div class="long">\r
4271                 Fires before a row is clicked    <div class="mdetail-params">\r
4272         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
4273         <ul><li><code>this</code> : Grid<div class="sub-desc"></div></li><li><code>rowIndex</code> : Number<div class="sub-desc"></div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>\r
4274     </div>\r
4275                 </div>\r
4276                         </div>\r
4277         </td>\r
4278         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-rowmousedown" href="output/Ext.grid.GridPanel.html#event-rowmousedown">GridPanel</a></td>\r
4279     </tr>\r
4280         <tr class="event-row inherited expandable">\r
4281         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
4282         <td class="sig">\r
4283         <a id="Ext.grid.EditorGridPanel-show"></a>\r
4284             <b>show</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
4285                         <div class="short">Fires after the component is shown.</div>\r
4286             <div class="long">\r
4287                 Fires after the component is shown.    <div class="mdetail-params">\r
4288         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
4289         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
4290     </div>\r
4291                 </div>\r
4292                         </div>\r
4293         </td>\r
4294         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-show" href="output/Ext.Component.html#event-show">Component</a></td>\r
4295     </tr>\r
4296         <tr class="event-row inherited alt expandable">\r
4297         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
4298         <td class="sig">\r
4299         <a id="Ext.grid.EditorGridPanel-sortchange"></a>\r
4300             <b>sortchange</b> : (&nbsp;<code>Grid this</code>, <code>Object sortInfo</code>&nbsp;)            <div class="mdesc">\r
4301                         <div class="short">Fires when the grid's store sort changes</div>\r
4302             <div class="long">\r
4303                 Fires when the grid's store sort changes    <div class="mdetail-params">\r
4304         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
4305         <ul><li><code>this</code> : Grid<div class="sub-desc"></div></li><li><code>sortInfo</code> : Object<div class="sub-desc">An object with the keys field and direction</div></li>        </ul>\r
4306     </div>\r
4307                 </div>\r
4308                         </div>\r
4309         </td>\r
4310         <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-sortchange" href="output/Ext.grid.GridPanel.html#event-sortchange">GridPanel</a></td>\r
4311     </tr>\r
4312         <tr class="event-row inherited expandable">\r
4313         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
4314         <td class="sig">\r
4315         <a id="Ext.grid.EditorGridPanel-staterestore"></a>\r
4316             <b>staterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">\r
4317                         <div class="short">Fires after the state of the component is restored.</div>\r
4318             <div class="long">\r
4319                 Fires after the state of the component is restored.    <div class="mdetail-params">\r
4320         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
4321         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>state</code> : Object<div class="sub-desc">The hash of state values</div></li>        </ul>\r
4322     </div>\r
4323                 </div>\r
4324                         </div>\r
4325         </td>\r
4326         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-staterestore" href="output/Ext.Component.html#event-staterestore">Component</a></td>\r
4327     </tr>\r
4328         <tr class="event-row inherited alt expandable">\r
4329         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
4330         <td class="sig">\r
4331         <a id="Ext.grid.EditorGridPanel-statesave"></a>\r
4332             <b>statesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">\r
4333                         <div class="short">Fires after the state of the component is saved to the configured state provider.</div>\r
4334             <div class="long">\r
4335                 Fires after the state of the component is saved to the configured state provider.    <div class="mdetail-params">\r
4336         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
4337         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>state</code> : Object<div class="sub-desc">The hash of state values</div></li>        </ul>\r
4338     </div>\r
4339                 </div>\r
4340                         </div>\r
4341         </td>\r
4342         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-statesave" href="output/Ext.Component.html#event-statesave">Component</a></td>\r
4343     </tr>\r
4344         <tr class="event-row inherited expandable">\r
4345         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
4346         <td class="sig">\r
4347         <a id="Ext.grid.EditorGridPanel-titlechange"></a>\r
4348             <b>titlechange</b> : (&nbsp;<code>Ext.Panel p</code>, <code>String The</code>&nbsp;)            <div class="mdesc">\r
4349                         <div class="short">Fires after the Panel title has been set or changed.</div>\r
4350             <div class="long">\r
4351                 Fires after the Panel title has been set or changed.    <div class="mdetail-params">\r
4352         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
4353         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">the Panel which has had its title changed.</div></li><li><code>The</code> : String<div class="sub-desc">new title.</div></li>        </ul>\r
4354     </div>\r
4355                 </div>\r
4356                         </div>\r
4357         </td>\r
4358         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-titlechange" href="output/Ext.Panel.html#event-titlechange">Panel</a></td>\r
4359     </tr>\r
4360         <tr class="event-row alt expandable">\r
4361         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
4362         <td class="sig">\r
4363         <a id="Ext.grid.EditorGridPanel-validateedit"></a>\r
4364             <b>validateedit</b> : (&nbsp;<code>Object e</code>&nbsp;)            <div class="mdesc">\r
4365                         <div class="short">Fires after a cell is edited, but before the value is set in the record. Return false
4366 to cancel the change. The edit ...</div>\r
4367             <div class="long">\r
4368                 Fires after a cell is edited, but before the value is set in the record. Return false
4369 to cancel the change. The edit event object has the following properties <br />
4370 <ul style="padding:5px;padding-left:16px;">
4371 <li>grid - This grid</li>
4372 <li>record - The record being edited</li>
4373 <li>field - The field name being edited</li>
4374 <li>value - The value being set</li>
4375 <li>originalValue - The original value for the field, before the edit.</li>
4376 <li>row - The grid row index</li>
4377 <li>column - The grid column index</li>
4378 <li>cancel - Set this to true to cancel the edit or return false from your handler.</li>
4379 </ul>    <div class="mdetail-params">\r
4380         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
4381         <ul><li><code>e</code> : Object<div class="sub-desc">An edit event (see above for description)</div></li>        </ul>\r
4382     </div>\r
4383                 </div>\r
4384                         </div>\r
4385         </td>\r
4386         <td class="msource">EditorGridPanel</td>\r
4387     </tr>\r
4388             </table>
4389         
4390         </div>