Subversion Repositories eFlore/Applications.cel

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 aperonnet 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="../source/widgets/grid/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
            Class for creating and editable grid.        </div>
27
 
28
        <div class="hr"></div>
29
                <a id="Ext.grid.EditorGridPanel-configs"></a>
30
        <h2>Config Options</h2>
31
        <table cellspacing="0" class="member-table">
32
            <tr>
33
                <th class="sig-header" colspan="2">Config Options</th>
34
                <th class="msource-header">Defined By</th>
35
            </tr>
36
                <tr class="config-row inherited expandable">
37
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
38
        <td class="sig">
39
        <a id="Ext.grid.EditorGridPanel-animCollapse"></a>
40
            <b>animCollapse</b> : Boolean            <div class="mdesc">
41
                        <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>
42
            <div class="long">
43
                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>
44
                        </div>
45
        </td>
46
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#animCollapse" href="output/Ext.Panel.html#animCollapse">Panel</a></td>
47
    </tr>
48
        <tr class="config-row alt">
49
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
50
        <td class="sig">
51
        <a id="Ext.grid.EditorGridPanel-autoEncode"></a>
52
            <b>autoEncode</b> : Boolean            <div class="mdesc">
53
                            True to automatically HTML encode and decode values pre and post edit (defaults to false)                        </div>
54
        </td>
55
        <td class="msource">EditorGridPanel</td>
56
    </tr>
57
        <tr class="config-row inherited">
58
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
59
        <td class="sig">
60
        <a id="Ext.grid.EditorGridPanel-autoExpandColumn"></a>
61
            <b>autoExpandColumn</b> : String            <div class="mdesc">
62
                            The id of a column in this grid that should expand to fill unused space. This id can not be 0.                        </div>
63
        </td>
64
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#autoExpandColumn" href="output/Ext.grid.GridPanel.html#autoExpandColumn">GridPanel</a></td>
65
    </tr>
66
        <tr class="config-row inherited alt">
67
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
68
        <td class="sig">
69
        <a id="Ext.grid.EditorGridPanel-autoExpandMax"></a>
70
            <b>autoExpandMax</b> : Number            <div class="mdesc">
71
                            The maximum width the autoExpandColumn can have (if enabled). Defaults to 1000.                        </div>
72
        </td>
73
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#autoExpandMax" href="output/Ext.grid.GridPanel.html#autoExpandMax">GridPanel</a></td>
74
    </tr>
75
        <tr class="config-row inherited">
76
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
77
        <td class="sig">
78
        <a id="Ext.grid.EditorGridPanel-autoExpandMin"></a>
79
            <b>autoExpandMin</b> : Number            <div class="mdesc">
80
                            The minimum width the autoExpandColumn can have (if enabled). defaults to 50.                        </div>
81
        </td>
82
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#autoExpandMin" href="output/Ext.grid.GridPanel.html#autoExpandMin">GridPanel</a></td>
83
    </tr>
84
        <tr class="config-row inherited alt expandable">
85
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
86
        <td class="sig">
87
        <a id="Ext.grid.EditorGridPanel-autoHeight"></a>
88
            <b>autoHeight</b> : Boolean            <div class="mdesc">
89
                        <div class="short">True to use height:'auto', false to use fixed height. Note: although many components inherit this config option, not ...</div>
90
            <div class="long">
91
                True to use height:'auto', false to use fixed height. Note: although many components inherit this config option, not all will function as expected with a height of 'auto'. (defaults to false).            </div>
92
                        </div>
93
        </td>
94
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#autoHeight" href="output/Ext.BoxComponent.html#autoHeight">BoxComponent</a></td>
95
    </tr>
96
        <tr class="config-row inherited expandable">
97
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
98
        <td class="sig">
99
        <a id="Ext.grid.EditorGridPanel-autoShow"></a>
100
            <b>autoShow</b> : Boolean            <div class="mdesc">
101
                        <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>
102
            <div class="long">
103
                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>
104
                        </div>
105
        </td>
106
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#autoShow" href="output/Ext.Component.html#autoShow">Component</a></td>
107
    </tr>
108
        <tr class="config-row inherited alt">
109
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
110
        <td class="sig">
111
        <a id="Ext.grid.EditorGridPanel-baseCls"></a>
112
            <b>baseCls</b> : String            <div class="mdesc">
113
                            The base CSS class to apply to this panel's element (defaults to 'x-panel').                        </div>
114
        </td>
115
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#baseCls" href="output/Ext.Panel.html#baseCls">Panel</a></td>
116
    </tr>
117
        <tr class="config-row inherited expandable">
118
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
119
        <td class="sig">
120
        <a id="Ext.grid.EditorGridPanel-bbar"></a>
121
            <b>bbar</b> : Object/Array            <div class="mdesc">
122
                        <div class="short">The bottom toolbar of the panel. This can be a Ext.Toolbar object, a toolbar config, or an array of buttons/button co...</div>
123
            <div class="long">
124
                The bottom toolbar of the panel. This can be a <a ext:cls="Ext.Toolbar" href="output/Ext.Toolbar.html">Ext.Toolbar</a> object, a toolbar config, 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>
125
                        </div>
126
        </td>
127
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#bbar" href="output/Ext.Panel.html#bbar">Panel</a></td>
128
    </tr>
129
        <tr class="config-row inherited alt expandable">
130
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
131
        <td class="sig">
132
        <a id="Ext.grid.EditorGridPanel-border"></a>
133
            <b>border</b> : Boolean            <div class="mdesc">
134
                        <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>
135
            <div class="long">
136
                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>
137
                        </div>
138
        </td>
139
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#border" href="output/Ext.Panel.html#border">Panel</a></td>
140
    </tr>
141
        <tr class="config-row inherited">
142
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
143
        <td class="sig">
144
        <a id="Ext.grid.EditorGridPanel-buttonAlign"></a>
145
            <b>buttonAlign</b> : String            <div class="mdesc">
146
                            The alignment of any buttons added to this panel. Valid values are 'right,' 'left' and 'center' (defaults to 'right').                        </div>
147
        </td>
148
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#buttonAlign" href="output/Ext.Panel.html#buttonAlign">Panel</a></td>
149
    </tr>
150
        <tr class="config-row inherited alt">
151
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
152
        <td class="sig">
153
        <a id="Ext.grid.EditorGridPanel-buttons"></a>
154
            <b>buttons</b> : Array            <div class="mdesc">
155
                            An array of <a ext:cls="Ext.Button" href="output/Ext.Button.html">Ext.Button</a> <b>configs</b> used to add buttons to the footer of this panel.                        </div>
156
        </td>
157
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#buttons" href="output/Ext.Panel.html#buttons">Panel</a></td>
158
    </tr>
159
        <tr class="config-row">
160
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
161
        <td class="sig">
162
        <a id="Ext.grid.EditorGridPanel-clicksToEdit"></a>
163
            <b>clicksToEdit</b> : Number            <div class="mdesc">
164
                            The number of clicks on a cell required to display the cell's editor (defaults to 2)                        </div>
165
        </td>
166
        <td class="msource">EditorGridPanel</td>
167
    </tr>
168
        <tr class="config-row inherited alt expandable">
169
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
170
        <td class="sig">
171
        <a id="Ext.grid.EditorGridPanel-cls"></a>
172
            <b>cls</b> : String            <div class="mdesc">
173
                        <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>
174
            <div class="long">
175
                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>
176
                        </div>
177
        </td>
178
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#cls" href="output/Ext.Component.html#cls">Component</a></td>
179
    </tr>
180
        <tr class="config-row inherited">
181
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
182
        <td class="sig">
183
        <a id="Ext.grid.EditorGridPanel-cm"></a>
184
            <b>cm</b> : Object            <div class="mdesc">
185
                            Shorthand for <a ext:cls="Ext.grid.GridPanel" ext:member="colModel" href="output/Ext.grid.GridPanel.html#colModel">colModel</a>.                        </div>
186
        </td>
187
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#cm" href="output/Ext.grid.GridPanel.html#cm">GridPanel</a></td>
188
    </tr>
189
        <tr class="config-row inherited alt">
190
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
191
        <td class="sig">
192
        <a id="Ext.grid.EditorGridPanel-colModel"></a>
193
            <b>colModel</b> : Object            <div class="mdesc">
194
                            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>
195
        </td>
196
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#colModel" href="output/Ext.grid.GridPanel.html#colModel">GridPanel</a></td>
197
    </tr>
198
        <tr class="config-row inherited expandable">
199
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
200
        <td class="sig">
201
        <a id="Ext.grid.EditorGridPanel-collapseFirst"></a>
202
            <b>collapseFirst</b> : Boolean            <div class="mdesc">
203
                        <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>
204
            <div class="long">
205
                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>
206
                        </div>
207
        </td>
208
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#collapseFirst" href="output/Ext.Panel.html#collapseFirst">Panel</a></td>
209
    </tr>
210
        <tr class="config-row inherited alt">
211
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
212
        <td class="sig">
213
        <a id="Ext.grid.EditorGridPanel-collapsed"></a>
214
            <b>collapsed</b> : Boolean            <div class="mdesc">
215
                            True to render the panel collapsed, false to render it expanded (defaults to false).                        </div>
216
        </td>
217
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#collapsed" href="output/Ext.Panel.html#collapsed">Panel</a></td>
218
    </tr>
219
        <tr class="config-row inherited">
220
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
221
        <td class="sig">
222
        <a id="Ext.grid.EditorGridPanel-collapsedCls"></a>
223
            <b>collapsedCls</b> : String            <div class="mdesc">
224
                            A CSS class to add to the panel's element after it has been collapsed (defaults to 'x-panel-collapsed').                        </div>
225
        </td>
226
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#collapsedCls" href="output/Ext.Panel.html#collapsedCls">Panel</a></td>
227
    </tr>
228
        <tr class="config-row inherited alt expandable">
229
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
230
        <td class="sig">
231
        <a id="Ext.grid.EditorGridPanel-collapsible"></a>
232
            <b>collapsible</b> : Boolean            <div class="mdesc">
233
                        <div class="short">True to make the panel collapsible and have the expand/collapse toggle button automatically rendered into the header ...</div>
234
            <div class="long">
235
                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>
236
                        </div>
237
        </td>
238
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#collapsible" href="output/Ext.Panel.html#collapsible">Panel</a></td>
239
    </tr>
240
        <tr class="config-row inherited">
241
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
242
        <td class="sig">
243
        <a id="Ext.grid.EditorGridPanel-columns"></a>
244
            <b>columns</b> : Array            <div class="mdesc">
245
                            An array of columns to auto create a ColumnModel                        </div>
246
        </td>
247
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#columns" href="output/Ext.grid.GridPanel.html#columns">GridPanel</a></td>
248
    </tr>
249
        <tr class="config-row inherited alt expandable">
250
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
251
        <td class="sig">
252
        <a id="Ext.grid.EditorGridPanel-ctCls"></a>
253
            <b>ctCls</b> : String            <div class="mdesc">
254
                        <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>
255
            <div class="long">
256
                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>
257
                        </div>
258
        </td>
259
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#ctCls" href="output/Ext.Component.html#ctCls">Component</a></td>
260
    </tr>
261
        <tr class="config-row inherited">
262
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
263
        <td class="sig">
264
        <a id="Ext.grid.EditorGridPanel-disableSelection"></a>
265
            <b>disableSelection</b> : Boolean            <div class="mdesc">
266
                            True to disable selections in the grid (defaults to false). - ignored a SelectionModel is specified                        </div>
267
        </td>
268
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#disableSelection" href="output/Ext.grid.GridPanel.html#disableSelection">GridPanel</a></td>
269
    </tr>
270
        <tr class="config-row inherited alt expandable">
271
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
272
        <td class="sig">
273
        <a id="Ext.grid.EditorGridPanel-draggable"></a>
274
            <b>draggable</b> : Boolean            <div class="mdesc">
275
                        <div class="short">True to enable dragging of this Panel (defaults to false). For custom drag/drop implementations, an Ext.Panel.DD conf...</div>
276
            <div class="long">
277
                True to enable dragging of this Panel (defaults to false). For custom drag/drop implementations, an Ext.Panel.DD config could also be passed in this config instead of true, although Ext.Panel.DD is an internal, undocumented class.            </div>
278
                        </div>
279
        </td>
280
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#draggable" href="output/Ext.Panel.html#draggable">Panel</a></td>
281
    </tr>
282
        <tr class="config-row inherited">
283
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
284
        <td class="sig">
285
        <a id="Ext.grid.EditorGridPanel-enableColumnHide"></a>
286
            <b>enableColumnHide</b> : Boolean            <div class="mdesc">
287
                            True to enable hiding of columns with the header context menu.                        </div>
288
        </td>
289
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#enableColumnHide" href="output/Ext.grid.GridPanel.html#enableColumnHide">GridPanel</a></td>
290
    </tr>
291
        <tr class="config-row inherited alt">
292
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
293
        <td class="sig">
294
        <a id="Ext.grid.EditorGridPanel-enableColumnMove"></a>
295
            <b>enableColumnMove</b> : Boolean            <div class="mdesc">
296
                            True to enable drag and drop reorder of columns.                        </div>
297
        </td>
298
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#enableColumnMove" href="output/Ext.grid.GridPanel.html#enableColumnMove">GridPanel</a></td>
299
    </tr>
300
        <tr class="config-row inherited">
301
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
302
        <td class="sig">
303
        <a id="Ext.grid.EditorGridPanel-enableColumnResize"></a>
304
            <b>enableColumnResize</b> : Boolean            <div class="mdesc">
305
                            False to turn off column resizing for the whole grid (defaults to true).                        </div>
306
        </td>
307
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#enableColumnResize" href="output/Ext.grid.GridPanel.html#enableColumnResize">GridPanel</a></td>
308
    </tr>
309
        <tr class="config-row inherited alt">
310
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
311
        <td class="sig">
312
        <a id="Ext.grid.EditorGridPanel-enableDragDrop"></a>
313
            <b>enableDragDrop</b> : Boolean            <div class="mdesc">
314
                            True to enable drag and drop of rows.                        </div>
315
        </td>
316
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#enableDragDrop" href="output/Ext.grid.GridPanel.html#enableDragDrop">GridPanel</a></td>
317
    </tr>
318
        <tr class="config-row inherited">
319
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
320
        <td class="sig">
321
        <a id="Ext.grid.EditorGridPanel-enableHdMenu"></a>
322
            <b>enableHdMenu</b> : Boolean            <div class="mdesc">
323
                            True to enable the drop down button for menu in the headers.                        </div>
324
        </td>
325
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#enableHdMenu" href="output/Ext.grid.GridPanel.html#enableHdMenu">GridPanel</a></td>
326
    </tr>
327
        <tr class="config-row inherited alt expandable">
328
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
329
        <td class="sig">
330
        <a id="Ext.grid.EditorGridPanel-floating"></a>
331
            <b>floating</b> : Boolean            <div class="mdesc">
332
                        <div class="short">True to float the panel (absolute position it with automatic shimming and shadow), false to display it inline where i...</div>
333
            <div class="long">
334
                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>
335
                        </div>
336
        </td>
337
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#floating" href="output/Ext.Panel.html#floating">Panel</a></td>
338
    </tr>
339
        <tr class="config-row inherited expandable">
340
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
341
        <td class="sig">
342
        <a id="Ext.grid.EditorGridPanel-footer"></a>
343
            <b>footer</b> : Boolean            <div class="mdesc">
344
                        <div class="short">True to create the footer element explicitly, false to skip creating it. By default, when footer is not specified, if...</div>
345
            <div class="long">
346
                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>
347
                        </div>
348
        </td>
349
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#footer" href="output/Ext.Panel.html#footer">Panel</a></td>
350
    </tr>
351
        <tr class="config-row inherited alt">
352
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
353
        <td class="sig">
354
        <a id="Ext.grid.EditorGridPanel-frame"></a>
355
            <b>frame</b> : Boolean            <div class="mdesc">
356
                            True to render the panel with custom rounded borders, false to render with plain 1px square borders (defaults to false).                        </div>
357
        </td>
358
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#frame" href="output/Ext.Panel.html#frame">Panel</a></td>
359
    </tr>
360
        <tr class="config-row inherited expandable">
361
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
362
        <td class="sig">
363
        <a id="Ext.grid.EditorGridPanel-header"></a>
364
            <b>header</b> : Boolean            <div class="mdesc">
365
                        <div class="short">True to create the header element explicitly, false to skip creating it. By default, when header is not specified, if...</div>
366
            <div class="long">
367
                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>
368
                        </div>
369
        </td>
370
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#header" href="output/Ext.Panel.html#header">Panel</a></td>
371
    </tr>
372
        <tr class="config-row inherited alt">
373
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
374
        <td class="sig">
375
        <a id="Ext.grid.EditorGridPanel-headerAsText"></a>
376
            <b>headerAsText</b> : Boolean            <div class="mdesc">
377
                            True to display the panel title in the header, false to hide it (defaults to true).                        </div>
378
        </td>
379
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#headerAsText" href="output/Ext.Panel.html#headerAsText">Panel</a></td>
380
    </tr>
381
        <tr class="config-row inherited">
382
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
383
        <td class="sig">
384
        <a id="Ext.grid.EditorGridPanel-height"></a>
385
            <b>height</b> : Number            <div class="mdesc">
386
                            The height of this component in pixels (defaults to auto).                        </div>
387
        </td>
388
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#height" href="output/Ext.BoxComponent.html#height">BoxComponent</a></td>
389
    </tr>
390
        <tr class="config-row inherited alt">
391
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
392
        <td class="sig">
393
        <a id="Ext.grid.EditorGridPanel-hideCollapseTool"></a>
394
            <b>hideCollapseTool</b> : Boolean            <div class="mdesc">
395
                            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>
396
        </td>
397
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#hideCollapseTool" href="output/Ext.Panel.html#hideCollapseTool">Panel</a></td>
398
    </tr>
399
        <tr class="config-row inherited">
400
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
401
        <td class="sig">
402
        <a id="Ext.grid.EditorGridPanel-hideHeaders"></a>
403
            <b>hideHeaders</b> : Boolean            <div class="mdesc">
404
                            True to hide the grid's header (defaults to false).                        </div>
405
        </td>
406
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#hideHeaders" href="output/Ext.grid.GridPanel.html#hideHeaders">GridPanel</a></td>
407
    </tr>
408
        <tr class="config-row inherited alt expandable">
409
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
410
        <td class="sig">
411
        <a id="Ext.grid.EditorGridPanel-hideMode"></a>
412
            <b>hideMode</b> : String            <div class="mdesc">
413
                        <div class="short">How this component should hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset posi...</div>
414
            <div class="long">
415
                How this component should hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset position) and "display" (css display) - defaults to "display".            </div>
416
                        </div>
417
        </td>
418
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideMode" href="output/Ext.Component.html#hideMode">Component</a></td>
419
    </tr>
420
        <tr class="config-row inherited expandable">
421
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
422
        <td class="sig">
423
        <a id="Ext.grid.EditorGridPanel-hideParent"></a>
424
            <b>hideParent</b> : Boolean            <div class="mdesc">
425
                        <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>
426
            <div class="long">
427
                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>
428
                        </div>
429
        </td>
430
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideParent" href="output/Ext.Component.html#hideParent">Component</a></td>
431
    </tr>
432
        <tr class="config-row inherited alt">
433
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
434
        <td class="sig">
435
        <a id="Ext.grid.EditorGridPanel-iconCls"></a>
436
            <b>iconCls</b> : String            <div class="mdesc">
437
                            A CSS class that will provide a background image to be used as the panel header icon (defaults to '').                        </div>
438
        </td>
439
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#iconCls" href="output/Ext.Panel.html#iconCls">Panel</a></td>
440
    </tr>
441
        <tr class="config-row inherited">
442
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
443
        <td class="sig">
444
        <a id="Ext.grid.EditorGridPanel-id"></a>
445
            <b>id</b> : String            <div class="mdesc">
446
                            The unique id of this component (defaults to an auto-assigned id).                        </div>
447
        </td>
448
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#id" href="output/Ext.Component.html#id">Component</a></td>
449
    </tr>
450
        <tr class="config-row inherited alt expandable">
451
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
452
        <td class="sig">
453
        <a id="Ext.grid.EditorGridPanel-keys"></a>
454
            <b>keys</b> : Object/Array            <div class="mdesc">
455
                        <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>
456
            <div class="long">
457
                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>
458
                        </div>
459
        </td>
460
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#keys" href="output/Ext.Panel.html#keys">Panel</a></td>
461
    </tr>
462
        <tr class="config-row inherited expandable">
463
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
464
        <td class="sig">
465
        <a id="Ext.grid.EditorGridPanel-listeners"></a>
466
            <b>listeners</b> : Object            <div class="mdesc">
467
                        <div class="short">A config object containing one or more event handlers to be added to this object during initialization. This should b...</div>
468
            <div class="long">
469
                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>
470
                        </div>
471
        </td>
472
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#listeners" href="output/Ext.util.Observable.html#listeners">Observable</a></td>
473
    </tr>
474
        <tr class="config-row inherited alt">
475
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
476
        <td class="sig">
477
        <a id="Ext.grid.EditorGridPanel-loadMask"></a>
478
            <b>loadMask</b> : Object            <div class="mdesc">
479
                            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>
480
        </td>
481
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#loadMask" href="output/Ext.grid.GridPanel.html#loadMask">GridPanel</a></td>
482
    </tr>
483
        <tr class="config-row inherited expandable">
484
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
485
        <td class="sig">
486
        <a id="Ext.grid.EditorGridPanel-maskDisabled"></a>
487
            <b>maskDisabled</b> : Boolean            <div class="mdesc">
488
                        <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>
489
            <div class="long">
490
                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>
491
                        </div>
492
        </td>
493
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#maskDisabled" href="output/Ext.Panel.html#maskDisabled">Panel</a></td>
494
    </tr>
495
        <tr class="config-row inherited alt">
496
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
497
        <td class="sig">
498
        <a id="Ext.grid.EditorGridPanel-maxHeight"></a>
499
            <b>maxHeight</b> : Number            <div class="mdesc">
500
                            Sets the maximum height of the grid - ignored if autoHeight is not on.                        </div>
501
        </td>
502
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#maxHeight" href="output/Ext.grid.GridPanel.html#maxHeight">GridPanel</a></td>
503
    </tr>
504
        <tr class="config-row inherited">
505
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
506
        <td class="sig">
507
        <a id="Ext.grid.EditorGridPanel-minButtonWidth"></a>
508
            <b>minButtonWidth</b> : Number            <div class="mdesc">
509
                            Minimum width in pixels of all buttons in this panel (defaults to 75)                        </div>
510
        </td>
511
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#minButtonWidth" href="output/Ext.Panel.html#minButtonWidth">Panel</a></td>
512
    </tr>
513
        <tr class="config-row inherited alt">
514
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
515
        <td class="sig">
516
        <a id="Ext.grid.EditorGridPanel-minColumnWidth"></a>
517
            <b>minColumnWidth</b> : Number            <div class="mdesc">
518
                            The minimum width a column can be resized to. Defaults to 25.                        </div>
519
        </td>
520
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#minColumnWidth" href="output/Ext.grid.GridPanel.html#minColumnWidth">GridPanel</a></td>
521
    </tr>
522
        <tr class="config-row inherited">
523
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
524
        <td class="sig">
525
        <a id="Ext.grid.EditorGridPanel-pageX"></a>
526
            <b>pageX</b> : Number            <div class="mdesc">
527
                            The page level x coordinate for this component if contained within a positioning container.                        </div>
528
        </td>
529
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageX" href="output/Ext.BoxComponent.html#pageX">BoxComponent</a></td>
530
    </tr>
531
        <tr class="config-row inherited alt">
532
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
533
        <td class="sig">
534
        <a id="Ext.grid.EditorGridPanel-pageY"></a>
535
            <b>pageY</b> : Number            <div class="mdesc">
536
                            The page level y coordinate for this component if contained within a positioning container.                        </div>
537
        </td>
538
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageY" href="output/Ext.BoxComponent.html#pageY">BoxComponent</a></td>
539
    </tr>
540
        <tr class="config-row inherited expandable">
541
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
542
        <td class="sig">
543
        <a id="Ext.grid.EditorGridPanel-plugins"></a>
544
            <b>plugins</b> : Object/Array            <div class="mdesc">
545
                        <div class="short">An object or array of objects that will provide custom functionality for this component. The only requirement for a v...</div>
546
            <div class="long">
547
                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>
548
                        </div>
549
        </td>
550
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#plugins" href="output/Ext.Component.html#plugins">Component</a></td>
551
    </tr>
552
        <tr class="config-row inherited alt expandable">
553
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
554
        <td class="sig">
555
        <a id="Ext.grid.EditorGridPanel-renderTo"></a>
556
            <b>renderTo</b> : Mixed            <div class="mdesc">
557
                        <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>
558
            <div class="long">
559
                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>
560
                        </div>
561
        </td>
562
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#renderTo" href="output/Ext.Component.html#renderTo">Component</a></td>
563
    </tr>
564
        <tr class="config-row inherited expandable">
565
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
566
        <td class="sig">
567
        <a id="Ext.grid.EditorGridPanel-selModel"></a>
568
            <b>selModel</b> : Object            <div class="mdesc">
569
                        <div class="short">Any subclass of AbstractSelectionModel that will provide the selection model for the grid (defaults to Ext.grid.RowSe...</div>
570
            <div class="long">
571
                Any subclass of AbstractSelectionModel that will provide the selection model for the grid (defaults to <a ext:cls="Ext.grid.RowSelectionModel" href="output/Ext.grid.RowSelectionModel.html">Ext.grid.RowSelectionModel</a> if not specified).            </div>
572
                        </div>
573
        </td>
574
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#selModel" href="output/Ext.grid.GridPanel.html#selModel">GridPanel</a></td>
575
    </tr>
576
        <tr class="config-row inherited alt expandable">
577
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
578
        <td class="sig">
579
        <a id="Ext.grid.EditorGridPanel-shadow"></a>
580
            <b>shadow</b> : Boolean/String            <div class="mdesc">
581
                        <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>
582
            <div class="long">
583
                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>
584
                        </div>
585
        </td>
586
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#shadow" href="output/Ext.Panel.html#shadow">Panel</a></td>
587
    </tr>
588
        <tr class="config-row inherited expandable">
589
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
590
        <td class="sig">
591
        <a id="Ext.grid.EditorGridPanel-shadowOffset"></a>
592
            <b>shadowOffset</b> : Number            <div class="mdesc">
593
                        <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>
594
            <div class="long">
595
                The number of pixels to offset the shadow if displayed (defaults to 4). Note that this option only applies when floating = true.            </div>
596
                        </div>
597
        </td>
598
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#shadowOffset" href="output/Ext.Panel.html#shadowOffset">Panel</a></td>
599
    </tr>
600
        <tr class="config-row inherited alt expandable">
601
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
602
        <td class="sig">
603
        <a id="Ext.grid.EditorGridPanel-shim"></a>
604
            <b>shim</b> : Boolean            <div class="mdesc">
605
                        <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>
606
            <div class="long">
607
                False to disable the iframe shim in browsers which need one (defaults to true). Note that this option only applies when floating = true.            </div>
608
                        </div>
609
        </td>
610
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#shim" href="output/Ext.Panel.html#shim">Panel</a></td>
611
    </tr>
612
        <tr class="config-row inherited">
613
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
614
        <td class="sig">
615
        <a id="Ext.grid.EditorGridPanel-sm"></a>
616
            <b>sm</b> : Object            <div class="mdesc">
617
                            Shorthand for <a ext:cls="Ext.grid.GridPanel" ext:member="selModel" href="output/Ext.grid.GridPanel.html#selModel">selModel</a>.                        </div>
618
        </td>
619
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#sm" href="output/Ext.grid.GridPanel.html#sm">GridPanel</a></td>
620
    </tr>
621
        <tr class="config-row inherited alt expandable">
622
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
623
        <td class="sig">
624
        <a id="Ext.grid.EditorGridPanel-stateEvents"></a>
625
            <b>stateEvents</b> : Array            <div class="mdesc">
626
                        <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>
627
            <div class="long">
628
                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>
629
                        </div>
630
        </td>
631
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateEvents" href="output/Ext.Component.html#stateEvents">Component</a></td>
632
    </tr>
633
        <tr class="config-row inherited expandable">
634
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
635
        <td class="sig">
636
        <a id="Ext.grid.EditorGridPanel-stateId"></a>
637
            <b>stateId</b> : String            <div class="mdesc">
638
                        <div class="short">The unique id for this component to use for state management purposes (defaults to the component id). See stateful fo...</div>
639
            <div class="long">
640
                The unique id for this component to use for state management purposes (defaults to the component 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>
641
                        </div>
642
        </td>
643
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateId" href="output/Ext.Component.html#stateId">Component</a></td>
644
    </tr>
645
        <tr class="config-row inherited alt expandable">
646
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
647
        <td class="sig">
648
        <a id="Ext.grid.EditorGridPanel-stateful"></a>
649
            <b>stateful</b> : Boolean            <div class="mdesc">
650
                        <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>
651
            <div class="long">
652
                A flag which causes the Component to attempt to restore the state of internal properties from a saved state on startup.<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="staterestore" href="output/staterestore.html">staterestore</a>, <a ext:cls="beforestatesave" href="output/beforestatesave.html">beforestatesave</a> and <a ext:cls="statesave" href="output/statesave.html">statesave</a> events</p>            </div>
653
                        </div>
654
        </td>
655
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateful" href="output/Ext.Component.html#stateful">Component</a></td>
656
    </tr>
657
        <tr class="config-row inherited">
658
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
659
        <td class="sig">
660
        <a id="Ext.grid.EditorGridPanel-store"></a>
661
            <b>store</b> : Ext.data.Store            <div class="mdesc">
662
                            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>
663
        </td>
664
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#store" href="output/Ext.grid.GridPanel.html#store">GridPanel</a></td>
665
    </tr>
666
        <tr class="config-row inherited alt">
667
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
668
        <td class="sig">
669
        <a id="Ext.grid.EditorGridPanel-stripeRows"></a>
670
            <b>stripeRows</b> : Boolean            <div class="mdesc">
671
                            True to stripe the rows. Default is false.                        </div>
672
        </td>
673
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#stripeRows" href="output/Ext.grid.GridPanel.html#stripeRows">GridPanel</a></td>
674
    </tr>
675
        <tr class="config-row inherited expandable">
676
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
677
        <td class="sig">
678
        <a id="Ext.grid.EditorGridPanel-style"></a>
679
            <b>style</b> : String            <div class="mdesc">
680
                        <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>
681
            <div class="long">
682
                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>
683
                        </div>
684
        </td>
685
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#style" href="output/Ext.Component.html#style">Component</a></td>
686
    </tr>
687
        <tr class="config-row inherited alt expandable">
688
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
689
        <td class="sig">
690
        <a id="Ext.grid.EditorGridPanel-tabTip"></a>
691
            <b>tabTip</b> : String            <div class="mdesc">
692
                        <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>
693
            <div class="long">
694
                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>
695
                        </div>
696
        </td>
697
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#tabTip" href="output/Ext.Panel.html#tabTip">Panel</a></td>
698
    </tr>
699
        <tr class="config-row inherited expandable">
700
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
701
        <td class="sig">
702
        <a id="Ext.grid.EditorGridPanel-tbar"></a>
703
            <b>tbar</b> : Object/Array            <div class="mdesc">
704
                        <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>
705
            <div class="long">
706
                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>
707
                        </div>
708
        </td>
709
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#tbar" href="output/Ext.Panel.html#tbar">Panel</a></td>
710
    </tr>
711
        <tr class="config-row inherited alt expandable">
712
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
713
        <td class="sig">
714
        <a id="Ext.grid.EditorGridPanel-title"></a>
715
            <b>title</b> : String            <div class="mdesc">
716
                        <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>
717
            <div class="long">
718
                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>
719
                        </div>
720
        </td>
721
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#title" href="output/Ext.Panel.html#title">Panel</a></td>
722
    </tr>
723
        <tr class="config-row inherited expandable">
724
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
725
        <td class="sig">
726
        <a id="Ext.grid.EditorGridPanel-titleCollapse"></a>
727
            <b>titleCollapse</b> : Boolean            <div class="mdesc">
728
                        <div class="short">True to allow expanding and collapsing the panel (when collapsible = true) by clicking anywhere in the header bar, fa...</div>
729
            <div class="long">
730
                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>
731
                        </div>
732
        </td>
733
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#titleCollapse" href="output/Ext.Panel.html#titleCollapse">Panel</a></td>
734
    </tr>
735
        <tr class="config-row inherited alt expandable">
736
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
737
        <td class="sig">
738
        <a id="Ext.grid.EditorGridPanel-tools"></a>
739
            <b>tools</b> : Array            <div class="mdesc">
740
                        <div class="short">An array of tool button configs to be added to the header tool area. Each tool config may contain the following prope...</div>
741
            <div class="long">
742
                An array of tool button configs to be added to the header tool area. Each tool config may contain the following properties: <div class="mdetail-params"><ul> <li><b>id</b> : String<p 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></p></li> <li><b>handler</b> : Function<p class="sub-desc"><b>Required.</b> The function to call when clicked. Arguments passed are:<ul> <li><b>event</b> : Ext.EventObject<p class="sub-desc">The click event.</p></li> <li><b>toolEl</b> : Ext.Element<p class="sub-desc">The tool Element.</p></li> <li><b>Panel</b> : Ext.Panel<p class="sub-desc">The host Panel</p></li> </ul></p></li> <li><b>scope</b> : Object<p class="sub-desc">The scope in which to call the handler.</p></li> <li><b>qtip</b> : String/Object<p 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></p></li> <li><b>hidden</b> : Boolean<p class="sub-desc">True to initially render hidden.</p></li> <li><b>on</b> : Object<p 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></p></li> </ul> Example usage: <pre><code>tools:[{
743
    id:<em>'refresh'</em>,
744
    <i>// hidden:true,</i>
745
    handler: <b>function</b>(event, toolEl, panel){
746
        <i>// refresh logic</i>
747
    }
748
}]</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>
749
                        </div>
750
        </td>
751
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#tools" href="output/Ext.Panel.html#tools">Panel</a></td>
752
    </tr>
753
        <tr class="config-row inherited">
754
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
755
        <td class="sig">
756
        <a id="Ext.grid.EditorGridPanel-view"></a>
757
            <b>view</b> : Object            <div class="mdesc">
758
                            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>
759
        </td>
760
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#view" href="output/Ext.grid.GridPanel.html#view">GridPanel</a></td>
761
    </tr>
762
        <tr class="config-row inherited alt expandable">
763
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
764
        <td class="sig">
765
        <a id="Ext.grid.EditorGridPanel-viewConfig"></a>
766
            <b>viewConfig</b> : Object            <div class="mdesc">
767
                        <div class="short">A config object that will be applied to the grid's UI view. Any of the config options available for Ext.grid.GridView...</div>
768
            <div class="long">
769
                A config object that will be applied to 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.            </div>
770
                        </div>
771
        </td>
772
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#viewConfig" href="output/Ext.grid.GridPanel.html#viewConfig">GridPanel</a></td>
773
    </tr>
774
        <tr class="config-row inherited">
775
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
776
        <td class="sig">
777
        <a id="Ext.grid.EditorGridPanel-width"></a>
778
            <b>width</b> : Number            <div class="mdesc">
779
                            The width of this component in pixels (defaults to auto).                        </div>
780
        </td>
781
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#width" href="output/Ext.BoxComponent.html#width">BoxComponent</a></td>
782
    </tr>
783
        <tr class="config-row inherited alt">
784
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
785
        <td class="sig">
786
        <a id="Ext.grid.EditorGridPanel-x"></a>
787
            <b>x</b> : Number            <div class="mdesc">
788
                            The local x (left) coordinate for this component if contained within a positioning container.                        </div>
789
        </td>
790
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#x" href="output/Ext.BoxComponent.html#x">BoxComponent</a></td>
791
    </tr>
792
        <tr class="config-row inherited expandable">
793
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
794
        <td class="sig">
795
        <a id="Ext.grid.EditorGridPanel-xtype"></a>
796
            <b>xtype</b> : String            <div class="mdesc">
797
                        <div class="short">The registered xtype to create. This config option is not used when passing a config object into a constructor. This ...</div>
798
            <div class="long">
799
                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>
800
                        </div>
801
        </td>
802
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#xtype" href="output/Ext.Component.html#xtype">Component</a></td>
803
    </tr>
804
        <tr class="config-row inherited alt">
805
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
806
        <td class="sig">
807
        <a id="Ext.grid.EditorGridPanel-y"></a>
808
            <b>y</b> : Number            <div class="mdesc">
809
                            The local y (top) coordinate for this component if contained within a positioning container.                        </div>
810
        </td>
811
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#y" href="output/Ext.BoxComponent.html#y">BoxComponent</a></td>
812
    </tr>
813
            </table>
814
                <a id="Ext.grid.EditorGridPanel-props"></a>
815
        <h2>Public Properties</h2>
816
                <table cellspacing="0" class="member-table">
817
            <tr>
818
                <th class="sig-header" colspan="2">Property</th>
819
                <th class="msource-header">Defined By</th>
820
            </tr>
821
                <tr class="property-row inherited expandable">
822
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
823
        <td class="sig">
824
        <a id="Ext.grid.EditorGridPanel-body"></a>
825
            <b>body</b> : Ext.Element            <div class="mdesc">
826
                        <div class="short">
827
The Panel's body Element which may be used to contain HTML content.
828
The content may be specified in the html config,...</div>
829
            <div class="long">
830
 
831
The Panel's body <a ext:cls="Ext.Element" href="output/Ext.Element.html">Element</a> which may be used to contain HTML content.
832
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
833
<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.
834
<p>If this is used to load visible HTML elements in either way, then
835
the Panel may not be used as a Layout for hosting nested Panels.</p>
836
<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>
837
then the body Element must not be loaded or changed - it is under the control
838
of the Panel's Layout.            </div>
839
                        </div>
840
        </td>
841
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#body" href="output/Ext.Panel.html#body">Panel</a></td>
842
    </tr>
843
        <tr class="property-row inherited alt">
844
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
845
        <td class="sig">
846
        <a id="Ext.grid.EditorGridPanel-buttons"></a>
847
            <b>buttons</b> : Array            <div class="mdesc">
848
                            This Panel's Array of buttons as created from the <tt>buttons</tt>
849
config property. Read only.                        </div>
850
        </td>
851
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#buttons" href="output/Ext.Panel.html#buttons">Panel</a></td>
852
    </tr>
853
        <tr class="property-row inherited expandable">
854
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
855
        <td class="sig">
856
        <a id="Ext.grid.EditorGridPanel-ddText"></a>
857
            <b>ddText</b> : String            <div class="mdesc">
858
                        <div class="short">
859
Configures the text in the drag proxy (defaults to "{0} selected row(s)").
860
{0} is replaced with the number of select...</div>
861
            <div class="long">
862
 
863
Configures the text in the drag proxy (defaults to "{0} selected row(s)").
864
{0} is replaced with the number of selected rows.            </div>
865
                        </div>
866
        </td>
867
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#ddText" href="output/Ext.grid.GridPanel.html#ddText">GridPanel</a></td>
868
    </tr>
869
        <tr class="property-row inherited alt">
870
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
871
        <td class="sig">
872
        <a id="Ext.grid.EditorGridPanel-footer"></a>
873
            <b>footer</b> : Ext.Element            <div class="mdesc">
874
 
875
The Panel's footer <a ext:cls="Ext.Element" href="output/Ext.Element.html">Element</a>. Read-only.
876
<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>
877
        </td>
878
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#footer" href="output/Ext.Panel.html#footer">Panel</a></td>
879
    </tr>
880
        <tr class="property-row inherited">
881
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
882
        <td class="sig">
883
        <a id="Ext.grid.EditorGridPanel-header"></a>
884
            <b>header</b> : Ext.Element            <div class="mdesc">
885
                            The Panel's header <a ext:cls="Ext.Element" href="output/Ext.Element.html">Element</a>. Read-only.
886
<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>
887
        </td>
888
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#header" href="output/Ext.Panel.html#header">Panel</a></td>
889
    </tr>
890
        <tr class="property-row inherited alt">
891
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
892
        <td class="sig">
893
        <a id="Ext.grid.EditorGridPanel-hidden"></a>
894
            <b>hidden</b> : Boolean            <div class="mdesc">
895
 
896
True if this component is hidden. Read-only.                        </div>
897
        </td>
898
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">Component</a></td>
899
    </tr>
900
        <tr class="property-row inherited">
901
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
902
        <td class="sig">
903
        <a id="Ext.grid.EditorGridPanel-initialConfig"></a>
904
            <b>initialConfig</b> : Object            <div class="mdesc">
905
                            This Component's initial configuration specification. Read-only.                        </div>
906
        </td>
907
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#initialConfig" href="output/Ext.Component.html#initialConfig">Component</a></td>
908
    </tr>
909
        <tr class="property-row inherited alt expandable">
910
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
911
        <td class="sig">
912
        <a id="Ext.grid.EditorGridPanel-ownerCt"></a>
913
            <b>ownerCt</b> : Ext.Container            <div class="mdesc">
914
                        <div class="short">The component's owner Ext.Container (defaults to undefined, and is set automatically when
915
the component is added to a...</div>
916
            <div class="long">
917
                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
918
the component is added to a container).  Read-only.            </div>
919
                        </div>
920
        </td>
921
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#ownerCt" href="output/Ext.Component.html#ownerCt">Component</a></td>
922
    </tr>
923
        <tr class="property-row inherited">
924
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
925
        <td class="sig">
926
        <a id="Ext.grid.EditorGridPanel-rendered"></a>
927
            <b>rendered</b> : Boolean            <div class="mdesc">
928
                            True if this component has been rendered. Read-only.                        </div>
929
        </td>
930
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#rendered" href="output/Ext.Component.html#rendered">Component</a></td>
931
    </tr>
932
            </table>
933
                <a id="Ext.grid.EditorGridPanel-methods"></a>
934
        <h2>Public Methods</h2>
935
                <table cellspacing="0" class="member-table">
936
            <tr>
937
                <th class="sig-header" colspan="2">Method</th>
938
                <th class="msource-header">Defined By</th>
939
            </tr>
940
                <tr class="method-row expandable">
941
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
942
        <td class="sig">
943
        <a id="Ext.grid.EditorGridPanel-EditorGridPanel"></a>
944
            <b>EditorGridPanel</b>(&nbsp;<code>Object config</code>&nbsp;)            <div class="mdesc">
945
                        <div class="short"></div>
946
            <div class="long">
947
                    <div class="mdetail-params">
948
        <strong>Parameters:</strong>
949
        <ul><li><code>config</code> : Object<div class="sub-desc">The config object</div></li>        </ul>
950
        <strong>Returns:</strong>
951
        <ul>
952
            <li><code></code></li>
953
        </ul>
954
    </div>
955
                </div>
956
                        </div>
957
        </td>
958
        <td class="msource">EditorGridPanel</td>
959
    </tr>
960
        <tr class="method-row inherited alt expandable">
961
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
962
        <td class="sig">
963
        <a id="Ext.grid.EditorGridPanel-addButton"></a>
964
            <b>addButton</b>(&nbsp;<code>String/Object config</code>, <code>Function handler</code>, <code>Object scope</code>&nbsp;) : Ext.Button            <div class="mdesc">
965
                        <div class="short">Adds a button to this panel.  Note that this method must be called prior to rendering.  The preferred
966
approach is to ...</div>
967
            <div class="long">
968
                Adds a button to this panel.  Note that this method must be called prior to rendering.  The preferred
969
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">
970
        <strong>Parameters:</strong>
971
        <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
972
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>
973
        <strong>Returns:</strong>
974
        <ul>
975
            <li><code>Ext.Button</code><div class="sub-desc">The button that was added</div></li>
976
        </ul>
977
    </div>
978
                </div>
979
                        </div>
980
        </td>
981
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#addButton" href="output/Ext.Panel.html#addButton">Panel</a></td>
982
    </tr>
983
        <tr class="method-row inherited expandable">
984
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
985
        <td class="sig">
986
        <a id="Ext.grid.EditorGridPanel-addClass"></a>
987
            <b>addClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">
988
                        <div class="short">Adds a CSS class to the component's underlying element.</div>
989
            <div class="long">
990
                Adds a CSS class to the component's underlying element.    <div class="mdetail-params">
991
        <strong>Parameters:</strong>
992
        <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to add</div></li>        </ul>
993
        <strong>Returns:</strong>
994
        <ul>
995
            <li><code>void</code></li>
996
        </ul>
997
    </div>
998
                </div>
999
                        </div>
1000
        </td>
1001
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#addClass" href="output/Ext.Component.html#addClass">Component</a></td>
1002
    </tr>
1003
        <tr class="method-row inherited alt expandable">
1004
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1005
        <td class="sig">
1006
        <a id="Ext.grid.EditorGridPanel-addEvents"></a>
1007
            <b>addEvents</b>(&nbsp;<code>Object object</code>&nbsp;) : void            <div class="mdesc">
1008
                        <div class="short">Used to define events on this Observable</div>
1009
            <div class="long">
1010
                Used to define events on this Observable    <div class="mdetail-params">
1011
        <strong>Parameters:</strong>
1012
        <ul><li><code>object</code> : Object<div class="sub-desc">The object with the events defined</div></li>        </ul>
1013
        <strong>Returns:</strong>
1014
        <ul>
1015
            <li><code>void</code></li>
1016
        </ul>
1017
    </div>
1018
                </div>
1019
                        </div>
1020
        </td>
1021
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addEvents" href="output/Ext.util.Observable.html#addEvents">Observable</a></td>
1022
    </tr>
1023
        <tr class="method-row inherited expandable">
1024
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1025
        <td class="sig">
1026
        <a id="Ext.grid.EditorGridPanel-addListener"></a>
1027
            <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">
1028
                        <div class="short">Appends an event handler to this component</div>
1029
            <div class="long">
1030
                Appends an event handler to this component    <div class="mdetail-params">
1031
        <strong>Parameters:</strong>
1032
        <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
1033
function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional) An object containing handler configuration
1034
properties. This may contain any of the following properties:<ul>
1035
<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>
1036
<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>
1037
<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>
1038
<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
1039
by the specified number of milliseconds. If the event fires again within that time, the original
1040
handler is <em>not</em> invoked, but the new handler is scheduled in its place.</p></li>
1041
</ul><br>
1042
<p>
1043
<b>Combining Options</b><br>
1044
Using the options argument, it is possible to combine different types of listeners:<br>
1045
<br>
1046
A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)
1047
<pre><code>el.on(<em>'click'</em>, <b>this</b>.onClick, <b>this</b>, {
1048
    single: true,
1049
    delay: 100,
1050
    forumId: 4
1051
});</code></pre>
1052
<p>
1053
<b>Attaching multiple handlers in 1 call</b><br>
1054
The method also allows for a single argument to be passed which is a config object containing properties
1055
which specify multiple handlers.
1056
<p>
1057
<pre><code>foo.on({
1058
    <em>'click'</em> : {
1059
        fn: <b>this</b>.onClick,
1060
        scope: <b>this</b>,
1061
        delay: 100
1062
    },
1063
    <em>'mouseover'</em> : {
1064
        fn: <b>this</b>.onMouseOver,
1065
        scope: <b>this</b>
1066
    },
1067
    <em>'mouseout'</em> : {
1068
        fn: <b>this</b>.onMouseOut,
1069
        scope: <b>this</b>
1070
    }
1071
});</code></pre>
1072
<p>
1073
Or a shorthand syntax:<br>
1074
<pre><code>foo.on({
1075
    <em>'click'</em> : <b>this</b>.onClick,
1076
    <em>'mouseover'</em> : <b>this</b>.onMouseOver,
1077
    <em>'mouseout'</em> : <b>this</b>.onMouseOut,
1078
     scope: <b>this</b>
1079
});</code></pre></div></li>        </ul>
1080
        <strong>Returns:</strong>
1081
        <ul>
1082
            <li><code>void</code></li>
1083
        </ul>
1084
    </div>
1085
                </div>
1086
                        </div>
1087
        </td>
1088
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addListener" href="output/Ext.util.Observable.html#addListener">Observable</a></td>
1089
    </tr>
1090
        <tr class="method-row inherited alt expandable">
1091
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1092
        <td class="sig">
1093
        <a id="Ext.grid.EditorGridPanel-bubble"></a>
1094
            <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">
1095
                        <div class="short">Bubbles up the component/container heirarchy, calling the specified function with each component. The scope (this) of...</div>
1096
            <div class="long">
1097
                Bubbles up the component/container heirarchy, calling the specified function with each component. The scope (<i>this</i>) of
1098
function call will be the scope provided or the current component. The arguments to the function
1099
will be the args provided or the current component. If the function returns false at any point,
1100
the bubble is stopped.    <div class="mdetail-params">
1101
        <strong>Parameters:</strong>
1102
        <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>
1103
        <strong>Returns:</strong>
1104
        <ul>
1105
            <li><code>void</code></li>
1106
        </ul>
1107
    </div>
1108
                </div>
1109
                        </div>
1110
        </td>
1111
        <td class="msource"><a ext:cls="Ext.Container" ext:member="#bubble" href="output/Ext.Container.html#bubble">Container</a></td>
1112
    </tr>
1113
        <tr class="method-row inherited expandable">
1114
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1115
        <td class="sig">
1116
        <a id="Ext.grid.EditorGridPanel-cloneConfig"></a>
1117
            <b>cloneConfig</b>(&nbsp;<code>Object overrides</code>&nbsp;) : Ext.Component            <div class="mdesc">
1118
                        <div class="short">Clone the current component using the original config values passed into this instance by default.</div>
1119
            <div class="long">
1120
                Clone the current component using the original config values passed into this instance by default.    <div class="mdetail-params">
1121
        <strong>Parameters:</strong>
1122
        <ul><li><code>overrides</code> : Object<div class="sub-desc">A new config containing any properties to override in the cloned version.
1123
An id property can be passed on this object, otherwise one will be generated to avoid duplicates.</div></li>        </ul>
1124
        <strong>Returns:</strong>
1125
        <ul>
1126
            <li><code>Ext.Component</code><div class="sub-desc">clone The cloned copy of this component</div></li>
1127
        </ul>
1128
    </div>
1129
                </div>
1130
                        </div>
1131
        </td>
1132
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#cloneConfig" href="output/Ext.Component.html#cloneConfig">Component</a></td>
1133
    </tr>
1134
        <tr class="method-row inherited alt expandable">
1135
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1136
        <td class="sig">
1137
        <a id="Ext.grid.EditorGridPanel-collapse"></a>
1138
            <b>collapse</b>(&nbsp;<code>Boolean animate</code>&nbsp;) : Ext.Panel            <div class="mdesc">
1139
                        <div class="short">Collapses the panel body so that it becomes hidden.  Fires the beforecollapse event which will
1140
cancel the collapse ac...</div>
1141
            <div class="long">
1142
                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
1143
cancel the collapse action if it returns false.    <div class="mdetail-params">
1144
        <strong>Parameters:</strong>
1145
        <ul><li><code>animate</code> : Boolean<div class="sub-desc">True to animate the transition, else false (defaults to the value of the
1146
<a ext:cls="Ext.Panel" ext:member="animCollapse" href="output/Ext.Panel.html#animCollapse">animCollapse</a> panel config)</div></li>        </ul>
1147
        <strong>Returns:</strong>
1148
        <ul>
1149
            <li><code>Ext.Panel</code><div class="sub-desc">this</div></li>
1150
        </ul>
1151
    </div>
1152
                </div>
1153
                        </div>
1154
        </td>
1155
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#collapse" href="output/Ext.Panel.html#collapse">Panel</a></td>
1156
    </tr>
1157
        <tr class="method-row inherited expandable">
1158
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1159
        <td class="sig">
1160
        <a id="Ext.grid.EditorGridPanel-destroy"></a>
1161
            <b>destroy</b>() : void            <div class="mdesc">
1162
                        <div class="short">Destroys this component by purging any event listeners, removing the component's element from the DOM,
1163
removing the c...</div>
1164
            <div class="long">
1165
                Destroys this component by purging any event listeners, removing the component's element from the DOM,
1166
removing the component from its <a ext:cls="Ext.Container" href="output/Ext.Container.html">Ext.Container</a> (if applicable) and unregistering it from
1167
<a ext:cls="Ext.ComponentMgr" href="output/Ext.ComponentMgr.html">Ext.ComponentMgr</a>.  Destruction is generally handled automatically by the framework and this method
1168
should usually not need to be called directly.    <div class="mdetail-params">
1169
        <strong>Parameters:</strong>
1170
        <ul><li>None.</li>        </ul>
1171
        <strong>Returns:</strong>
1172
        <ul>
1173
            <li><code>void</code></li>
1174
        </ul>
1175
    </div>
1176
                </div>
1177
                        </div>
1178
        </td>
1179
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#destroy" href="output/Ext.Component.html#destroy">Component</a></td>
1180
    </tr>
1181
        <tr class="method-row inherited alt expandable">
1182
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1183
        <td class="sig">
1184
        <a id="Ext.grid.EditorGridPanel-expand"></a>
1185
            <b>expand</b>(&nbsp;<code>Boolean animate</code>&nbsp;) : Ext.Panel            <div class="mdesc">
1186
                        <div class="short">Expands the panel body so that it becomes visible.  Fires the beforeexpand event which will
1187
cancel the expand action ...</div>
1188
            <div class="long">
1189
                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
1190
cancel the expand action if it returns false.    <div class="mdetail-params">
1191
        <strong>Parameters:</strong>
1192
        <ul><li><code>animate</code> : Boolean<div class="sub-desc">True to animate the transition, else false (defaults to the value of the
1193
<a ext:cls="Ext.Panel" ext:member="animCollapse" href="output/Ext.Panel.html#animCollapse">animCollapse</a> panel config)</div></li>        </ul>
1194
        <strong>Returns:</strong>
1195
        <ul>
1196
            <li><code>Ext.Panel</code><div class="sub-desc">this</div></li>
1197
        </ul>
1198
    </div>
1199
                </div>
1200
                        </div>
1201
        </td>
1202
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#expand" href="output/Ext.Panel.html#expand">Panel</a></td>
1203
    </tr>
1204
        <tr class="method-row inherited expandable">
1205
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1206
        <td class="sig">
1207
        <a id="Ext.grid.EditorGridPanel-findParentBy"></a>
1208
            <b>findParentBy</b>(&nbsp;<code>Function fcn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : Array            <div class="mdesc">
1209
                        <div class="short">Find a container above this component at any level by a custom function. If the passed function returns
1210
true, the con...</div>
1211
            <div class="long">
1212
                Find a container above this component at any level by a custom function. If the passed function returns
1213
true, the container will be returned. The passed function is called with the arguments (container, this component).    <div class="mdetail-params">
1214
        <strong>Parameters:</strong>
1215
        <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>
1216
        <strong>Returns:</strong>
1217
        <ul>
1218
            <li><code>Array</code><div class="sub-desc">Array of Ext.Components</div></li>
1219
        </ul>
1220
    </div>
1221
                </div>
1222
                        </div>
1223
        </td>
1224
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentBy" href="output/Ext.Component.html#findParentBy">Component</a></td>
1225
    </tr>
1226
        <tr class="method-row inherited alt expandable">
1227
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1228
        <td class="sig">
1229
        <a id="Ext.grid.EditorGridPanel-findParentByType"></a>
1230
            <b>findParentByType</b>(&nbsp;<code>String/Class xtype</code>&nbsp;) : Container            <div class="mdesc">
1231
                        <div class="short">Find a container above this component at any level by xtype or class</div>
1232
            <div class="long">
1233
                Find a container above this component at any level by xtype or class    <div class="mdetail-params">
1234
        <strong>Parameters:</strong>
1235
        <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>
1236
        <strong>Returns:</strong>
1237
        <ul>
1238
            <li><code>Container</code><div class="sub-desc">The found container</div></li>
1239
        </ul>
1240
    </div>
1241
                </div>
1242
                        </div>
1243
        </td>
1244
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentByType" href="output/Ext.Component.html#findParentByType">Component</a></td>
1245
    </tr>
1246
        <tr class="method-row inherited expandable">
1247
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1248
        <td class="sig">
1249
        <a id="Ext.grid.EditorGridPanel-fireEvent"></a>
1250
            <b>fireEvent</b>(&nbsp;<code>String eventName</code>, <code>Object... args</code>&nbsp;) : Boolean            <div class="mdesc">
1251
                        <div class="short">Fires the specified event with the passed parameters (minus the event name).</div>
1252
            <div class="long">
1253
                Fires the specified event with the passed parameters (minus the event name).    <div class="mdetail-params">
1254
        <strong>Parameters:</strong>
1255
        <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>
1256
        <strong>Returns:</strong>
1257
        <ul>
1258
            <li><code>Boolean</code><div class="sub-desc">returns false if any of the handlers return false otherwise it returns true</div></li>
1259
        </ul>
1260
    </div>
1261
                </div>
1262
                        </div>
1263
        </td>
1264
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#fireEvent" href="output/Ext.util.Observable.html#fireEvent">Observable</a></td>
1265
    </tr>
1266
        <tr class="method-row inherited alt expandable">
1267
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1268
        <td class="sig">
1269
        <a id="Ext.grid.EditorGridPanel-focus"></a>
1270
            <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">
1271
                        <div class="short">Try to focus this component.</div>
1272
            <div class="long">
1273
                Try to focus this component.    <div class="mdetail-params">
1274
        <strong>Parameters:</strong>
1275
        <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>
1276
        <strong>Returns:</strong>
1277
        <ul>
1278
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1279
        </ul>
1280
    </div>
1281
                </div>
1282
                        </div>
1283
        </td>
1284
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#focus" href="output/Ext.Component.html#focus">Component</a></td>
1285
    </tr>
1286
        <tr class="method-row inherited expandable">
1287
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1288
        <td class="sig">
1289
        <a id="Ext.grid.EditorGridPanel-getBottomToolbar"></a>
1290
            <b>getBottomToolbar</b>() : Ext.Toolbar            <div class="mdesc">
1291
                        <div class="short">Returns the toolbar from the bottom (bbar) section of the panel.</div>
1292
            <div class="long">
1293
                Returns the toolbar from the bottom (bbar) section of the panel.    <div class="mdetail-params">
1294
        <strong>Parameters:</strong>
1295
        <ul><li>None.</li>        </ul>
1296
        <strong>Returns:</strong>
1297
        <ul>
1298
            <li><code>Ext.Toolbar</code><div class="sub-desc">The toolbar</div></li>
1299
        </ul>
1300
    </div>
1301
                </div>
1302
                        </div>
1303
        </td>
1304
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#getBottomToolbar" href="output/Ext.Panel.html#getBottomToolbar">Panel</a></td>
1305
    </tr>
1306
        <tr class="method-row inherited alt expandable">
1307
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1308
        <td class="sig">
1309
        <a id="Ext.grid.EditorGridPanel-getBox"></a>
1310
            <b>getBox</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean local</code>]</span>&nbsp;) : Object            <div class="mdesc">
1311
                        <div class="short">Gets the current box measurements of the component's underlying element.</div>
1312
            <div class="long">
1313
                Gets the current box measurements of the component's underlying element.    <div class="mdetail-params">
1314
        <strong>Parameters:</strong>
1315
        <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>
1316
        <strong>Returns:</strong>
1317
        <ul>
1318
            <li><code>Object</code><div class="sub-desc">box An object in the format {x, y, width, height}</div></li>
1319
        </ul>
1320
    </div>
1321
                </div>
1322
                        </div>
1323
        </td>
1324
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getBox" href="output/Ext.BoxComponent.html#getBox">BoxComponent</a></td>
1325
    </tr>
1326
        <tr class="method-row inherited expandable">
1327
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1328
        <td class="sig">
1329
        <a id="Ext.grid.EditorGridPanel-getColumnModel"></a>
1330
            <b>getColumnModel</b>() : ColumnModel            <div class="mdesc">
1331
                        <div class="short">Returns the grid's ColumnModel.</div>
1332
            <div class="long">
1333
                Returns the grid's ColumnModel.    <div class="mdetail-params">
1334
        <strong>Parameters:</strong>
1335
        <ul><li>None.</li>        </ul>
1336
        <strong>Returns:</strong>
1337
        <ul>
1338
            <li><code>ColumnModel</code><div class="sub-desc">The column model</div></li>
1339
        </ul>
1340
    </div>
1341
                </div>
1342
                        </div>
1343
        </td>
1344
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#getColumnModel" href="output/Ext.grid.GridPanel.html#getColumnModel">GridPanel</a></td>
1345
    </tr>
1346
        <tr class="method-row inherited alt expandable">
1347
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1348
        <td class="sig">
1349
        <a id="Ext.grid.EditorGridPanel-getDragDropText"></a>
1350
            <b>getDragDropText</b>() : String            <div class="mdesc">
1351
                        <div class="short">Called to get grid's drag proxy text, by default returns this.ddText.</div>
1352
            <div class="long">
1353
                Called to get grid's drag proxy text, by default returns this.ddText.    <div class="mdetail-params">
1354
        <strong>Parameters:</strong>
1355
        <ul><li>None.</li>        </ul>
1356
        <strong>Returns:</strong>
1357
        <ul>
1358
            <li><code>String</code><div class="sub-desc">The text</div></li>
1359
        </ul>
1360
    </div>
1361
                </div>
1362
                        </div>
1363
        </td>
1364
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#getDragDropText" href="output/Ext.grid.GridPanel.html#getDragDropText">GridPanel</a></td>
1365
    </tr>
1366
        <tr class="method-row inherited expandable">
1367
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1368
        <td class="sig">
1369
        <a id="Ext.grid.EditorGridPanel-getEl"></a>
1370
            <b>getEl</b>() : Ext.Element            <div class="mdesc">
1371
                        <div class="short">Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.</div>
1372
            <div class="long">
1373
                Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.    <div class="mdetail-params">
1374
        <strong>Parameters:</strong>
1375
        <ul><li>None.</li>        </ul>
1376
        <strong>Returns:</strong>
1377
        <ul>
1378
            <li><code>Ext.Element</code><div class="sub-desc">The element</div></li>
1379
        </ul>
1380
    </div>
1381
                </div>
1382
                        </div>
1383
        </td>
1384
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getEl" href="output/Ext.Component.html#getEl">Component</a></td>
1385
    </tr>
1386
        <tr class="method-row inherited alt expandable">
1387
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1388
        <td class="sig">
1389
        <a id="Ext.grid.EditorGridPanel-getFrameHeight"></a>
1390
            <b>getFrameHeight</b>() : Number            <div class="mdesc">
1391
                        <div class="short">Returns the height in pixels of the framing elements of this panel (including any top and bottom bars and
1392
header and ...</div>
1393
            <div class="long">
1394
                Returns the height in pixels of the framing elements of this panel (including any top and bottom bars and
1395
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">
1396
        <strong>Parameters:</strong>
1397
        <ul><li>None.</li>        </ul>
1398
        <strong>Returns:</strong>
1399
        <ul>
1400
            <li><code>Number</code><div class="sub-desc">The frame height</div></li>
1401
        </ul>
1402
    </div>
1403
                </div>
1404
                        </div>
1405
        </td>
1406
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#getFrameHeight" href="output/Ext.Panel.html#getFrameHeight">Panel</a></td>
1407
    </tr>
1408
        <tr class="method-row inherited expandable">
1409
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1410
        <td class="sig">
1411
        <a id="Ext.grid.EditorGridPanel-getFrameWidth"></a>
1412
            <b>getFrameWidth</b>() : Number            <div class="mdesc">
1413
                        <div class="short">Returns the width in pixels of the framing elements of this panel (not including the body width).  To
1414
retrieve the bo...</div>
1415
            <div class="long">
1416
                Returns the width in pixels of the framing elements of this panel (not including the body width).  To
1417
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">
1418
        <strong>Parameters:</strong>
1419
        <ul><li>None.</li>        </ul>
1420
        <strong>Returns:</strong>
1421
        <ul>
1422
            <li><code>Number</code><div class="sub-desc">The frame width</div></li>
1423
        </ul>
1424
    </div>
1425
                </div>
1426
                        </div>
1427
        </td>
1428
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#getFrameWidth" href="output/Ext.Panel.html#getFrameWidth">Panel</a></td>
1429
    </tr>
1430
        <tr class="method-row inherited alt expandable">
1431
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1432
        <td class="sig">
1433
        <a id="Ext.grid.EditorGridPanel-getGridEl"></a>
1434
            <b>getGridEl</b>() : Element            <div class="mdesc">
1435
                        <div class="short">Returns the grid's underlying element.</div>
1436
            <div class="long">
1437
                Returns the grid's underlying element.    <div class="mdetail-params">
1438
        <strong>Parameters:</strong>
1439
        <ul><li>None.</li>        </ul>
1440
        <strong>Returns:</strong>
1441
        <ul>
1442
            <li><code>Element</code><div class="sub-desc">The element</div></li>
1443
        </ul>
1444
    </div>
1445
                </div>
1446
                        </div>
1447
        </td>
1448
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#getGridEl" href="output/Ext.grid.GridPanel.html#getGridEl">GridPanel</a></td>
1449
    </tr>
1450
        <tr class="method-row inherited expandable">
1451
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1452
        <td class="sig">
1453
        <a id="Ext.grid.EditorGridPanel-getId"></a>
1454
            <b>getId</b>() : String            <div class="mdesc">
1455
                        <div class="short">Returns the id of this component.</div>
1456
            <div class="long">
1457
                Returns the id of this component.    <div class="mdetail-params">
1458
        <strong>Parameters:</strong>
1459
        <ul><li>None.</li>        </ul>
1460
        <strong>Returns:</strong>
1461
        <ul>
1462
            <li><code>String</code></li>
1463
        </ul>
1464
    </div>
1465
                </div>
1466
                        </div>
1467
        </td>
1468
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getId" href="output/Ext.Component.html#getId">Component</a></td>
1469
    </tr>
1470
        <tr class="method-row inherited alt expandable">
1471
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1472
        <td class="sig">
1473
        <a id="Ext.grid.EditorGridPanel-getInnerHeight"></a>
1474
            <b>getInnerHeight</b>() : Number            <div class="mdesc">
1475
                        <div class="short">Returns the height in pixels of the body element (not including the height of any framing elements).
1476
For the frame he...</div>
1477
            <div class="long">
1478
                Returns the height in pixels of the body element (not including the height of any framing elements).
1479
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">
1480
        <strong>Parameters:</strong>
1481
        <ul><li>None.</li>        </ul>
1482
        <strong>Returns:</strong>
1483
        <ul>
1484
            <li><code>Number</code><div class="sub-desc">The body height</div></li>
1485
        </ul>
1486
    </div>
1487
                </div>
1488
                        </div>
1489
        </td>
1490
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#getInnerHeight" href="output/Ext.Panel.html#getInnerHeight">Panel</a></td>
1491
    </tr>
1492
        <tr class="method-row inherited expandable">
1493
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1494
        <td class="sig">
1495
        <a id="Ext.grid.EditorGridPanel-getInnerWidth"></a>
1496
            <b>getInnerWidth</b>() : Number            <div class="mdesc">
1497
                        <div class="short">Returns the width in pixels of the body element (not including the width of any framing elements).
1498
For the frame widt...</div>
1499
            <div class="long">
1500
                Returns the width in pixels of the body element (not including the width of any framing elements).
1501
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">
1502
        <strong>Parameters:</strong>
1503
        <ul><li>None.</li>        </ul>
1504
        <strong>Returns:</strong>
1505
        <ul>
1506
            <li><code>Number</code><div class="sub-desc">The body width</div></li>
1507
        </ul>
1508
    </div>
1509
                </div>
1510
                        </div>
1511
        </td>
1512
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#getInnerWidth" href="output/Ext.Panel.html#getInnerWidth">Panel</a></td>
1513
    </tr>
1514
        <tr class="method-row inherited alt expandable">
1515
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1516
        <td class="sig">
1517
        <a id="Ext.grid.EditorGridPanel-getItemId"></a>
1518
            <b>getItemId</b>() : String            <div class="mdesc">
1519
                        <div class="short">Returns the item id of this component.</div>
1520
            <div class="long">
1521
                Returns the item id of this component.    <div class="mdetail-params">
1522
        <strong>Parameters:</strong>
1523
        <ul><li>None.</li>        </ul>
1524
        <strong>Returns:</strong>
1525
        <ul>
1526
            <li><code>String</code></li>
1527
        </ul>
1528
    </div>
1529
                </div>
1530
                        </div>
1531
        </td>
1532
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getItemId" href="output/Ext.Component.html#getItemId">Component</a></td>
1533
    </tr>
1534
        <tr class="method-row inherited expandable">
1535
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1536
        <td class="sig">
1537
        <a id="Ext.grid.EditorGridPanel-getPosition"></a>
1538
            <b>getPosition</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean local</code>]</span>&nbsp;) : Array            <div class="mdesc">
1539
                        <div class="short">Gets the current XY position of the component's underlying element.</div>
1540
            <div class="long">
1541
                Gets the current XY position of the component's underlying element.    <div class="mdetail-params">
1542
        <strong>Parameters:</strong>
1543
        <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>
1544
        <strong>Returns:</strong>
1545
        <ul>
1546
            <li><code>Array</code><div class="sub-desc">The XY position of the element (e.g., [100, 200])</div></li>
1547
        </ul>
1548
    </div>
1549
                </div>
1550
                        </div>
1551
        </td>
1552
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getPosition" href="output/Ext.BoxComponent.html#getPosition">BoxComponent</a></td>
1553
    </tr>
1554
        <tr class="method-row inherited alt expandable">
1555
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1556
        <td class="sig">
1557
        <a id="Ext.grid.EditorGridPanel-getSelectionModel"></a>
1558
            <b>getSelectionModel</b>() : SelectionModel            <div class="mdesc">
1559
                        <div class="short">Returns the grid's SelectionModel.</div>
1560
            <div class="long">
1561
                Returns the grid's SelectionModel.    <div class="mdetail-params">
1562
        <strong>Parameters:</strong>
1563
        <ul><li>None.</li>        </ul>
1564
        <strong>Returns:</strong>
1565
        <ul>
1566
            <li><code>SelectionModel</code><div class="sub-desc">The selection model</div></li>
1567
        </ul>
1568
    </div>
1569
                </div>
1570
                        </div>
1571
        </td>
1572
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#getSelectionModel" href="output/Ext.grid.GridPanel.html#getSelectionModel">GridPanel</a></td>
1573
    </tr>
1574
        <tr class="method-row inherited expandable">
1575
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1576
        <td class="sig">
1577
        <a id="Ext.grid.EditorGridPanel-getSize"></a>
1578
            <b>getSize</b>() : Object            <div class="mdesc">
1579
                        <div class="short">Gets the current size of the component's underlying element.</div>
1580
            <div class="long">
1581
                Gets the current size of the component's underlying element.    <div class="mdetail-params">
1582
        <strong>Parameters:</strong>
1583
        <ul><li>None.</li>        </ul>
1584
        <strong>Returns:</strong>
1585
        <ul>
1586
            <li><code>Object</code><div class="sub-desc">An object containing the element's size {width: (element width), height: (element height)}</div></li>
1587
        </ul>
1588
    </div>
1589
                </div>
1590
                        </div>
1591
        </td>
1592
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getSize" href="output/Ext.BoxComponent.html#getSize">BoxComponent</a></td>
1593
    </tr>
1594
        <tr class="method-row inherited alt expandable">
1595
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1596
        <td class="sig">
1597
        <a id="Ext.grid.EditorGridPanel-getStore"></a>
1598
            <b>getStore</b>() : DataSource            <div class="mdesc">
1599
                        <div class="short">Returns the grid's data store.</div>
1600
            <div class="long">
1601
                Returns the grid's data store.    <div class="mdetail-params">
1602
        <strong>Parameters:</strong>
1603
        <ul><li>None.</li>        </ul>
1604
        <strong>Returns:</strong>
1605
        <ul>
1606
            <li><code>DataSource</code><div class="sub-desc">The store</div></li>
1607
        </ul>
1608
    </div>
1609
                </div>
1610
                        </div>
1611
        </td>
1612
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#getStore" href="output/Ext.grid.GridPanel.html#getStore">GridPanel</a></td>
1613
    </tr>
1614
        <tr class="method-row inherited expandable">
1615
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1616
        <td class="sig">
1617
        <a id="Ext.grid.EditorGridPanel-getTopToolbar"></a>
1618
            <b>getTopToolbar</b>() : Ext.Toolbar            <div class="mdesc">
1619
                        <div class="short">Returns the toolbar from the top (tbar) section of the panel.</div>
1620
            <div class="long">
1621
                Returns the toolbar from the top (tbar) section of the panel.    <div class="mdetail-params">
1622
        <strong>Parameters:</strong>
1623
        <ul><li>None.</li>        </ul>
1624
        <strong>Returns:</strong>
1625
        <ul>
1626
            <li><code>Ext.Toolbar</code><div class="sub-desc">The toolbar</div></li>
1627
        </ul>
1628
    </div>
1629
                </div>
1630
                        </div>
1631
        </td>
1632
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#getTopToolbar" href="output/Ext.Panel.html#getTopToolbar">Panel</a></td>
1633
    </tr>
1634
        <tr class="method-row inherited alt expandable">
1635
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1636
        <td class="sig">
1637
        <a id="Ext.grid.EditorGridPanel-getView"></a>
1638
            <b>getView</b>() : GridView            <div class="mdesc">
1639
                        <div class="short">Returns the grid's GridView object.</div>
1640
            <div class="long">
1641
                Returns the grid's GridView object.    <div class="mdetail-params">
1642
        <strong>Parameters:</strong>
1643
        <ul><li>None.</li>        </ul>
1644
        <strong>Returns:</strong>
1645
        <ul>
1646
            <li><code>GridView</code><div class="sub-desc">The grid view</div></li>
1647
        </ul>
1648
    </div>
1649
                </div>
1650
                        </div>
1651
        </td>
1652
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#getView" href="output/Ext.grid.GridPanel.html#getView">GridPanel</a></td>
1653
    </tr>
1654
        <tr class="method-row inherited expandable">
1655
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1656
        <td class="sig">
1657
        <a id="Ext.grid.EditorGridPanel-getXType"></a>
1658
            <b>getXType</b>() : String            <div class="mdesc">
1659
                        <div class="short">Gets the xtype for this component as registered with Ext.ComponentMgr. For a list of all
1660
available xtypes, see the Ex...</div>
1661
            <div class="long">
1662
                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
1663
available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
1664
<pre><code>var t = <b>new</b> Ext.form.TextField();
1665
alert(t.getXType());  // alerts <em>'textfield'</em></code></pre>    <div class="mdetail-params">
1666
        <strong>Parameters:</strong>
1667
        <ul><li>None.</li>        </ul>
1668
        <strong>Returns:</strong>
1669
        <ul>
1670
            <li><code>String</code><div class="sub-desc">The xtype</div></li>
1671
        </ul>
1672
    </div>
1673
                </div>
1674
                        </div>
1675
        </td>
1676
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXType" href="output/Ext.Component.html#getXType">Component</a></td>
1677
    </tr>
1678
        <tr class="method-row inherited alt expandable">
1679
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1680
        <td class="sig">
1681
        <a id="Ext.grid.EditorGridPanel-getXTypes"></a>
1682
            <b>getXTypes</b>() : String            <div class="mdesc">
1683
                        <div class="short">Returns this component's xtype hierarchy as a slash-delimited string. For a list of all
1684
available xtypes, see the Ext...</div>
1685
            <div class="long">
1686
                Returns this component's xtype hierarchy as a slash-delimited string. For a list of all
1687
available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
1688
<pre><code>
1689
var t = new Ext.form.TextField();
1690
alert(t.getXTypes());  // alerts 'component/box/field/textfield'</pre></code>    <div class="mdetail-params">
1691
        <strong>Parameters:</strong>
1692
        <ul><li>None.</li>        </ul>
1693
        <strong>Returns:</strong>
1694
        <ul>
1695
            <li><code>String</code><div class="sub-desc">The xtype hierarchy string</div></li>
1696
        </ul>
1697
    </div>
1698
                </div>
1699
                        </div>
1700
        </td>
1701
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXTypes" href="output/Ext.Component.html#getXTypes">Component</a></td>
1702
    </tr>
1703
        <tr class="method-row inherited expandable">
1704
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1705
        <td class="sig">
1706
        <a id="Ext.grid.EditorGridPanel-hasListener"></a>
1707
            <b>hasListener</b>(&nbsp;<code>String eventName</code>&nbsp;) : Boolean            <div class="mdesc">
1708
                        <div class="short">Checks to see if this object has any listeners for a specified event</div>
1709
            <div class="long">
1710
                Checks to see if this object has any listeners for a specified event    <div class="mdetail-params">
1711
        <strong>Parameters:</strong>
1712
        <ul><li><code>eventName</code> : String<div class="sub-desc">The name of the event to check for</div></li>        </ul>
1713
        <strong>Returns:</strong>
1714
        <ul>
1715
            <li><code>Boolean</code><div class="sub-desc">True if the event is being listened for, else false</div></li>
1716
        </ul>
1717
    </div>
1718
                </div>
1719
                        </div>
1720
        </td>
1721
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#hasListener" href="output/Ext.util.Observable.html#hasListener">Observable</a></td>
1722
    </tr>
1723
        <tr class="method-row inherited alt expandable">
1724
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1725
        <td class="sig">
1726
        <a id="Ext.grid.EditorGridPanel-hide"></a>
1727
            <b>hide</b>() : Ext.Component            <div class="mdesc">
1728
                        <div class="short">Hide this component.</div>
1729
            <div class="long">
1730
                Hide this component.    <div class="mdetail-params">
1731
        <strong>Parameters:</strong>
1732
        <ul><li>None.</li>        </ul>
1733
        <strong>Returns:</strong>
1734
        <ul>
1735
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1736
        </ul>
1737
    </div>
1738
                </div>
1739
                        </div>
1740
        </td>
1741
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hide" href="output/Ext.Component.html#hide">Component</a></td>
1742
    </tr>
1743
        <tr class="method-row inherited expandable">
1744
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1745
        <td class="sig">
1746
        <a id="Ext.grid.EditorGridPanel-initComponent"></a>
1747
            <b>initComponent</b>() : void            <div class="mdesc">
1748
                        <div class="short">// private internal config</div>
1749
            <div class="long">
1750
                // private internal config    <div class="mdetail-params">
1751
        <strong>Parameters:</strong>
1752
        <ul><li>None.</li>        </ul>
1753
        <strong>Returns:</strong>
1754
        <ul>
1755
            <li><code>void</code></li>
1756
        </ul>
1757
    </div>
1758
                </div>
1759
                        </div>
1760
        </td>
1761
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#initComponent" href="output/Ext.BoxComponent.html#initComponent">BoxComponent</a></td>
1762
    </tr>
1763
        <tr class="method-row inherited alt expandable">
1764
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1765
        <td class="sig">
1766
        <a id="Ext.grid.EditorGridPanel-isVisible"></a>
1767
            <b>isVisible</b>() : void            <div class="mdesc">
1768
                        <div class="short">Returns true if this component is visible.</div>
1769
            <div class="long">
1770
                Returns true if this component is visible.    <div class="mdetail-params">
1771
        <strong>Parameters:</strong>
1772
        <ul><li>None.</li>        </ul>
1773
        <strong>Returns:</strong>
1774
        <ul>
1775
            <li><code>void</code></li>
1776
        </ul>
1777
    </div>
1778
                </div>
1779
                        </div>
1780
        </td>
1781
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#isVisible" href="output/Ext.Component.html#isVisible">Component</a></td>
1782
    </tr>
1783
        <tr class="method-row inherited expandable">
1784
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1785
        <td class="sig">
1786
        <a id="Ext.grid.EditorGridPanel-isXType"></a>
1787
            <b>isXType</b>(&nbsp;<code>String xtype</code>, <span class="optional" title="Optional">[<code>Boolean shallow</code>]</span>&nbsp;) : void            <div class="mdesc">
1788
                        <div class="short">Tests whether or not this component is of a specific xtype. This can test whether this component is descended
1789
from th...</div>
1790
            <div class="long">
1791
                Tests whether or not this component is of a specific xtype. This can test whether this component is descended
1792
from the xtype (default) or whether it is directly of the xtype specified (shallow = true). For a list of all
1793
available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
1794
<pre><code>var t = <b>new</b> Ext.form.TextField();
1795
<b>var</b> isText = t.isXType(<em>'textfield'</em>);        <i>// true</i>
1796
<b>var</b> isBoxSubclass = t.isXType(<em>'box'</em>);       <i>// true, descended from BoxComponent</i>
1797
<b>var</b> isBoxInstance = t.isXType(<em>'box'</em>, true); // false, not a direct BoxComponent instance</code></pre>    <div class="mdetail-params">
1798
        <strong>Parameters:</strong>
1799
        <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
1800
the default), or true to check whether this component is directly of the specified xtype.</div></li>        </ul>
1801
        <strong>Returns:</strong>
1802
        <ul>
1803
            <li><code>void</code></li>
1804
        </ul>
1805
    </div>
1806
                </div>
1807
                        </div>
1808
        </td>
1809
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#isXType" href="output/Ext.Component.html#isXType">Component</a></td>
1810
    </tr>
1811
        <tr class="method-row inherited alt expandable">
1812
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1813
        <td class="sig">
1814
        <a id="Ext.grid.EditorGridPanel-on"></a>
1815
            <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">
1816
                        <div class="short">Appends an event handler to this element (shorthand for addListener)</div>
1817
            <div class="long">
1818
                Appends an event handler to this element (shorthand for addListener)    <div class="mdetail-params">
1819
        <strong>Parameters:</strong>
1820
        <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
1821
function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>
1822
        <strong>Returns:</strong>
1823
        <ul>
1824
            <li><code>void</code></li>
1825
        </ul>
1826
    </div>
1827
                </div>
1828
                        </div>
1829
        </td>
1830
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#on" href="output/Ext.util.Observable.html#on">Observable</a></td>
1831
    </tr>
1832
        <tr class="method-row inherited expandable">
1833
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1834
        <td class="sig">
1835
        <a id="Ext.grid.EditorGridPanel-purgeListeners"></a>
1836
            <b>purgeListeners</b>() : void            <div class="mdesc">
1837
                        <div class="short">Removes all listeners for this object</div>
1838
            <div class="long">
1839
                Removes all listeners for this object    <div class="mdetail-params">
1840
        <strong>Parameters:</strong>
1841
        <ul><li>None.</li>        </ul>
1842
        <strong>Returns:</strong>
1843
        <ul>
1844
            <li><code>void</code></li>
1845
        </ul>
1846
    </div>
1847
                </div>
1848
                        </div>
1849
        </td>
1850
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#purgeListeners" href="output/Ext.util.Observable.html#purgeListeners">Observable</a></td>
1851
    </tr>
1852
        <tr class="method-row inherited alt expandable">
1853
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1854
        <td class="sig">
1855
        <a id="Ext.grid.EditorGridPanel-reconfigure"></a>
1856
            <b>reconfigure</b>(&nbsp;<code>Ext.data.Store store</code>, <code>Ext.grid.ColumnModel colModel</code>&nbsp;) : void            <div class="mdesc">
1857
                        <div class="short">Reconfigures the grid to use a different Store and Column Model.
1858
The View will be bound to the new objects and refres...</div>
1859
            <div class="long">
1860
                Reconfigures the grid to use a different Store and Column Model.
1861
The View will be bound to the new objects and refreshed.    <div class="mdetail-params">
1862
        <strong>Parameters:</strong>
1863
        <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>
1864
        <strong>Returns:</strong>
1865
        <ul>
1866
            <li><code>void</code></li>
1867
        </ul>
1868
    </div>
1869
                </div>
1870
                        </div>
1871
        </td>
1872
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#reconfigure" href="output/Ext.grid.GridPanel.html#reconfigure">GridPanel</a></td>
1873
    </tr>
1874
        <tr class="method-row inherited expandable">
1875
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1876
        <td class="sig">
1877
        <a id="Ext.grid.EditorGridPanel-removeClass"></a>
1878
            <b>removeClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">
1879
                        <div class="short">Removes a CSS class from the component's underlying element.</div>
1880
            <div class="long">
1881
                Removes a CSS class from the component's underlying element.    <div class="mdetail-params">
1882
        <strong>Parameters:</strong>
1883
        <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to remove</div></li>        </ul>
1884
        <strong>Returns:</strong>
1885
        <ul>
1886
            <li><code>void</code></li>
1887
        </ul>
1888
    </div>
1889
                </div>
1890
                        </div>
1891
        </td>
1892
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#removeClass" href="output/Ext.Component.html#removeClass">Component</a></td>
1893
    </tr>
1894
        <tr class="method-row inherited alt expandable">
1895
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1896
        <td class="sig">
1897
        <a id="Ext.grid.EditorGridPanel-removeListener"></a>
1898
            <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">
1899
                        <div class="short">Removes a listener</div>
1900
            <div class="long">
1901
                Removes a listener    <div class="mdetail-params">
1902
        <strong>Parameters:</strong>
1903
        <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>
1904
        <strong>Returns:</strong>
1905
        <ul>
1906
            <li><code>void</code></li>
1907
        </ul>
1908
    </div>
1909
                </div>
1910
                        </div>
1911
        </td>
1912
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#removeListener" href="output/Ext.util.Observable.html#removeListener">Observable</a></td>
1913
    </tr>
1914
        <tr class="method-row inherited expandable">
1915
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1916
        <td class="sig">
1917
        <a id="Ext.grid.EditorGridPanel-render"></a>
1918
            <b>render</b>(&nbsp;<span class="optional" title="Optional">[<code>Mixed container</code>]</span>, <span class="optional" title="Optional">[<code>String/Number position</code>]</span>&nbsp;) : void            <div class="mdesc">
1919
                        <div class="short">If this is a lazy rendering component, render it to its container element.</div>
1920
            <div class="long">
1921
                If this is a lazy rendering component, render it to its container element.    <div class="mdetail-params">
1922
        <strong>Parameters:</strong>
1923
        <ul><li><code>container</code> : Mixed<div class="sub-desc">(optional) The element this component should be rendered into. If it is being
1924
applied to existing markup, this should be left off.</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>
1925
which this component will be inserted (defaults to appending to the end of the container)</div></li>        </ul>
1926
        <strong>Returns:</strong>
1927
        <ul>
1928
            <li><code>void</code></li>
1929
        </ul>
1930
    </div>
1931
                </div>
1932
                        </div>
1933
        </td>
1934
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#render" href="output/Ext.Component.html#render">Component</a></td>
1935
    </tr>
1936
        <tr class="method-row inherited alt expandable">
1937
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1938
        <td class="sig">
1939
        <a id="Ext.grid.EditorGridPanel-resumeEvents"></a>
1940
            <b>resumeEvents</b>() : void            <div class="mdesc">
1941
                        <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>
1942
            <div class="long">
1943
                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">
1944
        <strong>Parameters:</strong>
1945
        <ul><li>None.</li>        </ul>
1946
        <strong>Returns:</strong>
1947
        <ul>
1948
            <li><code>void</code></li>
1949
        </ul>
1950
    </div>
1951
                </div>
1952
                        </div>
1953
        </td>
1954
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">Observable</a></td>
1955
    </tr>
1956
        <tr class="method-row inherited expandable">
1957
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1958
        <td class="sig">
1959
        <a id="Ext.grid.EditorGridPanel-setHeight"></a>
1960
            <b>setHeight</b>(&nbsp;<code>Number height</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1961
                        <div class="short">Sets the height of the component.  This method fires the resize event.</div>
1962
            <div class="long">
1963
                Sets the height of the component.  This method fires the resize event.    <div class="mdetail-params">
1964
        <strong>Parameters:</strong>
1965
        <ul><li><code>height</code> : Number<div class="sub-desc">The new height to set</div></li>        </ul>
1966
        <strong>Returns:</strong>
1967
        <ul>
1968
            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1969
        </ul>
1970
    </div>
1971
                </div>
1972
                        </div>
1973
        </td>
1974
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setHeight" href="output/Ext.BoxComponent.html#setHeight">BoxComponent</a></td>
1975
    </tr>
1976
        <tr class="method-row inherited alt expandable">
1977
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1978
        <td class="sig">
1979
        <a id="Ext.grid.EditorGridPanel-setIconClass"></a>
1980
            <b>setIconClass</b>(&nbsp;<code>String cls</code>&nbsp;) : void            <div class="mdesc">
1981
                        <div class="short">Sets the CSS class that provides the icon image for this panel.  This method will replace any existing
1982
icon class if ...</div>
1983
            <div class="long">
1984
                Sets the CSS class that provides the icon image for this panel.  This method will replace any existing
1985
icon class if one has already been set.    <div class="mdetail-params">
1986
        <strong>Parameters:</strong>
1987
        <ul><li><code>cls</code> : String<div class="sub-desc">The new CSS class name</div></li>        </ul>
1988
        <strong>Returns:</strong>
1989
        <ul>
1990
            <li><code>void</code></li>
1991
        </ul>
1992
    </div>
1993
                </div>
1994
                        </div>
1995
        </td>
1996
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#setIconClass" href="output/Ext.Panel.html#setIconClass">Panel</a></td>
1997
    </tr>
1998
        <tr class="method-row inherited expandable">
1999
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2000
        <td class="sig">
2001
        <a id="Ext.grid.EditorGridPanel-setPagePosition"></a>
2002
            <b>setPagePosition</b>(&nbsp;<code>Number x</code>, <code>Number y</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
2003
                        <div class="short">Sets the page XY position of the component.  To set the left and top instead, use setPosition.
2004
This method fires the ...</div>
2005
            <div class="long">
2006
                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>.
2007
This method fires the move event.    <div class="mdetail-params">
2008
        <strong>Parameters:</strong>
2009
        <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>
2010
        <strong>Returns:</strong>
2011
        <ul>
2012
            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
2013
        </ul>
2014
    </div>
2015
                </div>
2016
                        </div>
2017
        </td>
2018
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setPagePosition" href="output/Ext.BoxComponent.html#setPagePosition">BoxComponent</a></td>
2019
    </tr>
2020
        <tr class="method-row inherited alt expandable">
2021
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2022
        <td class="sig">
2023
        <a id="Ext.grid.EditorGridPanel-setPosition"></a>
2024
            <b>setPosition</b>(&nbsp;<code>Number left</code>, <code>Number top</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
2025
                        <div class="short">Sets the left and top of the component.  To set the page XY position instead, use setPagePosition.
2026
This method fires ...</div>
2027
            <div class="long">
2028
                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>.
2029
This method fires the move event.    <div class="mdetail-params">
2030
        <strong>Parameters:</strong>
2031
        <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>
2032
        <strong>Returns:</strong>
2033
        <ul>
2034
            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
2035
        </ul>
2036
    </div>
2037
                </div>
2038
                        </div>
2039
        </td>
2040
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setPosition" href="output/Ext.BoxComponent.html#setPosition">BoxComponent</a></td>
2041
    </tr>
2042
        <tr class="method-row inherited expandable">
2043
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2044
        <td class="sig">
2045
        <a id="Ext.grid.EditorGridPanel-setSize"></a>
2046
            <b>setSize</b>(&nbsp;<code>Number/Object width</code>, <code>Number height</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
2047
                        <div class="short">Sets the width and height of the component.  This method fires the resize event.  This method can accept
2048
either width...</div>
2049
            <div class="long">
2050
                Sets the width and height of the component.  This method fires the resize event.  This method can accept
2051
either width and height as separate numeric arguments, or you can pass a size object like {width:10, height:20}.    <div class="mdetail-params">
2052
        <strong>Parameters:</strong>
2053
        <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>
2054
        <strong>Returns:</strong>
2055
        <ul>
2056
            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
2057
        </ul>
2058
    </div>
2059
                </div>
2060
                        </div>
2061
        </td>
2062
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setSize" href="output/Ext.BoxComponent.html#setSize">BoxComponent</a></td>
2063
    </tr>
2064
        <tr class="method-row inherited alt expandable">
2065
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2066
        <td class="sig">
2067
        <a id="Ext.grid.EditorGridPanel-setTitle"></a>
2068
            <b>setTitle</b>(&nbsp;<code>String title</code>, <code>String (optional)</code>&nbsp;) : void            <div class="mdesc">
2069
                        <div class="short">Sets the title text for the panel and optionally the icon class.</div>
2070
            <div class="long">
2071
                Sets the title text for the panel and optionally the icon class.    <div class="mdetail-params">
2072
        <strong>Parameters:</strong>
2073
        <ul><li><code>title</code> : String<div class="sub-desc">The title text to set</div></li><li><code>(optional)</code> : String<div class="sub-desc">iconCls A custon, user-defined CSS class that provides the icon image for this panel</div></li>        </ul>
2074
        <strong>Returns:</strong>
2075
        <ul>
2076
            <li><code>void</code></li>
2077
        </ul>
2078
    </div>
2079
                </div>
2080
                        </div>
2081
        </td>
2082
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#setTitle" href="output/Ext.Panel.html#setTitle">Panel</a></td>
2083
    </tr>
2084
        <tr class="method-row inherited expandable">
2085
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2086
        <td class="sig">
2087
        <a id="Ext.grid.EditorGridPanel-setVisible"></a>
2088
            <b>setVisible</b>(&nbsp;<code>Boolean visible</code>&nbsp;) : Ext.Component            <div class="mdesc">
2089
                        <div class="short">Convenience function to hide or show this component by boolean.</div>
2090
            <div class="long">
2091
                Convenience function to hide or show this component by boolean.    <div class="mdetail-params">
2092
        <strong>Parameters:</strong>
2093
        <ul><li><code>visible</code> : Boolean<div class="sub-desc">True to show, false to hide</div></li>        </ul>
2094
        <strong>Returns:</strong>
2095
        <ul>
2096
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
2097
        </ul>
2098
    </div>
2099
                </div>
2100
                        </div>
2101
        </td>
2102
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#setVisible" href="output/Ext.Component.html#setVisible">Component</a></td>
2103
    </tr>
2104
        <tr class="method-row inherited alt expandable">
2105
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2106
        <td class="sig">
2107
        <a id="Ext.grid.EditorGridPanel-setWidth"></a>
2108
            <b>setWidth</b>(&nbsp;<code>Number width</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
2109
                        <div class="short">Sets the width of the component.  This method fires the resize event.</div>
2110
            <div class="long">
2111
                Sets the width of the component.  This method fires the resize event.    <div class="mdetail-params">
2112
        <strong>Parameters:</strong>
2113
        <ul><li><code>width</code> : Number<div class="sub-desc">The new width to set</div></li>        </ul>
2114
        <strong>Returns:</strong>
2115
        <ul>
2116
            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
2117
        </ul>
2118
    </div>
2119
                </div>
2120
                        </div>
2121
        </td>
2122
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setWidth" href="output/Ext.BoxComponent.html#setWidth">BoxComponent</a></td>
2123
    </tr>
2124
        <tr class="method-row inherited expandable">
2125
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2126
        <td class="sig">
2127
        <a id="Ext.grid.EditorGridPanel-show"></a>
2128
            <b>show</b>() : Ext.Component            <div class="mdesc">
2129
                        <div class="short">Show this component.</div>
2130
            <div class="long">
2131
                Show this component.    <div class="mdetail-params">
2132
        <strong>Parameters:</strong>
2133
        <ul><li>None.</li>        </ul>
2134
        <strong>Returns:</strong>
2135
        <ul>
2136
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
2137
        </ul>
2138
    </div>
2139
                </div>
2140
                        </div>
2141
        </td>
2142
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#show" href="output/Ext.Component.html#show">Component</a></td>
2143
    </tr>
2144
        <tr class="method-row alt expandable">
2145
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2146
        <td class="sig">
2147
        <a id="Ext.grid.EditorGridPanel-startEditing"></a>
2148
            <b>startEditing</b>(&nbsp;<code>Number rowIndex</code>, <code>Number colIndex</code>&nbsp;) : void            <div class="mdesc">
2149
                        <div class="short">Starts editing the specified for the specified row/column</div>
2150
            <div class="long">
2151
                Starts editing the specified for the specified row/column    <div class="mdetail-params">
2152
        <strong>Parameters:</strong>
2153
        <ul><li><code>rowIndex</code> : Number<div class="sub-desc"></div></li><li><code>colIndex</code> : Number<div class="sub-desc"></div></li>        </ul>
2154
        <strong>Returns:</strong>
2155
        <ul>
2156
            <li><code>void</code></li>
2157
        </ul>
2158
    </div>
2159
                </div>
2160
                        </div>
2161
        </td>
2162
        <td class="msource">EditorGridPanel</td>
2163
    </tr>
2164
        <tr class="method-row expandable">
2165
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2166
        <td class="sig">
2167
        <a id="Ext.grid.EditorGridPanel-stopEditing"></a>
2168
            <b>stopEditing</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean cancel</code>]</span>&nbsp;) : void            <div class="mdesc">
2169
                        <div class="short">Stops any active editing</div>
2170
            <div class="long">
2171
                Stops any active editing    <div class="mdetail-params">
2172
        <strong>Parameters:</strong>
2173
        <ul><li><code>cancel</code> : Boolean<div class="sub-desc">(optional) True to cancel any changes</div></li>        </ul>
2174
        <strong>Returns:</strong>
2175
        <ul>
2176
            <li><code>void</code></li>
2177
        </ul>
2178
    </div>
2179
                </div>
2180
                        </div>
2181
        </td>
2182
        <td class="msource">EditorGridPanel</td>
2183
    </tr>
2184
        <tr class="method-row inherited alt expandable">
2185
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2186
        <td class="sig">
2187
        <a id="Ext.grid.EditorGridPanel-suspendEvents"></a>
2188
            <b>suspendEvents</b>() : void            <div class="mdesc">
2189
                        <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>
2190
            <div class="long">
2191
                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">
2192
        <strong>Parameters:</strong>
2193
        <ul><li>None.</li>        </ul>
2194
        <strong>Returns:</strong>
2195
        <ul>
2196
            <li><code>void</code></li>
2197
        </ul>
2198
    </div>
2199
                </div>
2200
                        </div>
2201
        </td>
2202
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">Observable</a></td>
2203
    </tr>
2204
        <tr class="method-row inherited expandable">
2205
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2206
        <td class="sig">
2207
        <a id="Ext.grid.EditorGridPanel-syncSize"></a>
2208
            <b>syncSize</b>() : Ext.BoxComponent            <div class="mdesc">
2209
                        <div class="short">Force the component's size to recalculate based on the underlying element's current height and width.</div>
2210
            <div class="long">
2211
                Force the component's size to recalculate based on the underlying element's current height and width.    <div class="mdetail-params">
2212
        <strong>Parameters:</strong>
2213
        <ul><li>None.</li>        </ul>
2214
        <strong>Returns:</strong>
2215
        <ul>
2216
            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
2217
        </ul>
2218
    </div>
2219
                </div>
2220
                        </div>
2221
        </td>
2222
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#syncSize" href="output/Ext.BoxComponent.html#syncSize">BoxComponent</a></td>
2223
    </tr>
2224
        <tr class="method-row inherited alt expandable">
2225
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2226
        <td class="sig">
2227
        <a id="Ext.grid.EditorGridPanel-toggleCollapse"></a>
2228
            <b>toggleCollapse</b>(&nbsp;<code>Boolean animate</code>&nbsp;) : Ext.Panel            <div class="mdesc">
2229
                        <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>
2230
            <div class="long">
2231
                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">
2232
        <strong>Parameters:</strong>
2233
        <ul><li><code>animate</code> : Boolean<div class="sub-desc">True to animate the transition, else false (defaults to the value of the
2234
<a ext:cls="Ext.Panel" ext:member="animCollapse" href="output/Ext.Panel.html#animCollapse">animCollapse</a> panel config)</div></li>        </ul>
2235
        <strong>Returns:</strong>
2236
        <ul>
2237
            <li><code>Ext.Panel</code><div class="sub-desc">this</div></li>
2238
        </ul>
2239
    </div>
2240
                </div>
2241
                        </div>
2242
        </td>
2243
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#toggleCollapse" href="output/Ext.Panel.html#toggleCollapse">Panel</a></td>
2244
    </tr>
2245
        <tr class="method-row inherited expandable">
2246
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2247
        <td class="sig">
2248
        <a id="Ext.grid.EditorGridPanel-un"></a>
2249
            <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">
2250
                        <div class="short">Removes a listener (shorthand for removeListener)</div>
2251
            <div class="long">
2252
                Removes a listener (shorthand for removeListener)    <div class="mdetail-params">
2253
        <strong>Parameters:</strong>
2254
        <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>
2255
        <strong>Returns:</strong>
2256
        <ul>
2257
            <li><code>void</code></li>
2258
        </ul>
2259
    </div>
2260
                </div>
2261
                        </div>
2262
        </td>
2263
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#un" href="output/Ext.util.Observable.html#un">Observable</a></td>
2264
    </tr>
2265
        <tr class="method-row inherited alt expandable">
2266
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2267
        <td class="sig">
2268
        <a id="Ext.grid.EditorGridPanel-updateBox"></a>
2269
            <b>updateBox</b>(&nbsp;<code>Object box</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
2270
                        <div class="short">Sets the current box measurements of the component's underlying element.</div>
2271
            <div class="long">
2272
                Sets the current box measurements of the component's underlying element.    <div class="mdetail-params">
2273
        <strong>Parameters:</strong>
2274
        <ul><li><code>box</code> : Object<div class="sub-desc">An object in the format {x, y, width, height}</div></li>        </ul>
2275
        <strong>Returns:</strong>
2276
        <ul>
2277
            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
2278
        </ul>
2279
    </div>
2280
                </div>
2281
                        </div>
2282
        </td>
2283
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#updateBox" href="output/Ext.BoxComponent.html#updateBox">BoxComponent</a></td>
2284
    </tr>
2285
            </table>
2286
                <a id="Ext.grid.EditorGridPanel-events"></a>
2287
        <h2>Public Events</h2>
2288
                <table cellspacing="0" class="member-table">
2289
            <tr>
2290
                <th class="sig-header" colspan="2">Event</th>
2291
                <th class="msource-header">Defined By</th>
2292
            </tr>
2293
                <tr class="event-row inherited expandable">
2294
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2295
        <td class="sig">
2296
        <a id="Ext.grid.EditorGridPanel-activate"></a>
2297
            <b>activate</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">
2298
                        <div class="short">Fires after the Panel has been visually activated.
2299
Note that Panels do not directly support being activated, but some...</div>
2300
            <div class="long">
2301
                Fires after the Panel has been visually activated.
2302
Note that Panels do not directly support being activated, but some Panel subclasses
2303
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
2304
activate and deactivate events under the control of the TabPanel.    <div class="mdetail-params">
2305
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2306
        <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel that has been activated.</div></li>        </ul>
2307
    </div>
2308
                </div>
2309
                        </div>
2310
        </td>
2311
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-activate" href="output/Ext.Panel.html#event-activate">Panel</a></td>
2312
    </tr>
2313
        <tr class="event-row inherited alt expandable">
2314
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2315
        <td class="sig">
2316
        <a id="Ext.grid.EditorGridPanel-add"></a>
2317
            <b>add</b> : (&nbsp;<code>Ext.Container this</code>, <code>Ext.Component component</code>, <code>Number index</code>&nbsp;)            <div class="mdesc">
2318
                        <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>
2319
            <div class="long">
2320
                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">
2321
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2322
        <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>
2323
    </div>
2324
                </div>
2325
                        </div>
2326
        </td>
2327
        <td class="msource"><a ext:cls="Ext.Container" ext:member="#event-add" href="output/Ext.Container.html#event-add">Container</a></td>
2328
    </tr>
2329
        <tr class="event-row expandable">
2330
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2331
        <td class="sig">
2332
        <a id="Ext.grid.EditorGridPanel-afteredit"></a>
2333
            <b>afteredit</b> : (&nbsp;<code>Object e</code>&nbsp;)            <div class="mdesc">
2334
                        <div class="short">Fires after a cell is edited.
2335
 
2336
grid - This grid
2337
record - The record being edited
2338
field - The field name being edited...</div>
2339
            <div class="long">
2340
                Fires after a cell is edited. <br />
2341
<ul style="padding:5px;padding-left:16px;">
2342
<li>grid - This grid</li>
2343
<li>record - The record being edited</li>
2344
<li>field - The field name being edited</li>
2345
<li>value - The value being set</li>
2346
<li>originalValue - The original value for the field, before the edit.</li>
2347
<li>row - The grid row index</li>
2348
<li>column - The grid column index</li>
2349
</ul>    <div class="mdetail-params">
2350
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2351
        <ul><li><code>e</code> : Object<div class="sub-desc">An edit event (see above for description)</div></li>        </ul>
2352
    </div>
2353
                </div>
2354
                        </div>
2355
        </td>
2356
        <td class="msource">EditorGridPanel</td>
2357
    </tr>
2358
        <tr class="event-row inherited alt expandable">
2359
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2360
        <td class="sig">
2361
        <a id="Ext.grid.EditorGridPanel-afterlayout"></a>
2362
            <b>afterlayout</b> : (&nbsp;<code>Ext.Container this</code>, <code>ContainerLayout layout</code>&nbsp;)            <div class="mdesc">
2363
                        <div class="short">Fires when the components in this container are arranged by the associated layout manager.</div>
2364
            <div class="long">
2365
                Fires when the components in this container are arranged by the associated layout manager.    <div class="mdetail-params">
2366
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2367
        <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>
2368
    </div>
2369
                </div>
2370
                        </div>
2371
        </td>
2372
        <td class="msource"><a ext:cls="Ext.Container" ext:member="#event-afterlayout" href="output/Ext.Container.html#event-afterlayout">Container</a></td>
2373
    </tr>
2374
        <tr class="event-row inherited expandable">
2375
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2376
        <td class="sig">
2377
        <a id="Ext.grid.EditorGridPanel-beforeadd"></a>
2378
            <b>beforeadd</b> : (&nbsp;<code>Ext.Container this</code>, <code>Ext.Component component</code>, <code>Number index</code>&nbsp;)            <div class="mdesc">
2379
                        <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.
2380
A handler can return false to cancel the add.</div>
2381
            <div class="long">
2382
                Fires before any <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> is added or inserted into the container.
2383
A handler can return false to cancel the add.    <div class="mdetail-params">
2384
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2385
        <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>
2386
    </div>
2387
                </div>
2388
                        </div>
2389
        </td>
2390
        <td class="msource"><a ext:cls="Ext.Container" ext:member="#event-beforeadd" href="output/Ext.Container.html#event-beforeadd">Container</a></td>
2391
    </tr>
2392
        <tr class="event-row inherited alt expandable">
2393
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2394
        <td class="sig">
2395
        <a id="Ext.grid.EditorGridPanel-beforeclose"></a>
2396
            <b>beforeclose</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">
2397
                        <div class="short">Fires before the Panel is closed.  Note that Panels do not directly support being closed, but some
2398
Panel subclasses d...</div>
2399
            <div class="long">
2400
                Fires before the Panel is closed.  Note that Panels do not directly support being closed, but some
2401
Panel subclasses do (like <a ext:cls="Ext.Window" href="output/Ext.Window.html">Ext.Window</a>).  This event only applies to such subclasses.
2402
A handler can return false to cancel the close.    <div class="mdetail-params">
2403
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2404
        <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel being closed.</div></li>        </ul>
2405
    </div>
2406
                </div>
2407
                        </div>
2408
        </td>
2409
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-beforeclose" href="output/Ext.Panel.html#event-beforeclose">Panel</a></td>
2410
    </tr>
2411
        <tr class="event-row inherited expandable">
2412
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2413
        <td class="sig">
2414
        <a id="Ext.grid.EditorGridPanel-beforecollapse"></a>
2415
            <b>beforecollapse</b> : (&nbsp;<code>Ext.Panel p</code>, <code>Boolean animate</code>&nbsp;)            <div class="mdesc">
2416
                        <div class="short">Fires before the Panel is collapsed.  A handler can return false to cancel the collapse.</div>
2417
            <div class="long">
2418
                Fires before the Panel is collapsed.  A handler can return false to cancel the collapse.    <div class="mdetail-params">
2419
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2420
        <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>
2421
    </div>
2422
                </div>
2423
                        </div>
2424
        </td>
2425
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-beforecollapse" href="output/Ext.Panel.html#event-beforecollapse">Panel</a></td>
2426
    </tr>
2427
        <tr class="event-row inherited alt expandable">
2428
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2429
        <td class="sig">
2430
        <a id="Ext.grid.EditorGridPanel-beforedestroy"></a>
2431
            <b>beforedestroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2432
                        <div class="short">Fires before the component is destroyed. Return false to stop the destroy.</div>
2433
            <div class="long">
2434
                Fires before the component is destroyed. Return false to stop the destroy.    <div class="mdetail-params">
2435
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2436
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2437
    </div>
2438
                </div>
2439
                        </div>
2440
        </td>
2441
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforedestroy" href="output/Ext.Component.html#event-beforedestroy">Component</a></td>
2442
    </tr>
2443
        <tr class="event-row expandable">
2444
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2445
        <td class="sig">
2446
        <a id="Ext.grid.EditorGridPanel-beforeedit"></a>
2447
            <b>beforeedit</b> : (&nbsp;<code>Object e</code>&nbsp;)            <div class="mdesc">
2448
                        <div class="short">Fires before cell editing is triggered. The edit event object has the following properties
2449
 
2450
grid - This grid
2451
record ...</div>
2452
            <div class="long">
2453
                Fires before cell editing is triggered. The edit event object has the following properties <br />
2454
<ul style="padding:5px;padding-left:16px;">
2455
<li>grid - This grid</li>
2456
<li>record - The record being edited</li>
2457
<li>field - The field name being edited</li>
2458
<li>value - The value for the field being edited.</li>
2459
<li>row - The grid row index</li>
2460
<li>column - The grid column index</li>
2461
<li>cancel - Set this to true to cancel the edit or return false from your handler.</li>
2462
</ul>    <div class="mdetail-params">
2463
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2464
        <ul><li><code>e</code> : Object<div class="sub-desc">An edit event (see above for description)</div></li>        </ul>
2465
    </div>
2466
                </div>
2467
                        </div>
2468
        </td>
2469
        <td class="msource">EditorGridPanel</td>
2470
    </tr>
2471
        <tr class="event-row inherited alt expandable">
2472
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2473
        <td class="sig">
2474
        <a id="Ext.grid.EditorGridPanel-beforeexpand"></a>
2475
            <b>beforeexpand</b> : (&nbsp;<code>Ext.Panel p</code>, <code>Boolean animate</code>&nbsp;)            <div class="mdesc">
2476
                        <div class="short">Fires before the Panel is expanded.  A handler can return false to cancel the expand.</div>
2477
            <div class="long">
2478
                Fires before the Panel is expanded.  A handler can return false to cancel the expand.    <div class="mdetail-params">
2479
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2480
        <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>
2481
    </div>
2482
                </div>
2483
                        </div>
2484
        </td>
2485
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-beforeexpand" href="output/Ext.Panel.html#event-beforeexpand">Panel</a></td>
2486
    </tr>
2487
        <tr class="event-row inherited expandable">
2488
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2489
        <td class="sig">
2490
        <a id="Ext.grid.EditorGridPanel-beforehide"></a>
2491
            <b>beforehide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2492
                        <div class="short">Fires before the component is hidden. Return false to stop the hide.</div>
2493
            <div class="long">
2494
                Fires before the component is hidden. Return false to stop the hide.    <div class="mdetail-params">
2495
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2496
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2497
    </div>
2498
                </div>
2499
                        </div>
2500
        </td>
2501
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforehide" href="output/Ext.Component.html#event-beforehide">Component</a></td>
2502
    </tr>
2503
        <tr class="event-row inherited alt expandable">
2504
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2505
        <td class="sig">
2506
        <a id="Ext.grid.EditorGridPanel-beforeremove"></a>
2507
            <b>beforeremove</b> : (&nbsp;<code>Ext.Container this</code>, <code>Ext.Component component</code>&nbsp;)            <div class="mdesc">
2508
                        <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
2509
false to cancel the remove.</div>
2510
            <div class="long">
2511
                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
2512
false to cancel the remove.    <div class="mdetail-params">
2513
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2514
        <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>
2515
    </div>
2516
                </div>
2517
                        </div>
2518
        </td>
2519
        <td class="msource"><a ext:cls="Ext.Container" ext:member="#event-beforeremove" href="output/Ext.Container.html#event-beforeremove">Container</a></td>
2520
    </tr>
2521
        <tr class="event-row inherited expandable">
2522
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2523
        <td class="sig">
2524
        <a id="Ext.grid.EditorGridPanel-beforerender"></a>
2525
            <b>beforerender</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2526
                        <div class="short">Fires before the component is rendered. Return false to stop the render.</div>
2527
            <div class="long">
2528
                Fires before the component is rendered. Return false to stop the render.    <div class="mdetail-params">
2529
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2530
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2531
    </div>
2532
                </div>
2533
                        </div>
2534
        </td>
2535
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforerender" href="output/Ext.Component.html#event-beforerender">Component</a></td>
2536
    </tr>
2537
        <tr class="event-row inherited alt expandable">
2538
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2539
        <td class="sig">
2540
        <a id="Ext.grid.EditorGridPanel-beforeshow"></a>
2541
            <b>beforeshow</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2542
                        <div class="short">Fires before the component is shown. Return false to stop the show.</div>
2543
            <div class="long">
2544
                Fires before the component is shown. Return false to stop the show.    <div class="mdetail-params">
2545
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2546
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2547
    </div>
2548
                </div>
2549
                        </div>
2550
        </td>
2551
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforeshow" href="output/Ext.Component.html#event-beforeshow">Component</a></td>
2552
    </tr>
2553
        <tr class="event-row inherited expandable">
2554
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2555
        <td class="sig">
2556
        <a id="Ext.grid.EditorGridPanel-beforestaterestore"></a>
2557
            <b>beforestaterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
2558
                        <div class="short">Fires before the state of the component is restored. Return false to stop the restore.</div>
2559
            <div class="long">
2560
                Fires before the state of the component is restored. Return false to stop the restore.    <div class="mdetail-params">
2561
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2562
        <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>
2563
    </div>
2564
                </div>
2565
                        </div>
2566
        </td>
2567
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestaterestore" href="output/Ext.Component.html#event-beforestaterestore">Component</a></td>
2568
    </tr>
2569
        <tr class="event-row inherited alt expandable">
2570
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2571
        <td class="sig">
2572
        <a id="Ext.grid.EditorGridPanel-beforestatesave"></a>
2573
            <b>beforestatesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
2574
                        <div class="short">Fires before the state of the component is saved to the configured state provider. Return false to stop the save.</div>
2575
            <div class="long">
2576
                Fires before the state of the component is saved to the configured state provider. Return false to stop the save.    <div class="mdetail-params">
2577
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2578
        <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>
2579
    </div>
2580
                </div>
2581
                        </div>
2582
        </td>
2583
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestatesave" href="output/Ext.Component.html#event-beforestatesave">Component</a></td>
2584
    </tr>
2585
        <tr class="event-row inherited expandable">
2586
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2587
        <td class="sig">
2588
        <a id="Ext.grid.EditorGridPanel-bodyresize"></a>
2589
            <b>bodyresize</b> : (&nbsp;<code>Ext.Panel p</code>, <code>Number width</code>, <code>Number height</code>&nbsp;)            <div class="mdesc">
2590
                        <div class="short">Fires after the Panel has been resized.</div>
2591
            <div class="long">
2592
                Fires after the Panel has been resized.    <div class="mdetail-params">
2593
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2594
        <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>
2595
    </div>
2596
                </div>
2597
                        </div>
2598
        </td>
2599
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-bodyresize" href="output/Ext.Panel.html#event-bodyresize">Panel</a></td>
2600
    </tr>
2601
        <tr class="event-row inherited alt expandable">
2602
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2603
        <td class="sig">
2604
        <a id="Ext.grid.EditorGridPanel-bodyscroll"></a>
2605
            <b>bodyscroll</b> : (&nbsp;<code>Number scrollLeft</code>, <code>Number scrollTop</code>&nbsp;)            <div class="mdesc">
2606
                        <div class="short">Fires when the body element is scrolled</div>
2607
            <div class="long">
2608
                Fires when the body element is scrolled    <div class="mdetail-params">
2609
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2610
        <ul><li><code>scrollLeft</code> : Number<div class="sub-desc"></div></li><li><code>scrollTop</code> : Number<div class="sub-desc"></div></li>        </ul>
2611
    </div>
2612
                </div>
2613
                        </div>
2614
        </td>
2615
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-bodyscroll" href="output/Ext.grid.GridPanel.html#event-bodyscroll">GridPanel</a></td>
2616
    </tr>
2617
        <tr class="event-row inherited expandable">
2618
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2619
        <td class="sig">
2620
        <a id="Ext.grid.EditorGridPanel-cellclick"></a>
2621
            <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">
2622
                        <div class="short">Fires when a cell is clicked.
2623
The data for the cell is drawn from the Record
2624
for this row. To access the data in the ...</div>
2625
            <div class="long">
2626
                Fires when a cell is clicked.
2627
The data for the cell is drawn from the <a ext:cls="Ext.data.Record" href="output/Ext.data.Record.html">Record</a>
2628
for this row. To access the data in the listener function use the
2629
following technique:
2630
<pre><code>function(grid, rowIndex, columnIndex, e) {
2631
        <b>var</b> record = grid.getStore().getAt(rowIndex);  <i>// Get the Record</i>
2632
        <b>var</b> fieldName = grid.getColumnModel().getDataIndex(columnIndex); <i>// Get field name</i>
2633
        <b>var</b> data = record.get(fieldName);
2634
    }</code></pre>    <div class="mdetail-params">
2635
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2636
        <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>
2637
    </div>
2638
                </div>
2639
                        </div>
2640
        </td>
2641
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-cellclick" href="output/Ext.grid.GridPanel.html#event-cellclick">GridPanel</a></td>
2642
    </tr>
2643
        <tr class="event-row inherited alt expandable">
2644
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2645
        <td class="sig">
2646
        <a id="Ext.grid.EditorGridPanel-cellcontextmenu"></a>
2647
            <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">
2648
                        <div class="short">Fires when a cell is right clicked</div>
2649
            <div class="long">
2650
                Fires when a cell is right clicked    <div class="mdetail-params">
2651
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2652
        <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>
2653
    </div>
2654
                </div>
2655
                        </div>
2656
        </td>
2657
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-cellcontextmenu" href="output/Ext.grid.GridPanel.html#event-cellcontextmenu">GridPanel</a></td>
2658
    </tr>
2659
        <tr class="event-row inherited expandable">
2660
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2661
        <td class="sig">
2662
        <a id="Ext.grid.EditorGridPanel-celldblclick"></a>
2663
            <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">
2664
                        <div class="short">Fires when a cell is double clicked</div>
2665
            <div class="long">
2666
                Fires when a cell is double clicked    <div class="mdetail-params">
2667
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2668
        <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>
2669
    </div>
2670
                </div>
2671
                        </div>
2672
        </td>
2673
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-celldblclick" href="output/Ext.grid.GridPanel.html#event-celldblclick">GridPanel</a></td>
2674
    </tr>
2675
        <tr class="event-row inherited alt expandable">
2676
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2677
        <td class="sig">
2678
        <a id="Ext.grid.EditorGridPanel-cellmousedown"></a>
2679
            <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">
2680
                        <div class="short">Fires before a cell is clicked</div>
2681
            <div class="long">
2682
                Fires before a cell is clicked    <div class="mdetail-params">
2683
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2684
        <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>
2685
    </div>
2686
                </div>
2687
                        </div>
2688
        </td>
2689
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-cellmousedown" href="output/Ext.grid.GridPanel.html#event-cellmousedown">GridPanel</a></td>
2690
    </tr>
2691
        <tr class="event-row inherited expandable">
2692
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2693
        <td class="sig">
2694
        <a id="Ext.grid.EditorGridPanel-click"></a>
2695
            <b>click</b> : (&nbsp;<code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
2696
                        <div class="short">The raw click event for the entire grid.</div>
2697
            <div class="long">
2698
                The raw click event for the entire grid.    <div class="mdetail-params">
2699
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2700
        <ul><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>
2701
    </div>
2702
                </div>
2703
                        </div>
2704
        </td>
2705
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-click" href="output/Ext.grid.GridPanel.html#event-click">GridPanel</a></td>
2706
    </tr>
2707
        <tr class="event-row inherited alt expandable">
2708
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2709
        <td class="sig">
2710
        <a id="Ext.grid.EditorGridPanel-close"></a>
2711
            <b>close</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">
2712
                        <div class="short">Fires after the Panel is closed.  Note that Panels do not directly support being closed, but some
2713
Panel subclasses do...</div>
2714
            <div class="long">
2715
                Fires after the Panel is closed.  Note that Panels do not directly support being closed, but some
2716
Panel subclasses do (like <a ext:cls="Ext.Window" href="output/Ext.Window.html">Ext.Window</a>).    <div class="mdetail-params">
2717
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2718
        <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel that has been closed.</div></li>        </ul>
2719
    </div>
2720
                </div>
2721
                        </div>
2722
        </td>
2723
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-close" href="output/Ext.Panel.html#event-close">Panel</a></td>
2724
    </tr>
2725
        <tr class="event-row inherited expandable">
2726
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2727
        <td class="sig">
2728
        <a id="Ext.grid.EditorGridPanel-collapse"></a>
2729
            <b>collapse</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">
2730
                        <div class="short">Fires after the Panel has been collapsed.</div>
2731
            <div class="long">
2732
                Fires after the Panel has been collapsed.    <div class="mdetail-params">
2733
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2734
        <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">the Panel that has been collapsed.</div></li>        </ul>
2735
    </div>
2736
                </div>
2737
                        </div>
2738
        </td>
2739
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-collapse" href="output/Ext.Panel.html#event-collapse">Panel</a></td>
2740
    </tr>
2741
        <tr class="event-row inherited alt expandable">
2742
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2743
        <td class="sig">
2744
        <a id="Ext.grid.EditorGridPanel-columnmove"></a>
2745
            <b>columnmove</b> : (&nbsp;<code>Number oldIndex</code>, <code>Number newIndex</code>&nbsp;)            <div class="mdesc">
2746
                        <div class="short">Fires when the user moves a column</div>
2747
            <div class="long">
2748
                Fires when the user moves a column    <div class="mdetail-params">
2749
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2750
        <ul><li><code>oldIndex</code> : Number<div class="sub-desc"></div></li><li><code>newIndex</code> : Number<div class="sub-desc"></div></li>        </ul>
2751
    </div>
2752
                </div>
2753
                        </div>
2754
        </td>
2755
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-columnmove" href="output/Ext.grid.GridPanel.html#event-columnmove">GridPanel</a></td>
2756
    </tr>
2757
        <tr class="event-row inherited expandable">
2758
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2759
        <td class="sig">
2760
        <a id="Ext.grid.EditorGridPanel-columnresize"></a>
2761
            <b>columnresize</b> : (&nbsp;<code>Number columnIndex</code>, <code>Number newSize</code>&nbsp;)            <div class="mdesc">
2762
                        <div class="short">Fires when the user resizes a column</div>
2763
            <div class="long">
2764
                Fires when the user resizes a column    <div class="mdetail-params">
2765
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2766
        <ul><li><code>columnIndex</code> : Number<div class="sub-desc"></div></li><li><code>newSize</code> : Number<div class="sub-desc"></div></li>        </ul>
2767
    </div>
2768
                </div>
2769
                        </div>
2770
        </td>
2771
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-columnresize" href="output/Ext.grid.GridPanel.html#event-columnresize">GridPanel</a></td>
2772
    </tr>
2773
        <tr class="event-row inherited alt expandable">
2774
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2775
        <td class="sig">
2776
        <a id="Ext.grid.EditorGridPanel-contextmenu"></a>
2777
            <b>contextmenu</b> : (&nbsp;<code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
2778
                        <div class="short">The raw contextmenu event for the entire grid.</div>
2779
            <div class="long">
2780
                The raw contextmenu event for the entire grid.    <div class="mdetail-params">
2781
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2782
        <ul><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>
2783
    </div>
2784
                </div>
2785
                        </div>
2786
        </td>
2787
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-contextmenu" href="output/Ext.grid.GridPanel.html#event-contextmenu">GridPanel</a></td>
2788
    </tr>
2789
        <tr class="event-row inherited expandable">
2790
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2791
        <td class="sig">
2792
        <a id="Ext.grid.EditorGridPanel-dblclick"></a>
2793
            <b>dblclick</b> : (&nbsp;<code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
2794
                        <div class="short">The raw dblclick event for the entire grid.</div>
2795
            <div class="long">
2796
                The raw dblclick event for the entire grid.    <div class="mdetail-params">
2797
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2798
        <ul><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>
2799
    </div>
2800
                </div>
2801
                        </div>
2802
        </td>
2803
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-dblclick" href="output/Ext.grid.GridPanel.html#event-dblclick">GridPanel</a></td>
2804
    </tr>
2805
        <tr class="event-row inherited alt expandable">
2806
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2807
        <td class="sig">
2808
        <a id="Ext.grid.EditorGridPanel-deactivate"></a>
2809
            <b>deactivate</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">
2810
                        <div class="short">Fires after the Panel has been visually deactivated.
2811
Note that Panels do not directly support being deactivated, but ...</div>
2812
            <div class="long">
2813
                Fires after the Panel has been visually deactivated.
2814
Note that Panels do not directly support being deactivated, but some Panel subclasses
2815
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
2816
activate and deactivate events under the control of the TabPanel.    <div class="mdetail-params">
2817
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2818
        <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel that has been deactivated.</div></li>        </ul>
2819
    </div>
2820
                </div>
2821
                        </div>
2822
        </td>
2823
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-deactivate" href="output/Ext.Panel.html#event-deactivate">Panel</a></td>
2824
    </tr>
2825
        <tr class="event-row inherited expandable">
2826
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2827
        <td class="sig">
2828
        <a id="Ext.grid.EditorGridPanel-destroy"></a>
2829
            <b>destroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2830
                        <div class="short">Fires after the component is destroyed.</div>
2831
            <div class="long">
2832
                Fires after the component is destroyed.    <div class="mdetail-params">
2833
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2834
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2835
    </div>
2836
                </div>
2837
                        </div>
2838
        </td>
2839
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-destroy" href="output/Ext.Component.html#event-destroy">Component</a></td>
2840
    </tr>
2841
        <tr class="event-row inherited alt expandable">
2842
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2843
        <td class="sig">
2844
        <a id="Ext.grid.EditorGridPanel-disable"></a>
2845
            <b>disable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2846
                        <div class="short">Fires after the component is disabled.</div>
2847
            <div class="long">
2848
                Fires after the component is disabled.    <div class="mdetail-params">
2849
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2850
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2851
    </div>
2852
                </div>
2853
                        </div>
2854
        </td>
2855
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-disable" href="output/Ext.Component.html#event-disable">Component</a></td>
2856
    </tr>
2857
        <tr class="event-row inherited expandable">
2858
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2859
        <td class="sig">
2860
        <a id="Ext.grid.EditorGridPanel-enable"></a>
2861
            <b>enable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2862
                        <div class="short">Fires after the component is enabled.</div>
2863
            <div class="long">
2864
                Fires after the component is enabled.    <div class="mdetail-params">
2865
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2866
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2867
    </div>
2868
                </div>
2869
                        </div>
2870
        </td>
2871
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-enable" href="output/Ext.Component.html#event-enable">Component</a></td>
2872
    </tr>
2873
        <tr class="event-row inherited alt expandable">
2874
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2875
        <td class="sig">
2876
        <a id="Ext.grid.EditorGridPanel-expand"></a>
2877
            <b>expand</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">
2878
                        <div class="short">Fires after the Panel has been expanded.</div>
2879
            <div class="long">
2880
                Fires after the Panel has been expanded.    <div class="mdetail-params">
2881
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2882
        <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel that has been expanded.</div></li>        </ul>
2883
    </div>
2884
                </div>
2885
                        </div>
2886
        </td>
2887
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-expand" href="output/Ext.Panel.html#event-expand">Panel</a></td>
2888
    </tr>
2889
        <tr class="event-row inherited expandable">
2890
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2891
        <td class="sig">
2892
        <a id="Ext.grid.EditorGridPanel-headerclick"></a>
2893
            <b>headerclick</b> : (&nbsp;<code>Grid this</code>, <code>Number columnIndex</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
2894
                        <div class="short">Fires when a header is clicked</div>
2895
            <div class="long">
2896
                Fires when a header is clicked    <div class="mdetail-params">
2897
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2898
        <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>
2899
    </div>
2900
                </div>
2901
                        </div>
2902
        </td>
2903
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-headerclick" href="output/Ext.grid.GridPanel.html#event-headerclick">GridPanel</a></td>
2904
    </tr>
2905
        <tr class="event-row inherited alt expandable">
2906
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2907
        <td class="sig">
2908
        <a id="Ext.grid.EditorGridPanel-headercontextmenu"></a>
2909
            <b>headercontextmenu</b> : (&nbsp;<code>Grid this</code>, <code>Number columnIndex</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
2910
                        <div class="short">Fires when a header is right clicked</div>
2911
            <div class="long">
2912
                Fires when a header is right clicked    <div class="mdetail-params">
2913
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2914
        <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>
2915
    </div>
2916
                </div>
2917
                        </div>
2918
        </td>
2919
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-headercontextmenu" href="output/Ext.grid.GridPanel.html#event-headercontextmenu">GridPanel</a></td>
2920
    </tr>
2921
        <tr class="event-row inherited expandable">
2922
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2923
        <td class="sig">
2924
        <a id="Ext.grid.EditorGridPanel-headerdblclick"></a>
2925
            <b>headerdblclick</b> : (&nbsp;<code>Grid this</code>, <code>Number columnIndex</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
2926
                        <div class="short">Fires when a header cell is double clicked</div>
2927
            <div class="long">
2928
                Fires when a header cell is double clicked    <div class="mdetail-params">
2929
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2930
        <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>
2931
    </div>
2932
                </div>
2933
                        </div>
2934
        </td>
2935
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-headerdblclick" href="output/Ext.grid.GridPanel.html#event-headerdblclick">GridPanel</a></td>
2936
    </tr>
2937
        <tr class="event-row inherited alt expandable">
2938
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2939
        <td class="sig">
2940
        <a id="Ext.grid.EditorGridPanel-headermousedown"></a>
2941
            <b>headermousedown</b> : (&nbsp;<code>Grid this</code>, <code>Number columnIndex</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
2942
                        <div class="short">Fires before a header is clicked</div>
2943
            <div class="long">
2944
                Fires before a header is clicked    <div class="mdetail-params">
2945
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2946
        <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>
2947
    </div>
2948
                </div>
2949
                        </div>
2950
        </td>
2951
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-headermousedown" href="output/Ext.grid.GridPanel.html#event-headermousedown">GridPanel</a></td>
2952
    </tr>
2953
        <tr class="event-row inherited expandable">
2954
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2955
        <td class="sig">
2956
        <a id="Ext.grid.EditorGridPanel-hide"></a>
2957
            <b>hide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2958
                        <div class="short">Fires after the component is hidden.</div>
2959
            <div class="long">
2960
                Fires after the component is hidden.    <div class="mdetail-params">
2961
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2962
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2963
    </div>
2964
                </div>
2965
                        </div>
2966
        </td>
2967
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-hide" href="output/Ext.Component.html#event-hide">Component</a></td>
2968
    </tr>
2969
        <tr class="event-row inherited alt expandable">
2970
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2971
        <td class="sig">
2972
        <a id="Ext.grid.EditorGridPanel-keydown"></a>
2973
            <b>keydown</b> : (&nbsp;<code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
2974
                        <div class="short">The raw keydown event for the entire grid.</div>
2975
            <div class="long">
2976
                The raw keydown event for the entire grid.    <div class="mdetail-params">
2977
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2978
        <ul><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>
2979
    </div>
2980
                </div>
2981
                        </div>
2982
        </td>
2983
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-keydown" href="output/Ext.grid.GridPanel.html#event-keydown">GridPanel</a></td>
2984
    </tr>
2985
        <tr class="event-row inherited expandable">
2986
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2987
        <td class="sig">
2988
        <a id="Ext.grid.EditorGridPanel-keypress"></a>
2989
            <b>keypress</b> : (&nbsp;<code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
2990
                        <div class="short">The raw keypress event for the entire grid.</div>
2991
            <div class="long">
2992
                The raw keypress event for the entire grid.    <div class="mdetail-params">
2993
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2994
        <ul><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>
2995
    </div>
2996
                </div>
2997
                        </div>
2998
        </td>
2999
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-keypress" href="output/Ext.grid.GridPanel.html#event-keypress">GridPanel</a></td>
3000
    </tr>
3001
        <tr class="event-row inherited alt expandable">
3002
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3003
        <td class="sig">
3004
        <a id="Ext.grid.EditorGridPanel-mousedown"></a>
3005
            <b>mousedown</b> : (&nbsp;<code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
3006
                        <div class="short">The raw mousedown event for the entire grid.</div>
3007
            <div class="long">
3008
                The raw mousedown event for the entire grid.    <div class="mdetail-params">
3009
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3010
        <ul><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>
3011
    </div>
3012
                </div>
3013
                        </div>
3014
        </td>
3015
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-mousedown" href="output/Ext.grid.GridPanel.html#event-mousedown">GridPanel</a></td>
3016
    </tr>
3017
        <tr class="event-row inherited expandable">
3018
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3019
        <td class="sig">
3020
        <a id="Ext.grid.EditorGridPanel-mouseout"></a>
3021
            <b>mouseout</b> : (&nbsp;<code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
3022
                        <div class="short">The raw mouseout event for the entire grid.</div>
3023
            <div class="long">
3024
                The raw mouseout event for the entire grid.    <div class="mdetail-params">
3025
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3026
        <ul><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>
3027
    </div>
3028
                </div>
3029
                        </div>
3030
        </td>
3031
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-mouseout" href="output/Ext.grid.GridPanel.html#event-mouseout">GridPanel</a></td>
3032
    </tr>
3033
        <tr class="event-row inherited alt expandable">
3034
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3035
        <td class="sig">
3036
        <a id="Ext.grid.EditorGridPanel-mouseover"></a>
3037
            <b>mouseover</b> : (&nbsp;<code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
3038
                        <div class="short">The raw mouseover event for the entire grid.</div>
3039
            <div class="long">
3040
                The raw mouseover event for the entire grid.    <div class="mdetail-params">
3041
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3042
        <ul><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>
3043
    </div>
3044
                </div>
3045
                        </div>
3046
        </td>
3047
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-mouseover" href="output/Ext.grid.GridPanel.html#event-mouseover">GridPanel</a></td>
3048
    </tr>
3049
        <tr class="event-row inherited expandable">
3050
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3051
        <td class="sig">
3052
        <a id="Ext.grid.EditorGridPanel-mouseup"></a>
3053
            <b>mouseup</b> : (&nbsp;<code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
3054
                        <div class="short">The raw mouseup event for the entire grid.</div>
3055
            <div class="long">
3056
                The raw mouseup event for the entire grid.    <div class="mdetail-params">
3057
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3058
        <ul><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>
3059
    </div>
3060
                </div>
3061
                        </div>
3062
        </td>
3063
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-mouseup" href="output/Ext.grid.GridPanel.html#event-mouseup">GridPanel</a></td>
3064
    </tr>
3065
        <tr class="event-row inherited alt expandable">
3066
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3067
        <td class="sig">
3068
        <a id="Ext.grid.EditorGridPanel-move"></a>
3069
            <b>move</b> : (&nbsp;<code>Ext.Component this</code>, <code>Number x</code>, <code>Number y</code>&nbsp;)            <div class="mdesc">
3070
                        <div class="short">Fires after the component is moved.</div>
3071
            <div class="long">
3072
                Fires after the component is moved.    <div class="mdetail-params">
3073
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3074
        <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>
3075
    </div>
3076
                </div>
3077
                        </div>
3078
        </td>
3079
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#event-move" href="output/Ext.BoxComponent.html#event-move">BoxComponent</a></td>
3080
    </tr>
3081
        <tr class="event-row inherited expandable">
3082
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3083
        <td class="sig">
3084
        <a id="Ext.grid.EditorGridPanel-remove"></a>
3085
            <b>remove</b> : (&nbsp;<code>Ext.Container this</code>, <code>Ext.Component component</code>&nbsp;)            <div class="mdesc">
3086
                        <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>
3087
            <div class="long">
3088
                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">
3089
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3090
        <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>
3091
    </div>
3092
                </div>
3093
                        </div>
3094
        </td>
3095
        <td class="msource"><a ext:cls="Ext.Container" ext:member="#event-remove" href="output/Ext.Container.html#event-remove">Container</a></td>
3096
    </tr>
3097
        <tr class="event-row inherited alt expandable">
3098
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3099
        <td class="sig">
3100
        <a id="Ext.grid.EditorGridPanel-render"></a>
3101
            <b>render</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
3102
                        <div class="short">Fires after the component is rendered.</div>
3103
            <div class="long">
3104
                Fires after the component is rendered.    <div class="mdetail-params">
3105
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3106
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
3107
    </div>
3108
                </div>
3109
                        </div>
3110
        </td>
3111
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-render" href="output/Ext.Component.html#event-render">Component</a></td>
3112
    </tr>
3113
        <tr class="event-row inherited expandable">
3114
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3115
        <td class="sig">
3116
        <a id="Ext.grid.EditorGridPanel-resize"></a>
3117
            <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">
3118
                        <div class="short">Fires after the component is resized.</div>
3119
            <div class="long">
3120
                Fires after the component is resized.    <div class="mdetail-params">
3121
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3122
        <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>
3123
    </div>
3124
                </div>
3125
                        </div>
3126
        </td>
3127
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#event-resize" href="output/Ext.BoxComponent.html#event-resize">BoxComponent</a></td>
3128
    </tr>
3129
        <tr class="event-row inherited alt expandable">
3130
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3131
        <td class="sig">
3132
        <a id="Ext.grid.EditorGridPanel-rowclick"></a>
3133
            <b>rowclick</b> : (&nbsp;<code>Grid this</code>, <code>Number rowIndex</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
3134
                        <div class="short">Fires when a row is clicked</div>
3135
            <div class="long">
3136
                Fires when a row is clicked    <div class="mdetail-params">
3137
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3138
        <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>
3139
    </div>
3140
                </div>
3141
                        </div>
3142
        </td>
3143
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-rowclick" href="output/Ext.grid.GridPanel.html#event-rowclick">GridPanel</a></td>
3144
    </tr>
3145
        <tr class="event-row inherited expandable">
3146
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3147
        <td class="sig">
3148
        <a id="Ext.grid.EditorGridPanel-rowcontextmenu"></a>
3149
            <b>rowcontextmenu</b> : (&nbsp;<code>Grid this</code>, <code>Number rowIndex</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
3150
                        <div class="short">Fires when a row is right clicked</div>
3151
            <div class="long">
3152
                Fires when a row is right clicked    <div class="mdetail-params">
3153
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3154
        <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>
3155
    </div>
3156
                </div>
3157
                        </div>
3158
        </td>
3159
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-rowcontextmenu" href="output/Ext.grid.GridPanel.html#event-rowcontextmenu">GridPanel</a></td>
3160
    </tr>
3161
        <tr class="event-row inherited alt expandable">
3162
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3163
        <td class="sig">
3164
        <a id="Ext.grid.EditorGridPanel-rowdblclick"></a>
3165
            <b>rowdblclick</b> : (&nbsp;<code>Grid this</code>, <code>Number rowIndex</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
3166
                        <div class="short">Fires when a row is double clicked</div>
3167
            <div class="long">
3168
                Fires when a row is double clicked    <div class="mdetail-params">
3169
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3170
        <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>
3171
    </div>
3172
                </div>
3173
                        </div>
3174
        </td>
3175
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-rowdblclick" href="output/Ext.grid.GridPanel.html#event-rowdblclick">GridPanel</a></td>
3176
    </tr>
3177
        <tr class="event-row inherited expandable">
3178
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3179
        <td class="sig">
3180
        <a id="Ext.grid.EditorGridPanel-rowmousedown"></a>
3181
            <b>rowmousedown</b> : (&nbsp;<code>Grid this</code>, <code>Number rowIndex</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
3182
                        <div class="short">Fires before a row is clicked</div>
3183
            <div class="long">
3184
                Fires before a row is clicked    <div class="mdetail-params">
3185
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3186
        <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>
3187
    </div>
3188
                </div>
3189
                        </div>
3190
        </td>
3191
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-rowmousedown" href="output/Ext.grid.GridPanel.html#event-rowmousedown">GridPanel</a></td>
3192
    </tr>
3193
        <tr class="event-row inherited alt expandable">
3194
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3195
        <td class="sig">
3196
        <a id="Ext.grid.EditorGridPanel-show"></a>
3197
            <b>show</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
3198
                        <div class="short">Fires after the component is shown.</div>
3199
            <div class="long">
3200
                Fires after the component is shown.    <div class="mdetail-params">
3201
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3202
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
3203
    </div>
3204
                </div>
3205
                        </div>
3206
        </td>
3207
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-show" href="output/Ext.Component.html#event-show">Component</a></td>
3208
    </tr>
3209
        <tr class="event-row inherited expandable">
3210
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3211
        <td class="sig">
3212
        <a id="Ext.grid.EditorGridPanel-sortchange"></a>
3213
            <b>sortchange</b> : (&nbsp;<code>Grid this</code>, <code>Object sortInfo</code>&nbsp;)            <div class="mdesc">
3214
                        <div class="short">Fires when the grid's store sort changes</div>
3215
            <div class="long">
3216
                Fires when the grid's store sort changes    <div class="mdetail-params">
3217
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3218
        <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>
3219
    </div>
3220
                </div>
3221
                        </div>
3222
        </td>
3223
        <td class="msource"><a ext:cls="Ext.grid.GridPanel" ext:member="#event-sortchange" href="output/Ext.grid.GridPanel.html#event-sortchange">GridPanel</a></td>
3224
    </tr>
3225
        <tr class="event-row inherited alt expandable">
3226
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3227
        <td class="sig">
3228
        <a id="Ext.grid.EditorGridPanel-staterestore"></a>
3229
            <b>staterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
3230
                        <div class="short">Fires after the state of the component is restored.</div>
3231
            <div class="long">
3232
                Fires after the state of the component is restored.    <div class="mdetail-params">
3233
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3234
        <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>
3235
    </div>
3236
                </div>
3237
                        </div>
3238
        </td>
3239
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-staterestore" href="output/Ext.Component.html#event-staterestore">Component</a></td>
3240
    </tr>
3241
        <tr class="event-row inherited expandable">
3242
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3243
        <td class="sig">
3244
        <a id="Ext.grid.EditorGridPanel-statesave"></a>
3245
            <b>statesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
3246
                        <div class="short">Fires after the state of the component is saved to the configured state provider.</div>
3247
            <div class="long">
3248
                Fires after the state of the component is saved to the configured state provider.    <div class="mdetail-params">
3249
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3250
        <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>
3251
    </div>
3252
                </div>
3253
                        </div>
3254
        </td>
3255
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-statesave" href="output/Ext.Component.html#event-statesave">Component</a></td>
3256
    </tr>
3257
        <tr class="event-row inherited alt expandable">
3258
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3259
        <td class="sig">
3260
        <a id="Ext.grid.EditorGridPanel-titlechange"></a>
3261
            <b>titlechange</b> : (&nbsp;<code>Ext.Panel p</code>, <code>String The</code>&nbsp;)            <div class="mdesc">
3262
                        <div class="short">Fires after the Panel title has been set or changed.</div>
3263
            <div class="long">
3264
                Fires after the Panel title has been set or changed.    <div class="mdetail-params">
3265
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3266
        <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>
3267
    </div>
3268
                </div>
3269
                        </div>
3270
        </td>
3271
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-titlechange" href="output/Ext.Panel.html#event-titlechange">Panel</a></td>
3272
    </tr>
3273
        <tr class="event-row expandable">
3274
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3275
        <td class="sig">
3276
        <a id="Ext.grid.EditorGridPanel-validateedit"></a>
3277
            <b>validateedit</b> : (&nbsp;<code>Object e</code>&nbsp;)            <div class="mdesc">
3278
                        <div class="short">Fires after a cell is edited, but before the value is set in the record. Return false
3279
to cancel the change. The edit ...</div>
3280
            <div class="long">
3281
                Fires after a cell is edited, but before the value is set in the record. Return false
3282
to cancel the change. The edit event object has the following properties <br />
3283
<ul style="padding:5px;padding-left:16px;">
3284
<li>grid - This grid</li>
3285
<li>record - The record being edited</li>
3286
<li>field - The field name being edited</li>
3287
<li>value - The value being set</li>
3288
<li>originalValue - The original value for the field, before the edit.</li>
3289
<li>row - The grid row index</li>
3290
<li>column - The grid column index</li>
3291
<li>cancel - Set this to true to cancel the edit or return false from your handler.</li>
3292
</ul>    <div class="mdetail-params">
3293
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3294
        <ul><li><code>e</code> : Object<div class="sub-desc">An edit event (see above for description)</div></li>        </ul>
3295
    </div>
3296
                </div>
3297
                        </div>
3298
        </td>
3299
        <td class="msource">EditorGridPanel</td>
3300
    </tr>
3301
            </table>
3302
 
3303
        </div>