commit extjs-2.2.1
[extjs.git] / docs / output / Ext.tree.TreePanel.html
1         <div class="body-wrap">
2         <div class="top-tools">
3             <a class="inner-link" href="#Ext.tree.TreePanel-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4             <a class="inner-link" href="#Ext.tree.TreePanel-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5             <a class="inner-link" href="#Ext.tree.TreePanel-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6                             <a class="inner-link" href="#Ext.tree.TreePanel-configs"><img src="../resources/images/default/s.gif" class="item-icon icon-config">Config Options</a>
7                         <a class="bookmark" href="../docs/?class=Ext.tree.TreePanel"><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"/>TreePanel</pre></div>
16                 <h1>Class Ext.tree.TreePanel</h1>
17         <table cellspacing="0">
18             <tr><td class="label">Package:</td><td class="hd-info">Ext.tree</td></tr>
19             <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../src/TreePanel.js" target="_blank">TreePanel.js</a></td></tr>
20             <tr><td class="label">Class:</td><td class="hd-info">TreePanel</td></tr>
21                                     <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.Panel" ext:member="" href="output/Ext.Panel.html">Panel</a></td></tr>
22                     </table>
23         <div class="description">
24             *
25 <p>The TreePanel provides tree-structured UI representation of tree-structured data.</p>
26 <p><a ext:cls="Ext.tree.TreeNode" href="output/Ext.tree.TreeNode.html">TreeNode</a>s added to the TreePanel may each contain metadata
27 used by your application in their <a ext:cls="Ext.tree.TreeNode" ext:member="attributes" href="output/Ext.tree.TreeNode.html#attributes">attributes</a> property.</p>
28 <p><b>A TreePanel must have a <a ext:cls="Ext.tree.TreePanel" ext:member="root" href="output/Ext.tree.TreePanel.html#root">root</a> node before it is rendered.</b> This may either be
29 specified using the <a ext:cls="Ext.tree.TreePanel" ext:member="root" href="output/Ext.tree.TreePanel.html#root">root</a> config option, or using the <a ext:cls="Ext.tree.TreePanel" ext:member="setRootNode" href="output/Ext.tree.TreePanel.html#setRootNode">setRootNode</a> method.        </div>
30         
31         <div class="hr"></div>
32                 <a id="Ext.tree.TreePanel-configs"></a>
33         <h2>Config Options</h2>
34         <table cellspacing="0" class="member-table">
35             <tr>
36                 <th class="sig-header" colspan="2">Config Options</th>
37                 <th class="msource-header">Defined By</th>
38             </tr>
39                 <tr class="config-row inherited expandable">\r
40         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
41         <td class="sig">\r
42         <a id="Ext.tree.TreePanel-animCollapse"></a>\r
43             <b>animCollapse</b> : Boolean            <div class="mdesc">\r
44                         <div class="short">True to animate the transition when the panel is collapsed, false to skip the animation (defaults to true if the Ext....</div>\r
45             <div class="long">\r
46                 True to animate the transition when the panel is collapsed, false to skip the animation (defaults to true if the <a ext:cls="Ext.Fx" href="output/Ext.Fx.html">Ext.Fx</a> class is available, otherwise false).            </div>\r
47                         </div>\r
48         </td>\r
49         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#animCollapse" href="output/Ext.Panel.html#animCollapse">Panel</a></td>\r
50     </tr>\r
51         <tr class="config-row alt">\r
52         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
53         <td class="sig">\r
54         <a id="Ext.tree.TreePanel-animate"></a>\r
55             <b>animate</b> : Boolean            <div class="mdesc">\r
56                             true to enable animated expand/collapse (defaults to the value of Ext.enableFx)                        </div>\r
57         </td>\r
58         <td class="msource">TreePanel</td>\r
59     </tr>\r
60         <tr class="config-row inherited expandable">\r
61         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
62         <td class="sig">\r
63         <a id="Ext.tree.TreePanel-autoHeight"></a>\r
64             <b>autoHeight</b> : Boolean            <div class="mdesc">\r
65                         <div class="short">True to use height:'auto', false to use fixed height (defaults to false). Note: Although many components inherit this...</div>\r
66             <div class="long">\r
67                 True to use height:'auto', false to use fixed height (defaults to false). <b>Note</b>: Although many components inherit this config option, not all will function as expected with a height of 'auto'. Setting autoHeight:true means that the browser will manage height based on the element's contents, and that Ext will not manage it at all.            </div>\r
68                         </div>\r
69         </td>\r
70         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#autoHeight" href="output/Ext.BoxComponent.html#autoHeight">BoxComponent</a></td>\r
71     </tr>\r
72         <tr class="config-row inherited alt expandable">\r
73         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
74         <td class="sig">\r
75         <a id="Ext.tree.TreePanel-autoScroll"></a>\r
76             <b>autoScroll</b> : Boolean            <div class="mdesc">\r
77                         <div class="short">True to use overflow:'auto' on the panel's body element and show scroll bars automatically when necessary, false to c...</div>\r
78             <div class="long">\r
79                 True to use overflow:'auto' on the panel's body element and show scroll bars automatically when necessary, false to clip any overflowing content (defaults to false).            </div>\r
80                         </div>\r
81         </td>\r
82         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#autoScroll" href="output/Ext.Panel.html#autoScroll">Panel</a></td>\r
83     </tr>\r
84         <tr class="config-row inherited expandable">\r
85         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
86         <td class="sig">\r
87         <a id="Ext.tree.TreePanel-autoShow"></a>\r
88             <b>autoShow</b> : Boolean            <div class="mdesc">\r
89                         <div class="short">True if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove them on render...</div>\r
90             <div class="long">\r
91                 True if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove them on render (defaults to false).            </div>\r
92                         </div>\r
93         </td>\r
94         <td class="msource"><a ext:cls="Ext.Component" ext:member="#autoShow" href="output/Ext.Component.html#autoShow">Component</a></td>\r
95     </tr>\r
96         <tr class="config-row inherited alt">\r
97         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
98         <td class="sig">\r
99         <a id="Ext.tree.TreePanel-baseCls"></a>\r
100             <b>baseCls</b> : String            <div class="mdesc">\r
101                             The base CSS class to apply to this panel's element (defaults to 'x-panel').                        </div>\r
102         </td>\r
103         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#baseCls" href="output/Ext.Panel.html#baseCls">Panel</a></td>\r
104     </tr>\r
105         <tr class="config-row inherited expandable">\r
106         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
107         <td class="sig">\r
108         <a id="Ext.tree.TreePanel-bbar"></a>\r
109             <b>bbar</b> : Object/Array            <div class="mdesc">\r
110                         <div class="short">The bottom toolbar of the panel. This can be either an Ext.Toolbar object or an array of buttons/button configs to be...</div>\r
111             <div class="long">\r
112                 The bottom toolbar of the panel. This can be either an <a ext:cls="Ext.Toolbar" href="output/Ext.Toolbar.html">Ext.Toolbar</a> object or an array of buttons/button configs to be added to the toolbar. Note that this is not available as a property after render. To access the bottom toolbar after render, use <a ext:cls="Ext.Panel" ext:member="getBottomToolbar" href="output/Ext.Panel.html#getBottomToolbar">getBottomToolbar</a>.            </div>\r
113                         </div>\r
114         </td>\r
115         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#bbar" href="output/Ext.Panel.html#bbar">Panel</a></td>\r
116     </tr>\r
117         <tr class="config-row inherited alt expandable">\r
118         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
119         <td class="sig">\r
120         <a id="Ext.tree.TreePanel-bodyBorder"></a>\r
121             <b>bodyBorder</b> : Boolean            <div class="mdesc">\r
122                         <div class="short">True to display an interior border on the body element of the panel, false to hide it (defaults to true). This only a...</div>\r
123             <div class="long">\r
124                 True to display an interior border on the body element of the panel, false to hide it (defaults to true). This only applies when <a ext:cls="Ext.Panel" ext:member="border" href="output/Ext.Panel.html#border">border</a> == true. If border == true and bodyBorder == false, the border will display as a 1px wide inset border, giving the entire body element an inset appearance.            </div>\r
125                         </div>\r
126         </td>\r
127         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#bodyBorder" href="output/Ext.Panel.html#bodyBorder">Panel</a></td>\r
128     </tr>\r
129         <tr class="config-row inherited expandable">\r
130         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
131         <td class="sig">\r
132         <a id="Ext.tree.TreePanel-bodyCfg"></a>\r
133             <b>bodyCfg</b> : Object            <div class="mdesc">\r
134                         <div class="short">A DomHelper configuration object specifying the element structure of this Panel's body Element. This may be used to f...</div>\r
135             <div class="long">\r
136                 <p>A <a ext:cls="Ext.DomHelper" href="output/Ext.DomHelper.html">DomHelper</a> configuration object specifying the element structure of this Panel's <a ext:cls="Ext.Panel" ext:member="body" href="output/Ext.Panel.html#body">body</a> Element.</p> <p>This may be used to force the body Element to use a different form of markup than is created automatically. An example of this might be to create a child Panel containing custom content, such as a header, or forcing centering of all Panel content by having the body be a &lt;center&gt; element:</p><code><pre>new Ext.Panel({\r
137     title: 'New Message',\r
138     collapsible: true,\r
139     renderTo: Ext.getBody(),\r
140     width: 400,\r
141     bodyCfg: {\r
142         tag: 'center',\r
143         cls: 'x-panel-body'\r
144     },\r
145     items: [{\r
146         border: false,\r
147         header: false,\r
148         bodyCfg: {tag: 'h2', html: 'Message'}\r
149     }, {\r
150         xtype: 'textarea',\r
151         style: {\r
152             width: '95%',\r
153             marginBottom: '10px'\r
154         }\r
155     },\r
156         new Ext.Button({\r
157             text: 'Send',\r
158             minWidth: '100',\r
159             style: {\r
160                 marginBottom: '10px'\r
161             }\r
162         })\r
163     ]\r
164 });</pre></code>            </div>\r
165                         </div>\r
166         </td>\r
167         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#bodyCfg" href="output/Ext.Panel.html#bodyCfg">Panel</a></td>\r
168     </tr>\r
169         <tr class="config-row inherited alt expandable">\r
170         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
171         <td class="sig">\r
172         <a id="Ext.tree.TreePanel-bodyStyle"></a>\r
173             <b>bodyStyle</b> : String/Object/Function            <div class="mdesc">\r
174                         <div class="short">Custom CSS styles to be applied to the body element in the format expected by Ext.Element.applyStyles (defaults to nu...</div>\r
175             <div class="long">\r
176                 Custom CSS styles to be applied to the body element in the format expected by <a ext:cls="Ext.Element" ext:member="applyStyles" href="output/Ext.Element.html#applyStyles">Ext.Element.applyStyles</a> (defaults to null).            </div>\r
177                         </div>\r
178         </td>\r
179         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#bodyStyle" href="output/Ext.Panel.html#bodyStyle">Panel</a></td>\r
180     </tr>\r
181         <tr class="config-row inherited expandable">\r
182         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
183         <td class="sig">\r
184         <a id="Ext.tree.TreePanel-border"></a>\r
185             <b>border</b> : Boolean            <div class="mdesc">\r
186                         <div class="short">True to display the borders of the panel's body element, false to hide them (defaults to true). By default, the borde...</div>\r
187             <div class="long">\r
188                 True to display the borders of the panel's body element, false to hide them (defaults to true). By default, the border is a 2px wide inset border, but this can be further altered by setting <a ext:cls="Ext.Panel" ext:member="bodyBorder" href="output/Ext.Panel.html#bodyBorder">bodyBorder</a> to false.            </div>\r
189                         </div>\r
190         </td>\r
191         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#border" href="output/Ext.Panel.html#border">Panel</a></td>\r
192     </tr>\r
193         <tr class="config-row inherited alt">\r
194         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
195         <td class="sig">\r
196         <a id="Ext.tree.TreePanel-buttonAlign"></a>\r
197             <b>buttonAlign</b> : String            <div class="mdesc">\r
198                             The alignment of any buttons added to this panel. Valid values are 'right,' 'left' and 'center' (defaults to 'right').                        </div>\r
199         </td>\r
200         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#buttonAlign" href="output/Ext.Panel.html#buttonAlign">Panel</a></td>\r
201     </tr>\r
202         <tr class="config-row inherited">\r
203         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
204         <td class="sig">\r
205         <a id="Ext.tree.TreePanel-buttons"></a>\r
206             <b>buttons</b> : Array            <div class="mdesc">\r
207                             An array of <a ext:cls="Ext.Button" href="output/Ext.Button.html">Ext.Button</a>s or <a ext:cls="Ext.Button" href="output/Ext.Button.html">Ext.Button</a> configs used to add buttons to the footer of this panel.                        </div>\r
208         </td>\r
209         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#buttons" href="output/Ext.Panel.html#buttons">Panel</a></td>\r
210     </tr>\r
211         <tr class="config-row inherited alt expandable">\r
212         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
213         <td class="sig">\r
214         <a id="Ext.tree.TreePanel-clearCls"></a>\r
215             <b>clearCls</b> : String            <div class="mdesc">\r
216                         <div class="short">The CSS class used to provide field clearing (defaults to 'x-form-clear-left'). This config is only used when this Co...</div>\r
217             <div class="long">\r
218                 The CSS class used to provide field clearing (defaults to 'x-form-clear-left'). <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p>            </div>\r
219                         </div>\r
220         </td>\r
221         <td class="msource"><a ext:cls="Ext.Component" ext:member="#clearCls" href="output/Ext.Component.html#clearCls">Component</a></td>\r
222     </tr>\r
223         <tr class="config-row inherited expandable">\r
224         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
225         <td class="sig">\r
226         <a id="Ext.tree.TreePanel-cls"></a>\r
227             <b>cls</b> : String            <div class="mdesc">\r
228                         <div class="short">An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be useful for a...</div>\r
229             <div class="long">\r
230                 An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be useful for adding customized styles to the component or any of its children using standard CSS rules.            </div>\r
231                         </div>\r
232         </td>\r
233         <td class="msource"><a ext:cls="Ext.Component" ext:member="#cls" href="output/Ext.Component.html#cls">Component</a></td>\r
234     </tr>\r
235         <tr class="config-row inherited alt expandable">\r
236         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
237         <td class="sig">\r
238         <a id="Ext.tree.TreePanel-collapseFirst"></a>\r
239             <b>collapseFirst</b> : Boolean            <div class="mdesc">\r
240                         <div class="short">True to make sure the collapse/expand toggle button always renders first (to the left of) any other tools in the pane...</div>\r
241             <div class="long">\r
242                 True to make sure the collapse/expand toggle button always renders first (to the left of) any other tools in the panel's title bar, false to render it last (defaults to true).            </div>\r
243                         </div>\r
244         </td>\r
245         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#collapseFirst" href="output/Ext.Panel.html#collapseFirst">Panel</a></td>\r
246     </tr>\r
247         <tr class="config-row inherited">\r
248         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
249         <td class="sig">\r
250         <a id="Ext.tree.TreePanel-collapsed"></a>\r
251             <b>collapsed</b> : Boolean            <div class="mdesc">\r
252                             True to render the panel collapsed, false to render it expanded (defaults to false).                        </div>\r
253         </td>\r
254         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#collapsed" href="output/Ext.Panel.html#collapsed">Panel</a></td>\r
255     </tr>\r
256         <tr class="config-row inherited alt">\r
257         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
258         <td class="sig">\r
259         <a id="Ext.tree.TreePanel-collapsedCls"></a>\r
260             <b>collapsedCls</b> : String            <div class="mdesc">\r
261                             A CSS class to add to the panel's element after it has been collapsed (defaults to 'x-panel-collapsed').                        </div>\r
262         </td>\r
263         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#collapsedCls" href="output/Ext.Panel.html#collapsedCls">Panel</a></td>\r
264     </tr>\r
265         <tr class="config-row inherited expandable">\r
266         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
267         <td class="sig">\r
268         <a id="Ext.tree.TreePanel-collapsible"></a>\r
269             <b>collapsible</b> : Boolean            <div class="mdesc">\r
270                         <div class="short">True to make the panel collapsible and have the expand/collapse toggle button automatically rendered into the header ...</div>\r
271             <div class="long">\r
272                 True to make the panel collapsible and have the expand/collapse toggle button automatically rendered into the header tool button area, false to keep the panel statically sized with no button (defaults to false).            </div>\r
273                         </div>\r
274         </td>\r
275         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#collapsible" href="output/Ext.Panel.html#collapsible">Panel</a></td>\r
276     </tr>\r
277         <tr class="config-row alt">\r
278         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
279         <td class="sig">\r
280         <a id="Ext.tree.TreePanel-containerScroll"></a>\r
281             <b>containerScroll</b> : Boolean            <div class="mdesc">\r
282                             true to register this container with ScrollManager                        </div>\r
283         </td>\r
284         <td class="msource">TreePanel</td>\r
285     </tr>\r
286         <tr class="config-row inherited expandable">\r
287         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
288         <td class="sig">\r
289         <a id="Ext.tree.TreePanel-ctCls"></a>\r
290             <b>ctCls</b> : String            <div class="mdesc">\r
291                         <div class="short">An optional extra CSS class that will be added to this component's container (defaults to ''). This can be useful for...</div>\r
292             <div class="long">\r
293                 An optional extra CSS class that will be added to this component's container (defaults to ''). This can be useful for adding customized styles to the container or any of its children using standard CSS rules.            </div>\r
294                         </div>\r
295         </td>\r
296         <td class="msource"><a ext:cls="Ext.Component" ext:member="#ctCls" href="output/Ext.Component.html#ctCls">Component</a></td>\r
297     </tr>\r
298         <tr class="config-row alt">\r
299         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
300         <td class="sig">\r
301         <a id="Ext.tree.TreePanel-ddAppendOnly"></a>\r
302             <b>ddAppendOnly</b> : String            <div class="mdesc">\r
303                             True if the tree should only allow append drops (use for trees which are sorted)                        </div>\r
304         </td>\r
305         <td class="msource">TreePanel</td>\r
306     </tr>\r
307         <tr class="config-row">\r
308         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
309         <td class="sig">\r
310         <a id="Ext.tree.TreePanel-ddGroup"></a>\r
311             <b>ddGroup</b> : String            <div class="mdesc">\r
312                             The DD group this TreePanel belongs to                        </div>\r
313         </td>\r
314         <td class="msource">TreePanel</td>\r
315     </tr>\r
316         <tr class="config-row alt">\r
317         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
318         <td class="sig">\r
319         <a id="Ext.tree.TreePanel-ddScroll"></a>\r
320             <b>ddScroll</b> : Boolean            <div class="mdesc">\r
321                             true to enable body scrolling                        </div>\r
322         </td>\r
323         <td class="msource">TreePanel</td>\r
324     </tr>\r
325         <tr class="config-row inherited">\r
326         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
327         <td class="sig">\r
328         <a id="Ext.tree.TreePanel-disabled"></a>\r
329             <b>disabled</b> : Boolean            <div class="mdesc">\r
330                             Render this component disabled (default is false).                        </div>\r
331         </td>\r
332         <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabled" href="output/Ext.Component.html#disabled">Component</a></td>\r
333     </tr>\r
334         <tr class="config-row alt">\r
335         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
336         <td class="sig">\r
337         <a id="Ext.tree.TreePanel-dragConfig"></a>\r
338             <b>dragConfig</b> : Object            <div class="mdesc">\r
339                             Custom config to pass to the <a ext:cls="Ext.tree.TreeDragZone" href="output/Ext.tree.TreeDragZone.html">Ext.tree.TreeDragZone</a> instance                        </div>\r
340         </td>\r
341         <td class="msource">TreePanel</td>\r
342     </tr>\r
343         <tr class="config-row inherited expandable">\r
344         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
345         <td class="sig">\r
346         <a id="Ext.tree.TreePanel-draggable"></a>\r
347             <b>draggable</b> : Boolean            <div class="mdesc">\r
348                         <div class="short">True to enable dragging of this Panel (defaults to false). For custom drag/drop implementations, an Ext.Panel.DD conf...</div>\r
349             <div class="long">\r
350                 <p>True to enable dragging of this Panel (defaults to false).</p> <p>For custom drag/drop implementations, an Ext.Panel.DD config could also be passed in this config instead of true. Ext.Panel.DD is an internal, undocumented class which moves a proxy Element around in place of the Panel's element, but provides no other behaviour during dragging or on drop. It is a subclass of <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a>, so behaviour may be added by implementing the interface methods of <a ext:cls="Ext.dd.DragDrop" href="output/Ext.dd.DragDrop.html">Ext.dd.DragDrop</a> eg: <pre><code>new Ext.Panel({
351     title: <em>'Drag me'</em>,
352     x: 100,
353     y: 100,
354     renderTo: Ext.getBody(),
355     floating: true,
356     frame: true,
357     width: 400,
358     height: 200,
359     draggable: {
360 <i>//      Config option of Ext.Panel.DD class.</i>
361 <i>//      It's a floating Panel, so <b>do</b> not show a placeholder proxy <b>in</b> the original position.</i>
362         insertProxy: false,
363
364 <i>//      Called <b>for</b> each mousemove event <b>while</b> dragging the DD object.</i>
365         onDrag : <b>function</b>(e){
366 <i>//          Record the x,y position of the drag proxy so that we can</i>
367 <i>//          position the Panel at end of drag.</i>
368             <b>var</b> pel = <b>this</b>.proxy.getEl();
369             <b>this</b>.x = pel.getLeft(true);
370             <b>this</b>.y = pel.getTop(true);
371
372 <i>//          Keep the Shadow aligned <b>if</b> there is one.</i>
373             <b>var</b> s = <b>this</b>.panel.getEl().shadow;
374             <b>if</b> (s) {
375                 s.realign(<b>this</b>.x, <b>this</b>.y, pel.getWidth(), pel.getHeight());
376             }
377         },
378
379 <i>//      Called on the mouseup event.</i>
380         endDrag : <b>function</b>(e){
381             <b>this</b>.panel.setPosition(<b>this</b>.x, <b>this</b>.y);
382         }
383     }
384 }).show();</code></pre>            </div>\r
385                         </div>\r
386         </td>\r
387         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#draggable" href="output/Ext.Panel.html#draggable">Panel</a></td>\r
388     </tr>\r
389         <tr class="config-row alt">\r
390         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
391         <td class="sig">\r
392         <a id="Ext.tree.TreePanel-dropConfig"></a>\r
393             <b>dropConfig</b> : Object            <div class="mdesc">\r
394                             Custom config to pass to the <a ext:cls="Ext.tree.TreeDropZone" href="output/Ext.tree.TreeDropZone.html">Ext.tree.TreeDropZone</a> instance                        </div>\r
395         </td>\r
396         <td class="msource">TreePanel</td>\r
397     </tr>\r
398         <tr class="config-row">\r
399         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
400         <td class="sig">\r
401         <a id="Ext.tree.TreePanel-enableDD"></a>\r
402             <b>enableDD</b> : Boolean            <div class="mdesc">\r
403                             true to enable drag and drop                        </div>\r
404         </td>\r
405         <td class="msource">TreePanel</td>\r
406     </tr>\r
407         <tr class="config-row alt">\r
408         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
409         <td class="sig">\r
410         <a id="Ext.tree.TreePanel-enableDrag"></a>\r
411             <b>enableDrag</b> : Boolean            <div class="mdesc">\r
412                             true to enable just drag                        </div>\r
413         </td>\r
414         <td class="msource">TreePanel</td>\r
415     </tr>\r
416         <tr class="config-row">\r
417         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
418         <td class="sig">\r
419         <a id="Ext.tree.TreePanel-enableDrop"></a>\r
420             <b>enableDrop</b> : Boolean            <div class="mdesc">\r
421                             true to enable just drop                        </div>\r
422         </td>\r
423         <td class="msource">TreePanel</td>\r
424     </tr>\r
425         <tr class="config-row inherited alt expandable">\r
426         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
427         <td class="sig">\r
428         <a id="Ext.tree.TreePanel-fieldLabel"></a>\r
429             <b>fieldLabel</b> : String            <div class="mdesc">\r
430                         <div class="short">The label text to display next to this Component (defaults to '') This config is only used when this Component is ren...</div>\r
431             <div class="long">\r
432                 The label text to display next to this Component (defaults to '') <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code>new Ext.FormPanel({
433     height: 100,
434     renderTo: Ext.getBody(),
435     items: [{
436         xtype: <em>'textfield'</em>,
437         fieldLabel: <em>'Name'</em>
438     }]
439 });</code></pre>            </div>\r
440                         </div>\r
441         </td>\r
442         <td class="msource"><a ext:cls="Ext.Component" ext:member="#fieldLabel" href="output/Ext.Component.html#fieldLabel">Component</a></td>\r
443     </tr>\r
444         <tr class="config-row inherited expandable">\r
445         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
446         <td class="sig">\r
447         <a id="Ext.tree.TreePanel-floating"></a>\r
448             <b>floating</b> : Boolean            <div class="mdesc">\r
449                         <div class="short">True to float the panel (absolute position it with automatic shimming and shadow), false to display it inline where i...</div>\r
450             <div class="long">\r
451                 True to float the panel (absolute position it with automatic shimming and shadow), false to display it inline where it is rendered (defaults to false). Note that by default, setting floating to true will cause the panel to display at negative offsets so that it is hidden -- because the panel is absolute positioned, the position must be set explicitly after render (e.g., myPanel.setPosition(100,100);). Also, when floating a panel you should always assign a fixed width, otherwise it will be auto width and will expand to fill to the right edge of the viewport.            </div>\r
452                         </div>\r
453         </td>\r
454         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#floating" href="output/Ext.Panel.html#floating">Panel</a></td>\r
455     </tr>\r
456         <tr class="config-row inherited alt expandable">\r
457         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
458         <td class="sig">\r
459         <a id="Ext.tree.TreePanel-footer"></a>\r
460             <b>footer</b> : Boolean            <div class="mdesc">\r
461                         <div class="short">True to create the footer element explicitly, false to skip creating it. By default, when footer is not specified, if...</div>\r
462             <div class="long">\r
463                 True to create the footer element explicitly, false to skip creating it. By default, when footer is not specified, if one or more buttons have been added to the panel the footer will be created automatically, otherwise it will not.            </div>\r
464                         </div>\r
465         </td>\r
466         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#footer" href="output/Ext.Panel.html#footer">Panel</a></td>\r
467     </tr>\r
468         <tr class="config-row inherited">\r
469         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
470         <td class="sig">\r
471         <a id="Ext.tree.TreePanel-frame"></a>\r
472             <b>frame</b> : Boolean            <div class="mdesc">\r
473                             True to render the panel with custom rounded borders, false to render with plain 1px square borders (defaults to false).                        </div>\r
474         </td>\r
475         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#frame" href="output/Ext.Panel.html#frame">Panel</a></td>\r
476     </tr>\r
477         <tr class="config-row inherited alt expandable">\r
478         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
479         <td class="sig">\r
480         <a id="Ext.tree.TreePanel-header"></a>\r
481             <b>header</b> : Boolean            <div class="mdesc">\r
482                         <div class="short">True to create the header element explicitly, false to skip creating it. By default, when header is not specified, if...</div>\r
483             <div class="long">\r
484                 True to create the header element explicitly, false to skip creating it. By default, when header is not specified, if a <a ext:cls="Ext.Panel" ext:member="title" href="output/Ext.Panel.html#title">title</a> is set the header will be created automatically, otherwise it will not. If a title is set but header is explicitly set to false, the header will not be rendered.            </div>\r
485                         </div>\r
486         </td>\r
487         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#header" href="output/Ext.Panel.html#header">Panel</a></td>\r
488     </tr>\r
489         <tr class="config-row inherited">\r
490         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
491         <td class="sig">\r
492         <a id="Ext.tree.TreePanel-headerAsText"></a>\r
493             <b>headerAsText</b> : Boolean            <div class="mdesc">\r
494                             True to display the panel title in the header, false to hide it (defaults to true).                        </div>\r
495         </td>\r
496         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#headerAsText" href="output/Ext.Panel.html#headerAsText">Panel</a></td>\r
497     </tr>\r
498         <tr class="config-row inherited alt">\r
499         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
500         <td class="sig">\r
501         <a id="Ext.tree.TreePanel-height"></a>\r
502             <b>height</b> : Number            <div class="mdesc">\r
503                             The height of this component in pixels (defaults to auto).                        </div>\r
504         </td>\r
505         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#height" href="output/Ext.BoxComponent.html#height">BoxComponent</a></td>\r
506     </tr>\r
507         <tr class="config-row inherited">\r
508         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
509         <td class="sig">\r
510         <a id="Ext.tree.TreePanel-hidden"></a>\r
511             <b>hidden</b> : Boolean            <div class="mdesc">\r
512                             Render this component hidden (default is false).                        </div>\r
513         </td>\r
514         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">Component</a></td>\r
515     </tr>\r
516         <tr class="config-row inherited alt">\r
517         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
518         <td class="sig">\r
519         <a id="Ext.tree.TreePanel-hideCollapseTool"></a>\r
520             <b>hideCollapseTool</b> : Boolean            <div class="mdesc">\r
521                             True to hide the expand/collapse toggle button when <a ext:cls="Ext.Panel" ext:member="collapsible" href="output/Ext.Panel.html#collapsible">collapsible</a> = true, false to display it (defaults to false).                        </div>\r
522         </td>\r
523         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#hideCollapseTool" href="output/Ext.Panel.html#hideCollapseTool">Panel</a></td>\r
524     </tr>\r
525         <tr class="config-row inherited expandable">\r
526         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
527         <td class="sig">\r
528         <a id="Ext.tree.TreePanel-hideLabel"></a>\r
529             <b>hideLabel</b> : Boolean            <div class="mdesc">\r
530                         <div class="short">True to completely hide the label element (defaults to false). By default, even if you do not specify a fieldLabel th...</div>\r
531             <div class="long">\r
532                 True to completely hide the label element (defaults to false). By default, even if you do not specify a <a ext:cls="fieldLabel" href="output/fieldLabel.html">fieldLabel</a> the space will still be reserved so that the field will line up with other fields that do have labels. Setting this to true will cause the field to not reserve that space. <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code>new Ext.FormPanel({
533     height: 100,
534     renderTo: Ext.getBody(),
535     items: [{
536         xtype: <em>'textfield'</em>
537         hideLabel: true
538     }]
539 });</code></pre>            </div>\r
540                         </div>\r
541         </td>\r
542         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideLabel" href="output/Ext.Component.html#hideLabel">Component</a></td>\r
543     </tr>\r
544         <tr class="config-row inherited alt expandable">\r
545         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
546         <td class="sig">\r
547         <a id="Ext.tree.TreePanel-hideMode"></a>\r
548             <b>hideMode</b> : String            <div class="mdesc">\r
549                         <div class="short">How this component should be hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset p...</div>\r
550             <div class="long">\r
551                 <p>How this component should be hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset position) and "display" (css display) - defaults to "display".</p> <p>For Containers which may be hidden and shown as part of a <a ext:cls="Ext.layout.CardLayout" href="output/Ext.layout.CardLayout.html">card layout</a> Container such as a <a ext:cls="Ext.TabPanel" href="output/Ext.TabPanel.html">TabPanel</a>, it is recommended that hideMode is configured as "offsets". This ensures that hidden Components still have height and width so that layout managers can perform measurements when calculating layouts.</p>            </div>\r
552                         </div>\r
553         </td>\r
554         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideMode" href="output/Ext.Component.html#hideMode">Component</a></td>\r
555     </tr>\r
556         <tr class="config-row inherited expandable">\r
557         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
558         <td class="sig">\r
559         <a id="Ext.tree.TreePanel-hideParent"></a>\r
560             <b>hideParent</b> : Boolean            <div class="mdesc">\r
561                         <div class="short">True to hide and show the component's container when hide/show is called on the component, false to hide and show the...</div>\r
562             <div class="long">\r
563                 True to hide and show the component's container when hide/show is called on the component, false to hide and show the component itself (defaults to false). For example, this can be used as a shortcut for a hide button on a window by setting hide:true on the button when adding it to its parent container.            </div>\r
564                         </div>\r
565         </td>\r
566         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideParent" href="output/Ext.Component.html#hideParent">Component</a></td>\r
567     </tr>\r
568         <tr class="config-row alt">\r
569         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
570         <td class="sig">\r
571         <a id="Ext.tree.TreePanel-hlColor"></a>\r
572             <b>hlColor</b> : String            <div class="mdesc">\r
573                             The color of the node highlight (defaults to C3DAF9)                        </div>\r
574         </td>\r
575         <td class="msource">TreePanel</td>\r
576     </tr>\r
577         <tr class="config-row">\r
578         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
579         <td class="sig">\r
580         <a id="Ext.tree.TreePanel-hlDrop"></a>\r
581             <b>hlDrop</b> : Boolean            <div class="mdesc">\r
582                             false to disable node highlight on drop (defaults to the value of Ext.enableFx)                        </div>\r
583         </td>\r
584         <td class="msource">TreePanel</td>\r
585     </tr>\r
586         <tr class="config-row inherited alt expandable">\r
587         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
588         <td class="sig">\r
589         <a id="Ext.tree.TreePanel-iconCls"></a>\r
590             <b>iconCls</b> : String            <div class="mdesc">\r
591                         <div class="short">A CSS class that will provide a background image to be used as the header icon (defaults to ''). An example custom ic...</div>\r
592             <div class="long">\r
593                 A CSS class that will provide a background image to be used as the header icon (defaults to ''). An example custom icon class would be something like: .my-icon { background: url(../images/my-icon.gif) 0 6px no-repeat !important;}            </div>\r
594                         </div>\r
595         </td>\r
596         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#iconCls" href="output/Ext.Panel.html#iconCls">Panel</a></td>\r
597     </tr>\r
598         <tr class="config-row inherited expandable">\r
599         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
600         <td class="sig">\r
601         <a id="Ext.tree.TreePanel-id"></a>\r
602             <b>id</b> : String            <div class="mdesc">\r
603                         <div class="short">The unique id of this component (defaults to an auto-assigned id). You should assign an id if you need to be able to ...</div>\r
604             <div class="long">\r
605                 The unique id of this component (defaults to an auto-assigned id). You should assign an id if you need to be able to access the component later and you do not have an object reference available (e.g., using <a ext:cls="Ext.ComponentMgr" ext:member="getCmp" href="output/Ext.ComponentMgr.html#getCmp">Ext.ComponentMgr.getCmp</a>). Note that this id will also be used as the element id for the containing HTML element that is rendered to the page for this component. This allows you to write id-based CSS rules to style the specific instance of this component uniquely, and also to select sub-elements using this component's id as the parent.            </div>\r
606                         </div>\r
607         </td>\r
608         <td class="msource"><a ext:cls="Ext.Component" ext:member="#id" href="output/Ext.Component.html#id">Component</a></td>\r
609     </tr>\r
610         <tr class="config-row inherited alt expandable">\r
611         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
612         <td class="sig">\r
613         <a id="Ext.tree.TreePanel-itemCls"></a>\r
614             <b>itemCls</b> : String            <div class="mdesc">\r
615                         <div class="short">An additional CSS class to apply to the wrapper's form item element of this field (defaults to the container's itemCl...</div>\r
616             <div class="long">\r
617                 An additional CSS class to apply to the wrapper's form item element of this field (defaults to the container's itemCls value if set, or ''). Since it is applied to the item wrapper, it allows you to write standard CSS rules that can apply to the field, the label (if specified) or any other element within the markup for the field. <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code><i>// Apply a style to the field's label:</i>
618 &lt;style>
619     .required .x-form-item-label {font-weight:bold;color:red;}
620 &lt;/style>
621
622 <b>new</b> Ext.FormPanel({
623     height: 100,
624     renderTo: Ext.getBody(),
625     items: [{
626         xtype: <em>'textfield'</em>,
627         fieldLabel: <em>'Name'</em>,
628         itemCls: <em>'required'</em> <i>//<b>this</b> label will be styled</i>
629     },{
630         xtype: <em>'textfield'</em>,
631         fieldLabel: <em>'Favorite Color'</em>
632     }]
633 });</code></pre>            </div>\r
634                         </div>\r
635         </td>\r
636         <td class="msource"><a ext:cls="Ext.Component" ext:member="#itemCls" href="output/Ext.Component.html#itemCls">Component</a></td>\r
637     </tr>\r
638         <tr class="config-row inherited expandable">\r
639         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
640         <td class="sig">\r
641         <a id="Ext.tree.TreePanel-keys"></a>\r
642             <b>keys</b> : Object/Array            <div class="mdesc">\r
643                         <div class="short">A KeyMap config object (in the format expected by Ext.KeyMap.addBinding used to assign custom key handling to this pa...</div>\r
644             <div class="long">\r
645                 A KeyMap config object (in the format expected by <a ext:cls="Ext.KeyMap" ext:member="addBinding" href="output/Ext.KeyMap.html#addBinding">Ext.KeyMap.addBinding</a> used to assign custom key handling to this panel (defaults to null).            </div>\r
646                         </div>\r
647         </td>\r
648         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#keys" href="output/Ext.Panel.html#keys">Panel</a></td>\r
649     </tr>\r
650         <tr class="config-row inherited alt expandable">\r
651         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
652         <td class="sig">\r
653         <a id="Ext.tree.TreePanel-labelSeparator"></a>\r
654             <b>labelSeparator</b> : String            <div class="mdesc">\r
655                         <div class="short">The standard separator to display after the text of each form label (defaults to the value of Ext.layout.FormLayout.l...</div>\r
656             <div class="long">\r
657                 The standard separator to display after the text of each form label (defaults to the value of <a ext:cls="Ext.layout.FormLayout" ext:member="labelSeparator" href="output/Ext.layout.FormLayout.html#labelSeparator">Ext.layout.FormLayout.labelSeparator</a>, which is a colon ':' by default). To display no separator for this field's label specify empty string ''. <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code>new Ext.FormPanel({
658     height: 100,
659     renderTo: Ext.getBody(),
660     items: [{
661         xtype: <em>'textfield'</em>,
662         fieldLabel: <em>'Name'</em>,
663         labelSeparator: <em>'...'</em>
664     }]
665 });</code></pre>            </div>\r
666                         </div>\r
667         </td>\r
668         <td class="msource"><a ext:cls="Ext.Component" ext:member="#labelSeparator" href="output/Ext.Component.html#labelSeparator">Component</a></td>\r
669     </tr>\r
670         <tr class="config-row inherited expandable">\r
671         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
672         <td class="sig">\r
673         <a id="Ext.tree.TreePanel-labelStyle"></a>\r
674             <b>labelStyle</b> : String            <div class="mdesc">\r
675                         <div class="short">A CSS style specification to apply directly to this field's label (defaults to the container's labelStyle value if se...</div>\r
676             <div class="long">\r
677                 A CSS style specification to apply directly to this field's label (defaults to the container's labelStyle value if set, or '').<code></code>. <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code>new Ext.FormPanel({
678     height: 100,
679     renderTo: Ext.getBody(),
680     items: [{
681         xtype: <em>'textfield'</em>,
682         fieldLabel: <em>'Name'</em>,
683         labelStyle: <em>'font-weight:bold;'</em>
684     }]
685 });</code></pre>            </div>\r
686                         </div>\r
687         </td>\r
688         <td class="msource"><a ext:cls="Ext.Component" ext:member="#labelStyle" href="output/Ext.Component.html#labelStyle">Component</a></td>\r
689     </tr>\r
690         <tr class="config-row alt">\r
691         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
692         <td class="sig">\r
693         <a id="Ext.tree.TreePanel-lines"></a>\r
694             <b>lines</b> : Boolean            <div class="mdesc">\r
695                             false to disable tree lines (defaults to true)                        </div>\r
696         </td>\r
697         <td class="msource">TreePanel</td>\r
698     </tr>\r
699         <tr class="config-row inherited expandable">\r
700         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
701         <td class="sig">\r
702         <a id="Ext.tree.TreePanel-listeners"></a>\r
703             <b>listeners</b> : Object            <div class="mdesc">\r
704                         <div class="short">(optional) A config object containing one or more event handlers to be added to this object during initialization. Th...</div>\r
705             <div class="long">\r
706                 (optional) A config object containing one or more event handlers to be added to this object during initialization. This should be a valid listeners config object as specified in the <a ext:cls="Ext.util.Observable" ext:member="addListener" href="output/Ext.util.Observable.html#addListener">addListener</a> example for attaching multiple handlers at once.            </div>\r
707                         </div>\r
708         </td>\r
709         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#listeners" href="output/Ext.util.Observable.html#listeners">Observable</a></td>\r
710     </tr>\r
711         <tr class="config-row alt">\r
712         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
713         <td class="sig">\r
714         <a id="Ext.tree.TreePanel-loader"></a>\r
715             <b>loader</b> : Ext.tree.TreeLoader            <div class="mdesc">\r
716                             A <a ext:cls="Ext.tree.TreeLoader" href="output/Ext.tree.TreeLoader.html">Ext.tree.TreeLoader</a> for use with this TreePanel                        </div>\r
717         </td>\r
718         <td class="msource">TreePanel</td>\r
719     </tr>\r
720         <tr class="config-row inherited expandable">\r
721         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
722         <td class="sig">\r
723         <a id="Ext.tree.TreePanel-maskDisabled"></a>\r
724             <b>maskDisabled</b> : Boolean            <div class="mdesc">\r
725                         <div class="short">True to mask the panel when it is disabled, false to not mask it (defaults to true). Either way, the panel will alway...</div>\r
726             <div class="long">\r
727                 True to mask the panel when it is disabled, false to not mask it (defaults to true). Either way, the panel will always tell its contained elements to disable themselves when it is disabled, but masking the panel can provide an additional visual cue that the panel is disabled.            </div>\r
728                         </div>\r
729         </td>\r
730         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#maskDisabled" href="output/Ext.Panel.html#maskDisabled">Panel</a></td>\r
731     </tr>\r
732         <tr class="config-row inherited alt">\r
733         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
734         <td class="sig">\r
735         <a id="Ext.tree.TreePanel-minButtonWidth"></a>\r
736             <b>minButtonWidth</b> : Number            <div class="mdesc">\r
737                             Minimum width in pixels of all buttons in this panel (defaults to 75)                        </div>\r
738         </td>\r
739         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#minButtonWidth" href="output/Ext.Panel.html#minButtonWidth">Panel</a></td>\r
740     </tr>\r
741         <tr class="config-row inherited expandable">\r
742         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
743         <td class="sig">\r
744         <a id="Ext.tree.TreePanel-overCls"></a>\r
745             <b>overCls</b> : String            <div class="mdesc">\r
746                         <div class="short">An optional extra CSS class that will be added to this component's Element when the mouse moves over the Element, and...</div>\r
747             <div class="long">\r
748                 An optional extra CSS class that will be added to this component's Element when the mouse moves over the Element, and removed when the mouse moves out. (defaults to ''). This can be useful for adding customized "active" or "hover" styles to the component or any of its children using standard CSS rules.            </div>\r
749                         </div>\r
750         </td>\r
751         <td class="msource"><a ext:cls="Ext.Component" ext:member="#overCls" href="output/Ext.Component.html#overCls">Component</a></td>\r
752     </tr>\r
753         <tr class="config-row inherited alt">\r
754         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
755         <td class="sig">\r
756         <a id="Ext.tree.TreePanel-pageX"></a>\r
757             <b>pageX</b> : Number            <div class="mdesc">\r
758                             The page level x coordinate for this component if contained within a positioning container.                        </div>\r
759         </td>\r
760         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageX" href="output/Ext.BoxComponent.html#pageX">BoxComponent</a></td>\r
761     </tr>\r
762         <tr class="config-row inherited">\r
763         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
764         <td class="sig">\r
765         <a id="Ext.tree.TreePanel-pageY"></a>\r
766             <b>pageY</b> : Number            <div class="mdesc">\r
767                             The page level y coordinate for this component if contained within a positioning container.                        </div>\r
768         </td>\r
769         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageY" href="output/Ext.BoxComponent.html#pageY">BoxComponent</a></td>\r
770     </tr>\r
771         <tr class="config-row alt">\r
772         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
773         <td class="sig">\r
774         <a id="Ext.tree.TreePanel-pathSeparator"></a>\r
775             <b>pathSeparator</b> : String            <div class="mdesc">\r
776                             The token used to separate sub-paths in path strings (defaults to '/')                        </div>\r
777         </td>\r
778         <td class="msource">TreePanel</td>\r
779     </tr>\r
780         <tr class="config-row inherited expandable">\r
781         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
782         <td class="sig">\r
783         <a id="Ext.tree.TreePanel-plugins"></a>\r
784             <b>plugins</b> : Object/Array            <div class="mdesc">\r
785                         <div class="short">An object or array of objects that will provide custom functionality for this component. The only requirement for a v...</div>\r
786             <div class="long">\r
787                 An object or array of objects that will provide custom functionality for this component. The only requirement for a valid plugin is that it contain an init method that accepts a reference of type Ext.Component. When a component is created, if any plugins are available, the component will call the init method on each plugin, passing a reference to itself. Each plugin can then call methods or respond to events on the component as needed to provide its functionality.            </div>\r
788                         </div>\r
789         </td>\r
790         <td class="msource"><a ext:cls="Ext.Component" ext:member="#plugins" href="output/Ext.Component.html#plugins">Component</a></td>\r
791     </tr>\r
792         <tr class="config-row inherited alt expandable">\r
793         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
794         <td class="sig">\r
795         <a id="Ext.tree.TreePanel-renderTo"></a>\r
796             <b>renderTo</b> : Mixed            <div class="mdesc">\r
797                         <div class="short">The id of the node, a DOM node or an existing Element that will be the container to render this component into. Using...</div>\r
798             <div class="long">\r
799                 The id of the node, a DOM node or an existing Element that will be the container to render this component into. Using this config, a call to render() is not required.            </div>\r
800                         </div>\r
801         </td>\r
802         <td class="msource"><a ext:cls="Ext.Component" ext:member="#renderTo" href="output/Ext.Component.html#renderTo">Component</a></td>\r
803     </tr>\r
804         <tr class="config-row">\r
805         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
806         <td class="sig">\r
807         <a id="Ext.tree.TreePanel-root"></a>\r
808             <b>root</b> : Ext.tree.TreeNode            <div class="mdesc">\r
809                             The root node for the tree.                        </div>\r
810         </td>\r
811         <td class="msource">TreePanel</td>\r
812     </tr>\r
813         <tr class="config-row alt">\r
814         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
815         <td class="sig">\r
816         <a id="Ext.tree.TreePanel-rootVisible"></a>\r
817             <b>rootVisible</b> : Boolean            <div class="mdesc">\r
818                             false to hide the root node (defaults to true)                        </div>\r
819         </td>\r
820         <td class="msource">TreePanel</td>\r
821     </tr>\r
822         <tr class="config-row">\r
823         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
824         <td class="sig">\r
825         <a id="Ext.tree.TreePanel-selModel"></a>\r
826             <b>selModel</b> : Boolean            <div class="mdesc">\r
827                             A tree selection model to use with this TreePanel (defaults to a <a ext:cls="Ext.tree.DefaultSelectionModel" href="output/Ext.tree.DefaultSelectionModel.html">Ext.tree.DefaultSelectionModel</a>)                        </div>\r
828         </td>\r
829         <td class="msource">TreePanel</td>\r
830     </tr>\r
831         <tr class="config-row inherited alt expandable">\r
832         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
833         <td class="sig">\r
834         <a id="Ext.tree.TreePanel-shadow"></a>\r
835             <b>shadow</b> : Boolean/String            <div class="mdesc">\r
836                         <div class="short">True (or a valid Ext.Shadow Ext.Shadow.mode value) to display a shadow behind the panel, false to display no shadow (...</div>\r
837             <div class="long">\r
838                 True (or a valid Ext.Shadow <a ext:cls="Ext.Shadow" ext:member="mode" href="output/Ext.Shadow.html#mode">Ext.Shadow.mode</a> value) to display a shadow behind the panel, false to display no shadow (defaults to 'sides'). Note that this option only applies when floating = true.            </div>\r
839                         </div>\r
840         </td>\r
841         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#shadow" href="output/Ext.Panel.html#shadow">Panel</a></td>\r
842     </tr>\r
843         <tr class="config-row inherited expandable">\r
844         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
845         <td class="sig">\r
846         <a id="Ext.tree.TreePanel-shadowOffset"></a>\r
847             <b>shadowOffset</b> : Number            <div class="mdesc">\r
848                         <div class="short">The number of pixels to offset the shadow if displayed (defaults to 4). Note that this option only applies when float...</div>\r
849             <div class="long">\r
850                 The number of pixels to offset the shadow if displayed (defaults to 4). Note that this option only applies when floating = true.            </div>\r
851                         </div>\r
852         </td>\r
853         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#shadowOffset" href="output/Ext.Panel.html#shadowOffset">Panel</a></td>\r
854     </tr>\r
855         <tr class="config-row inherited alt expandable">\r
856         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
857         <td class="sig">\r
858         <a id="Ext.tree.TreePanel-shim"></a>\r
859             <b>shim</b> : Boolean            <div class="mdesc">\r
860                         <div class="short">False to disable the iframe shim in browsers which need one (defaults to true). Note that this option only applies wh...</div>\r
861             <div class="long">\r
862                 False to disable the iframe shim in browsers which need one (defaults to true). Note that this option only applies when floating = true.            </div>\r
863                         </div>\r
864         </td>\r
865         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#shim" href="output/Ext.Panel.html#shim">Panel</a></td>\r
866     </tr>\r
867         <tr class="config-row">\r
868         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
869         <td class="sig">\r
870         <a id="Ext.tree.TreePanel-singleExpand"></a>\r
871             <b>singleExpand</b> : Boolean            <div class="mdesc">\r
872                             true if only 1 node per branch may be expanded                        </div>\r
873         </td>\r
874         <td class="msource">TreePanel</td>\r
875     </tr>\r
876         <tr class="config-row inherited alt expandable">\r
877         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
878         <td class="sig">\r
879         <a id="Ext.tree.TreePanel-stateEvents"></a>\r
880             <b>stateEvents</b> : Array            <div class="mdesc">\r
881                         <div class="short">An array of events that, when fired, should trigger this component to save its state (defaults to none). These can be...</div>\r
882             <div class="long">\r
883                 An array of events that, when fired, should trigger this component to save its state (defaults to none). These can be any types of events supported by this component, including browser or custom events (e.g., ['click', 'customerchange']). <p>See <a ext:cls="Ext.Component" ext:member="stateful" href="output/Ext.Component.html#stateful">stateful</a> for an explanation of saving and restoring Component state.</p>            </div>\r
884                         </div>\r
885         </td>\r
886         <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateEvents" href="output/Ext.Component.html#stateEvents">Component</a></td>\r
887     </tr>\r
888         <tr class="config-row inherited expandable">\r
889         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
890         <td class="sig">\r
891         <a id="Ext.tree.TreePanel-stateId"></a>\r
892             <b>stateId</b> : String            <div class="mdesc">\r
893                         <div class="short">The unique id for this component to use for state management purposes (defaults to the component id if one was set, o...</div>\r
894             <div class="long">\r
895                 The unique id for this component to use for state management purposes (defaults to the component id if one was set, otherwise null if the component is using a generated id). <p>See <a ext:cls="Ext.Component" ext:member="stateful" href="output/Ext.Component.html#stateful">stateful</a> for an explanation of saving and restoring Component state.</p>            </div>\r
896                         </div>\r
897         </td>\r
898         <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateId" href="output/Ext.Component.html#stateId">Component</a></td>\r
899     </tr>\r
900         <tr class="config-row inherited alt expandable">\r
901         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
902         <td class="sig">\r
903         <a id="Ext.tree.TreePanel-stateful"></a>\r
904             <b>stateful</b> : Boolean            <div class="mdesc">\r
905                         <div class="short">A flag which causes the Component to attempt to restore the state of internal properties from a saved state on startu...</div>\r
906             <div class="long">\r
907                 <p>A flag which causes the Component to attempt to restore the state of internal properties from a saved state on startup. The component must have either a <a ext:cls="Ext.Component" ext:member="stateId" href="output/Ext.Component.html#stateId">stateId</a> or <a ext:cls="Ext.Component" ext:member="id" href="output/Ext.Component.html#id">id</a> assigned for state to be managed. Auto-generated ids are not guaranteed to be stable across page loads and cannot be relied upon to save and restore the same state for a component.<p> For state saving to work, the state manager's provider must have been set to an implementation of <a ext:cls="Ext.state.Provider" href="output/Ext.state.Provider.html">Ext.state.Provider</a> which overrides the <a ext:cls="Ext.state.Provider" ext:member="set" href="output/Ext.state.Provider.html#set">set</a> and <a ext:cls="Ext.state.Provider" ext:member="get" href="output/Ext.state.Provider.html#get">get</a> methods to save and recall name/value pairs. A built-in implementation, <a ext:cls="Ext.state.CookieProvider" href="output/Ext.state.CookieProvider.html">Ext.state.CookieProvider</a> is available.</p> <p>To set the state provider for the current page:</p> <pre><code>Ext.state.Manager.setProvider(<b>new</b> Ext.state.CookieProvider());</code></pre> <p>Components attempt to save state when one of the events listed in the <a ext:cls="Ext.Component" ext:member="stateEvents" href="output/Ext.Component.html#stateEvents">stateEvents</a> configuration fires.</p> <p>You can perform extra processing on state save and restore by attaching handlers to the <a ext:cls="Ext.Component" ext:member="beforestaterestore" href="output/Ext.Component.html#beforestaterestore">beforestaterestore</a>, <a ext:cls="Ext.Component" ext:member="staterestore" href="output/Ext.Component.html#staterestore">staterestore</a>, <a ext:cls="Ext.Component" ext:member="beforestatesave" href="output/Ext.Component.html#beforestatesave">beforestatesave</a> and <a ext:cls="Ext.Component" ext:member="statesave" href="output/Ext.Component.html#statesave">statesave</a> events</p>            </div>\r
908                         </div>\r
909         </td>\r
910         <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateful" href="output/Ext.Component.html#stateful">Component</a></td>\r
911     </tr>\r
912         <tr class="config-row inherited expandable">\r
913         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
914         <td class="sig">\r
915         <a id="Ext.tree.TreePanel-style"></a>\r
916             <b>style</b> : String            <div class="mdesc">\r
917                         <div class="short">A custom style specification to be applied to this component's Element. Should be a valid argument to Ext.Element.app...</div>\r
918             <div class="long">\r
919                 A custom style specification to be applied to this component's Element. Should be a valid argument to <a ext:cls="Ext.Element" ext:member="applyStyles" href="output/Ext.Element.html#applyStyles">Ext.Element.applyStyles</a>.            </div>\r
920                         </div>\r
921         </td>\r
922         <td class="msource"><a ext:cls="Ext.Component" ext:member="#style" href="output/Ext.Component.html#style">Component</a></td>\r
923     </tr>\r
924         <tr class="config-row inherited alt expandable">\r
925         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
926         <td class="sig">\r
927         <a id="Ext.tree.TreePanel-tabTip"></a>\r
928             <b>tabTip</b> : String            <div class="mdesc">\r
929                         <div class="short">Adds a tooltip when mousing over the tab of a Ext.Panel which is an item of a Ext.TabPanel. Ext.QuickTips.init() must...</div>\r
930             <div class="long">\r
931                 Adds a tooltip when mousing over the tab of a Ext.Panel which is an item of a Ext.TabPanel. Ext.QuickTips.init() must be called in order for the tips to render.            </div>\r
932                         </div>\r
933         </td>\r
934         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#tabTip" href="output/Ext.Panel.html#tabTip">Panel</a></td>\r
935     </tr>\r
936         <tr class="config-row inherited expandable">\r
937         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
938         <td class="sig">\r
939         <a id="Ext.tree.TreePanel-tbar"></a>\r
940             <b>tbar</b> : Object/Array            <div class="mdesc">\r
941                         <div class="short">The top toolbar of the panel. This can be either an Ext.Toolbar object or an array of buttons/button configs to be ad...</div>\r
942             <div class="long">\r
943                 The top toolbar of the panel. This can be either an <a ext:cls="Ext.Toolbar" href="output/Ext.Toolbar.html">Ext.Toolbar</a> object or an array of buttons/button configs to be added to the toolbar. Note that this is not available as a property after render. To access the top toolbar after render, use <a ext:cls="Ext.Panel" ext:member="getTopToolbar" href="output/Ext.Panel.html#getTopToolbar">getTopToolbar</a>.            </div>\r
944                         </div>\r
945         </td>\r
946         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#tbar" href="output/Ext.Panel.html#tbar">Panel</a></td>\r
947     </tr>\r
948         <tr class="config-row inherited alt expandable">\r
949         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
950         <td class="sig">\r
951         <a id="Ext.tree.TreePanel-title"></a>\r
952             <b>title</b> : String            <div class="mdesc">\r
953                         <div class="short">The title text to display in the panel header (defaults to ''). When a title is specified the header element will aut...</div>\r
954             <div class="long">\r
955                 The title text to display in the panel header (defaults to ''). When a title is specified the header element will automatically be created and displayed unless <a ext:cls="Ext.Panel" ext:member="header" href="output/Ext.Panel.html#header">header</a> is explicitly set to false. If you don't want to specify a title at config time, but you may want one later, you must either specify a non-empty title (a blank space ' ' will do) or header:true so that the container element will get created.            </div>\r
956                         </div>\r
957         </td>\r
958         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#title" href="output/Ext.Panel.html#title">Panel</a></td>\r
959     </tr>\r
960         <tr class="config-row inherited expandable">\r
961         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
962         <td class="sig">\r
963         <a id="Ext.tree.TreePanel-titleCollapse"></a>\r
964             <b>titleCollapse</b> : Boolean            <div class="mdesc">\r
965                         <div class="short">True to allow expanding and collapsing the panel (when collapsible = true) by clicking anywhere in the header bar, fa...</div>\r
966             <div class="long">\r
967                 True to allow expanding and collapsing the panel (when <a ext:cls="Ext.Panel" ext:member="collapsible" href="output/Ext.Panel.html#collapsible">collapsible</a> = true) by clicking anywhere in the header bar, false to allow it only by clicking to tool button (defaults to false).            </div>\r
968                         </div>\r
969         </td>\r
970         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#titleCollapse" href="output/Ext.Panel.html#titleCollapse">Panel</a></td>\r
971     </tr>\r
972         <tr class="config-row inherited alt expandable">\r
973         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
974         <td class="sig">\r
975         <a id="Ext.tree.TreePanel-tools"></a>\r
976             <b>tools</b> : Array            <div class="mdesc">\r
977                         <div class="short">An array of tool button configs to be added to the header tool area. When rendered, each tool is stored as an Element...</div>\r
978             <div class="long">\r
979                 An array of tool button configs to be added to the header tool area. When rendered, each tool is stored as an <a ext:cls="Ext.Element" href="output/Ext.Element.html">Element</a> referenced by a public property called <tt><b></b>tools.<i>&lt;tool-type&gt;</i></tt> <p>Each tool config may contain the following properties: <div class="mdetail-params"><ul> <li><b>id</b> : String<div class="sub-desc"><b>Required.</b> The type of tool to create. Values may be<ul> <li><tt>toggle</tt> (Created by default when <a ext:cls="Ext.Panel" ext:member="collapsible" href="output/Ext.Panel.html#collapsible">collapsible</a> is <tt>true</tt>)</li> <li><tt>close</tt></li> <li><tt>minimize</tt></li> <li><tt>maximize</tt></li> <li><tt>restore</tt></li> <li><tt>gear</tt></li> <li><tt>pin</tt></li> <li><tt>unpin</tt></li> <li><tt>right</tt></li> <li><tt>left</tt></li> <li><tt>up</tt></li> <li><tt>down</tt></li> <li><tt>refresh</tt></li> <li><tt>minus</tt></li> <li><tt>plus</tt></li> <li><tt>help</tt></li> <li><tt>search</tt></li> <li><tt>save</tt></li> <li><tt>print</tt></li> </ul></div></li> <li><b>handler</b> : Function<div class="sub-desc"><b>Required.</b> The function to call when clicked. Arguments passed are:<ul> <li><b>event</b> : Ext.EventObject<div class="sub-desc">The click event.</div></li> <li><b>toolEl</b> : Ext.Element<div class="sub-desc">The tool Element.</div></li> <li><b>Panel</b> : Ext.Panel<div class="sub-desc">The host Panel</div></li> </ul></div></li> <li><b>scope</b> : Object<div class="sub-desc">The scope in which to call the handler.</div></li> <li><b>qtip</b> : String/Object<div class="sub-desc">A tip string, or a config argument to <a ext:cls="Ext.QuickTip" ext:member="register" href="output/Ext.QuickTip.html#register">Ext.QuickTip.register</a></div></li> <li><b>hidden</b> : Boolean<div class="sub-desc">True to initially render hidden.</div></li> <li><b>on</b> : Object<div class="sub-desc">A listener config object specifiying event listeners in the format of an argument to <a ext:cls="Ext.Panel" ext:member="addListener" href="output/Ext.Panel.html#addListener">addListener</a></div></li> </ul></div> Example usage: <pre><code>tools:[{
980     id:<em>'refresh'</em>,
981     qtip: <em>'Refresh form Data'</em>,
982     <i>// hidden:true,</i>
983     handler: <b>function</b>(event, toolEl, panel){
984         <i>// refresh logic</i>
985     }
986 }]</code></pre> Note that apart from the toggle tool which is provided when a panel is collapsible, these tools only provide the visual button. Any required functionality must be provided by adding handlers that implement the necessary behavior.            </div>\r
987                         </div>\r
988         </td>\r
989         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#tools" href="output/Ext.Panel.html#tools">Panel</a></td>\r
990     </tr>\r
991         <tr class="config-row">\r
992         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
993         <td class="sig">\r
994         <a id="Ext.tree.TreePanel-trackMouseOver"></a>\r
995             <b>trackMouseOver</b> : Boolean            <div class="mdesc">\r
996                             False to disable mouse over highlighting                        </div>\r
997         </td>\r
998         <td class="msource">TreePanel</td>\r
999     </tr>\r
1000         <tr class="config-row alt">\r
1001         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1002         <td class="sig">\r
1003         <a id="Ext.tree.TreePanel-useArrows"></a>\r
1004             <b>useArrows</b> : Boolean            <div class="mdesc">\r
1005                             True to use Vista-style arrows in the tree (defaults to false)                        </div>\r
1006         </td>\r
1007         <td class="msource">TreePanel</td>\r
1008     </tr>\r
1009         <tr class="config-row inherited">\r
1010         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1011         <td class="sig">\r
1012         <a id="Ext.tree.TreePanel-width"></a>\r
1013             <b>width</b> : Number            <div class="mdesc">\r
1014                             The width of this component in pixels (defaults to auto).                        </div>\r
1015         </td>\r
1016         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#width" href="output/Ext.BoxComponent.html#width">BoxComponent</a></td>\r
1017     </tr>\r
1018         <tr class="config-row inherited alt">\r
1019         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1020         <td class="sig">\r
1021         <a id="Ext.tree.TreePanel-x"></a>\r
1022             <b>x</b> : Number            <div class="mdesc">\r
1023                             The local x (left) coordinate for this component if contained within a positioning container.                        </div>\r
1024         </td>\r
1025         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#x" href="output/Ext.BoxComponent.html#x">BoxComponent</a></td>\r
1026     </tr>\r
1027         <tr class="config-row inherited expandable">\r
1028         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1029         <td class="sig">\r
1030         <a id="Ext.tree.TreePanel-xtype"></a>\r
1031             <b>xtype</b> : String            <div class="mdesc">\r
1032                         <div class="short">The registered xtype to create. This config option is not used when passing a config object into a constructor. This ...</div>\r
1033             <div class="long">\r
1034                 The registered xtype to create. This config option is not used when passing a config object into a constructor. This config option is used only when lazy instantiation is being used, and a child item of a Container is being specified not as a fully instantiated Component, but as a <i>Component config object</i>. The xtype will be looked up at render time up to determine what type of child Component to create.<br><br> The predefined xtypes are listed <a ext:cls="Ext.Component" href="output/Ext.Component.html">here</a>. <br><br> If you subclass Components to create your own Components, you may register them using <a ext:cls="Ext.ComponentMgr" ext:member="registerType" href="output/Ext.ComponentMgr.html#registerType">Ext.ComponentMgr.registerType</a> in order to be able to take advantage of lazy instantiation and rendering.            </div>\r
1035                         </div>\r
1036         </td>\r
1037         <td class="msource"><a ext:cls="Ext.Component" ext:member="#xtype" href="output/Ext.Component.html#xtype">Component</a></td>\r
1038     </tr>\r
1039         <tr class="config-row inherited alt">\r
1040         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1041         <td class="sig">\r
1042         <a id="Ext.tree.TreePanel-y"></a>\r
1043             <b>y</b> : Number            <div class="mdesc">\r
1044                             The local y (top) coordinate for this component if contained within a positioning container.                        </div>\r
1045         </td>\r
1046         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#y" href="output/Ext.BoxComponent.html#y">BoxComponent</a></td>\r
1047     </tr>\r
1048             </table>
1049                 <a id="Ext.tree.TreePanel-props"></a>
1050         <h2>Public Properties</h2>
1051                 <table cellspacing="0" class="member-table">
1052             <tr>
1053                 <th class="sig-header" colspan="2">Property</th>
1054                 <th class="msource-header">Defined By</th>
1055             </tr>
1056                 <tr class="property-row inherited expandable">\r
1057         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1058         <td class="sig">\r
1059         <a id="Ext.tree.TreePanel-body"></a>\r
1060             <b>body</b> : Ext.Element            <div class="mdesc">\r
1061                         <div class="short">
1062 The Panel's body Element which may be used to contain HTML content.
1063 The content may be specified in the html config,...</div>\r
1064             <div class="long">\r
1065                 
1066 The Panel's body <a ext:cls="Ext.Element" href="output/Ext.Element.html">Element</a> which may be used to contain HTML content.
1067 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
1068 <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.
1069 <p>If this is used to load visible HTML elements in either way, then
1070 the Panel may not be used as a Layout for hosting nested Panels.</p>
1071 <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>
1072 then the body Element must not be loaded or changed - it is under the control
1073 of the Panel's Layout.            </div>\r
1074                         </div>\r
1075         </td>\r
1076         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#body" href="output/Ext.Panel.html#body">Panel</a></td>\r
1077     </tr>\r
1078         <tr class="property-row inherited alt">\r
1079         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1080         <td class="sig">\r
1081         <a id="Ext.tree.TreePanel-buttons"></a>\r
1082             <b>buttons</b> : Array            <div class="mdesc">\r
1083                             This Panel's Array of buttons as created from the <tt>buttons</tt>
1084 config property. Read only.                        </div>\r
1085         </td>\r
1086         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#buttons" href="output/Ext.Panel.html#buttons">Panel</a></td>\r
1087     </tr>\r
1088         <tr class="property-row inherited expandable">\r
1089         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1090         <td class="sig">\r
1091         <a id="Ext.tree.TreePanel-dd"></a>\r
1092             <b>dd</b> : Ext.dd.DragSource.            <div class="mdesc">\r
1093                         <div class="short">If this Panel is configured draggable, this property will contain
1094 an instance of Ext.dd.DragSource which handles drag...</div>\r
1095             <div class="long">\r
1096                 <p>If this Panel is configured <a ext:cls="Ext.Panel" ext:member="draggable" href="output/Ext.Panel.html#draggable">draggable</a>, this property will contain
1097 an instance of <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a> which handles dragging the Panel.</p>
1098 The developer must provide implementations of the abstract methods of <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a>
1099 in order to supply behaviour for each stage of the drag/drop process. See <a ext:cls="Ext.Panel" ext:member="draggable" href="output/Ext.Panel.html#draggable">draggable</a>.            </div>\r
1100                         </div>\r
1101         </td>\r
1102         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#dd" href="output/Ext.Panel.html#dd">Panel</a></td>\r
1103     </tr>\r
1104         <tr class="property-row alt">\r
1105         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1106         <td class="sig">\r
1107         <a id="Ext.tree.TreePanel-dragZone"></a>\r
1108             <b>dragZone</b> : Ext.tree.TreeDragZone            <div class="mdesc">\r
1109                             The dragZone used by this tree if drag is enabled                        </div>\r
1110         </td>\r
1111         <td class="msource">TreePanel</td>\r
1112     </tr>\r
1113         <tr class="property-row">\r
1114         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1115         <td class="sig">\r
1116         <a id="Ext.tree.TreePanel-dropZone"></a>\r
1117             <b>dropZone</b> : Ext.tree.TreeDropZone            <div class="mdesc">\r
1118                             The dropZone used by this tree if drop is enabled                        </div>\r
1119         </td>\r
1120         <td class="msource">TreePanel</td>\r
1121     </tr>\r
1122         <tr class="property-row inherited alt">\r
1123         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1124         <td class="sig">\r
1125         <a id="Ext.tree.TreePanel-footer"></a>\r
1126             <b>footer</b> : Ext.Element            <div class="mdesc">\r
1127                             
1128 The Panel's footer <a ext:cls="Ext.Element" href="output/Ext.Element.html">Element</a>. Read-only.
1129 <p>This Element is used to house the Panel's <a ext:cls="Ext.Panel" ext:member="buttons" href="output/Ext.Panel.html#buttons">buttons</a>.</p>                        </div>\r
1130         </td>\r
1131         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#footer" href="output/Ext.Panel.html#footer">Panel</a></td>\r
1132     </tr>\r
1133         <tr class="property-row inherited">\r
1134         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1135         <td class="sig">\r
1136         <a id="Ext.tree.TreePanel-header"></a>\r
1137             <b>header</b> : Ext.Element            <div class="mdesc">\r
1138                             The Panel's header <a ext:cls="Ext.Element" href="output/Ext.Element.html">Element</a>. Read-only.
1139 <p>This Element is used to house the <a ext:cls="Ext.Panel" ext:member="title" href="output/Ext.Panel.html#title">title</a> and <a ext:cls="Ext.Panel" ext:member="tools" href="output/Ext.Panel.html#tools">tools</a></p>                        </div>\r
1140         </td>\r
1141         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#header" href="output/Ext.Panel.html#header">Panel</a></td>\r
1142     </tr>\r
1143         <tr class="property-row inherited alt">\r
1144         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1145         <td class="sig">\r
1146         <a id="Ext.tree.TreePanel-hidden"></a>\r
1147             <b>hidden</b> : Boolean            <div class="mdesc">\r
1148                             
1149 True if this component is hidden. Read-only.                        </div>\r
1150         </td>\r
1151         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">Component</a></td>\r
1152     </tr>\r
1153         <tr class="property-row inherited">\r
1154         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1155         <td class="sig">\r
1156         <a id="Ext.tree.TreePanel-initialConfig"></a>\r
1157             <b>initialConfig</b> : Object            <div class="mdesc">\r
1158                             This Component's initial configuration specification. Read-only.                        </div>\r
1159         </td>\r
1160         <td class="msource"><a ext:cls="Ext.Component" ext:member="#initialConfig" href="output/Ext.Component.html#initialConfig">Component</a></td>\r
1161     </tr>\r
1162         <tr class="property-row inherited alt expandable">\r
1163         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1164         <td class="sig">\r
1165         <a id="Ext.tree.TreePanel-ownerCt"></a>\r
1166             <b>ownerCt</b> : Ext.Container            <div class="mdesc">\r
1167                         <div class="short">The component's owner Ext.Container (defaults to undefined, and is set automatically when
1168 the component is added to a...</div>\r
1169             <div class="long">\r
1170                 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
1171 the component is added to a container).  Read-only.            </div>\r
1172                         </div>\r
1173         </td>\r
1174         <td class="msource"><a ext:cls="Ext.Component" ext:member="#ownerCt" href="output/Ext.Component.html#ownerCt">Component</a></td>\r
1175     </tr>\r
1176         <tr class="property-row inherited">\r
1177         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1178         <td class="sig">\r
1179         <a id="Ext.tree.TreePanel-rendered"></a>\r
1180             <b>rendered</b> : Boolean            <div class="mdesc">\r
1181                             True if this component has been rendered. Read-only.                        </div>\r
1182         </td>\r
1183         <td class="msource"><a ext:cls="Ext.Component" ext:member="#rendered" href="output/Ext.Component.html#rendered">Component</a></td>\r
1184     </tr>\r
1185         <tr class="property-row alt">\r
1186         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1187         <td class="sig">\r
1188         <a id="Ext.tree.TreePanel-root"></a>\r
1189             <b>root</b> : Ext.tree.TreeNode            <div class="mdesc">\r
1190                             The root node of this tree.                        </div>\r
1191         </td>\r
1192         <td class="msource">TreePanel</td>\r
1193     </tr>\r
1194             </table>
1195                 <a id="Ext.tree.TreePanel-methods"></a>
1196         <h2>Public Methods</h2>
1197                 <table cellspacing="0" class="member-table">
1198             <tr>
1199                 <th class="sig-header" colspan="2">Method</th>
1200                 <th class="msource-header">Defined By</th>
1201             </tr>
1202                 <tr class="method-row expandable">\r
1203         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1204         <td class="sig">\r
1205         <a id="Ext.tree.TreePanel-TreePanel"></a>\r
1206             <b>TreePanel</b>(&nbsp;<code>Object config</code>&nbsp;)            <div class="mdesc">\r
1207                         <div class="short"></div>\r
1208             <div class="long">\r
1209                     <div class="mdetail-params">\r
1210         <strong>Parameters:</strong>\r
1211         <ul><li><code>config</code> : Object<div class="sub-desc"></div></li>        </ul>\r
1212         <strong>Returns:</strong>\r
1213         <ul>\r
1214             <li><code></code></li>\r
1215         </ul>\r
1216     </div>\r
1217                 </div>\r
1218                         </div>\r
1219         </td>\r
1220         <td class="msource">TreePanel</td>\r
1221     </tr>\r
1222         <tr class="method-row inherited alt expandable">\r
1223         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1224         <td class="sig">\r
1225         <a id="Ext.tree.TreePanel-addButton"></a>\r
1226             <b>addButton</b>(&nbsp;<code>String/Object config</code>, <code>Function handler</code>, <code>Object scope</code>&nbsp;) : Ext.Button            <div class="mdesc">\r
1227                         <div class="short">Adds a button to this panel.  Note that this method must be called prior to rendering.  The preferred
1228 approach is to ...</div>\r
1229             <div class="long">\r
1230                 Adds a button to this panel.  Note that this method must be called prior to rendering.  The preferred
1231 approach is to add buttons via the <a ext:cls="Ext.Panel" ext:member="buttons" href="output/Ext.Panel.html#buttons">buttons</a> config.    <div class="mdetail-params">\r
1232         <strong>Parameters:</strong>\r
1233         <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
1234 button config, an object will be treated as a button config object.</div></li><li><code>handler</code> : Function<div class="sub-desc">The function to be called on button <a ext:cls="Ext.Button" ext:member="click" href="output/Ext.Button.html#click">Ext.Button.click</a></div></li><li><code>scope</code> : Object<div class="sub-desc">The scope to use for the button handler function</div></li>        </ul>\r
1235         <strong>Returns:</strong>\r
1236         <ul>\r
1237             <li><code>Ext.Button</code><div class="sub-desc">The button that was added</div></li>\r
1238         </ul>\r
1239     </div>\r
1240                 </div>\r
1241                         </div>\r
1242         </td>\r
1243         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#addButton" href="output/Ext.Panel.html#addButton">Panel</a></td>\r
1244     </tr>\r
1245         <tr class="method-row inherited expandable">\r
1246         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1247         <td class="sig">\r
1248         <a id="Ext.tree.TreePanel-addClass"></a>\r
1249             <b>addClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">\r
1250                         <div class="short">Adds a CSS class to the component's underlying element.</div>\r
1251             <div class="long">\r
1252                 Adds a CSS class to the component's underlying element.    <div class="mdetail-params">\r
1253         <strong>Parameters:</strong>\r
1254         <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to add</div></li>        </ul>\r
1255         <strong>Returns:</strong>\r
1256         <ul>\r
1257             <li><code>void</code></li>\r
1258         </ul>\r
1259     </div>\r
1260                 </div>\r
1261                         </div>\r
1262         </td>\r
1263         <td class="msource"><a ext:cls="Ext.Component" ext:member="#addClass" href="output/Ext.Component.html#addClass">Component</a></td>\r
1264     </tr>\r
1265         <tr class="method-row inherited alt expandable">\r
1266         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1267         <td class="sig">\r
1268         <a id="Ext.tree.TreePanel-addEvents"></a>\r
1269             <b>addEvents</b>(&nbsp;<code>Object object</code>&nbsp;) : void            <div class="mdesc">\r
1270                         <div class="short">Used to define events on this Observable</div>\r
1271             <div class="long">\r
1272                 Used to define events on this Observable    <div class="mdetail-params">\r
1273         <strong>Parameters:</strong>\r
1274         <ul><li><code>object</code> : Object<div class="sub-desc">The object with the events defined</div></li>        </ul>\r
1275         <strong>Returns:</strong>\r
1276         <ul>\r
1277             <li><code>void</code></li>\r
1278         </ul>\r
1279     </div>\r
1280                 </div>\r
1281                         </div>\r
1282         </td>\r
1283         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addEvents" href="output/Ext.util.Observable.html#addEvents">Observable</a></td>\r
1284     </tr>\r
1285         <tr class="method-row inherited expandable">\r
1286         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1287         <td class="sig">\r
1288         <a id="Ext.tree.TreePanel-addListener"></a>\r
1289             <b>addListener</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Object options</code>]</span>&nbsp;) : void            <div class="mdesc">\r
1290                         <div class="short">Appends an event handler to this component</div>\r
1291             <div class="long">\r
1292                 Appends an event handler to this component    <div class="mdetail-params">\r
1293         <strong>Parameters:</strong>\r
1294         <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
1295 function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional) An object containing handler configuration
1296 properties. This may contain any of the following properties:<ul>
1297 <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>
1298 <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>
1299 <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>
1300 <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
1301 by the specified number of milliseconds. If the event fires again within that time, the original
1302 handler is <em>not</em> invoked, but the new handler is scheduled in its place.</p></li>
1303 </ul><br>
1304 <p>
1305 <b>Combining Options</b><br>
1306 Using the options argument, it is possible to combine different types of listeners:<br>
1307 <br>
1308 A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)
1309 <pre><code>el.on(<em>'click'</em>, <b>this</b>.onClick, <b>this</b>, {
1310     single: true,
1311     delay: 100,
1312     forumId: 4
1313 });</code></pre>
1314 <p>
1315 <b>Attaching multiple handlers in 1 call</b><br>
1316 The method also allows for a single argument to be passed which is a config object containing properties
1317 which specify multiple handlers.
1318 <p>
1319 <pre><code>foo.on({
1320     <em>'click'</em> : {
1321         fn: <b>this</b>.onClick,
1322         scope: <b>this</b>,
1323         delay: 100
1324     },
1325     <em>'mouseover'</em> : {
1326         fn: <b>this</b>.onMouseOver,
1327         scope: <b>this</b>
1328     },
1329     <em>'mouseout'</em> : {
1330         fn: <b>this</b>.onMouseOut,
1331         scope: <b>this</b>
1332     }
1333 });</code></pre>
1334 <p>
1335 Or a shorthand syntax:<br>
1336 <pre><code>foo.on({
1337     <em>'click'</em> : <b>this</b>.onClick,
1338     <em>'mouseover'</em> : <b>this</b>.onMouseOver,
1339     <em>'mouseout'</em> : <b>this</b>.onMouseOut,
1340      scope: <b>this</b>
1341 });</code></pre></div></li>        </ul>\r
1342         <strong>Returns:</strong>\r
1343         <ul>\r
1344             <li><code>void</code></li>\r
1345         </ul>\r
1346     </div>\r
1347                 </div>\r
1348                         </div>\r
1349         </td>\r
1350         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addListener" href="output/Ext.util.Observable.html#addListener">Observable</a></td>\r
1351     </tr>\r
1352         <tr class="method-row inherited alt expandable">\r
1353         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1354         <td class="sig">\r
1355         <a id="Ext.tree.TreePanel-bubble"></a>\r
1356             <b>bubble</b>(&nbsp;<code>Function fn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Array args</code>]</span>&nbsp;) : void            <div class="mdesc">\r
1357                         <div class="short">Bubbles up the component/container heirarchy, calling the specified function with each component. The scope (this) of...</div>\r
1358             <div class="long">\r
1359                 Bubbles up the component/container heirarchy, calling the specified function with each component. The scope (<i>this</i>) of
1360 function call will be the scope provided or the current component. The arguments to the function
1361 will be the args provided or the current component. If the function returns false at any point,
1362 the bubble is stopped.    <div class="mdetail-params">\r
1363         <strong>Parameters:</strong>\r
1364         <ul><li><code>fn</code> : Function<div class="sub-desc">The function to call</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope of the function (defaults to current node)</div></li><li><code>args</code> : Array<div class="sub-desc">(optional) The args to call the function with (default to passing the current component)</div></li>        </ul>\r
1365         <strong>Returns:</strong>\r
1366         <ul>\r
1367             <li><code>void</code></li>\r
1368         </ul>\r
1369     </div>\r
1370                 </div>\r
1371                         </div>\r
1372         </td>\r
1373         <td class="msource"><a ext:cls="Ext.Container" ext:member="#bubble" href="output/Ext.Container.html#bubble">Container</a></td>\r
1374     </tr>\r
1375         <tr class="method-row inherited expandable">\r
1376         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1377         <td class="sig">\r
1378         <a id="Ext.tree.TreePanel-cloneConfig"></a>\r
1379             <b>cloneConfig</b>(&nbsp;<code>Object overrides</code>&nbsp;) : Ext.Component            <div class="mdesc">\r
1380                         <div class="short">Clone the current component using the original config values passed into this instance by default.</div>\r
1381             <div class="long">\r
1382                 Clone the current component using the original config values passed into this instance by default.    <div class="mdetail-params">\r
1383         <strong>Parameters:</strong>\r
1384         <ul><li><code>overrides</code> : Object<div class="sub-desc">A new config containing any properties to override in the cloned version.
1385 An id property can be passed on this object, otherwise one will be generated to avoid duplicates.</div></li>        </ul>\r
1386         <strong>Returns:</strong>\r
1387         <ul>\r
1388             <li><code>Ext.Component</code><div class="sub-desc">clone The cloned copy of this component</div></li>\r
1389         </ul>\r
1390     </div>\r
1391                 </div>\r
1392                         </div>\r
1393         </td>\r
1394         <td class="msource"><a ext:cls="Ext.Component" ext:member="#cloneConfig" href="output/Ext.Component.html#cloneConfig">Component</a></td>\r
1395     </tr>\r
1396         <tr class="method-row inherited alt expandable">\r
1397         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1398         <td class="sig">\r
1399         <a id="Ext.tree.TreePanel-collapse"></a>\r
1400             <b>collapse</b>(&nbsp;<code>Boolean animate</code>&nbsp;) : Ext.Panel            <div class="mdesc">\r
1401                         <div class="short">Collapses the panel body so that it becomes hidden.  Fires the beforecollapse event which will
1402 cancel the collapse ac...</div>\r
1403             <div class="long">\r
1404                 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
1405 cancel the collapse action if it returns false.    <div class="mdetail-params">\r
1406         <strong>Parameters:</strong>\r
1407         <ul><li><code>animate</code> : Boolean<div class="sub-desc">True to animate the transition, else false (defaults to the value of the
1408 <a ext:cls="Ext.Panel" ext:member="animCollapse" href="output/Ext.Panel.html#animCollapse">animCollapse</a> panel config)</div></li>        </ul>\r
1409         <strong>Returns:</strong>\r
1410         <ul>\r
1411             <li><code>Ext.Panel</code><div class="sub-desc">this</div></li>\r
1412         </ul>\r
1413     </div>\r
1414                 </div>\r
1415                         </div>\r
1416         </td>\r
1417         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#collapse" href="output/Ext.Panel.html#collapse">Panel</a></td>\r
1418     </tr>\r
1419         <tr class="method-row expandable">\r
1420         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1421         <td class="sig">\r
1422         <a id="Ext.tree.TreePanel-collapseAll"></a>\r
1423             <b>collapseAll</b>() : void            <div class="mdesc">\r
1424                         <div class="short">Collapse all nodes</div>\r
1425             <div class="long">\r
1426                 Collapse all nodes    <div class="mdetail-params">\r
1427         <strong>Parameters:</strong>\r
1428         <ul><li>None.</li>        </ul>\r
1429         <strong>Returns:</strong>\r
1430         <ul>\r
1431             <li><code>void</code></li>\r
1432         </ul>\r
1433     </div>\r
1434                 </div>\r
1435                         </div>\r
1436         </td>\r
1437         <td class="msource">TreePanel</td>\r
1438     </tr>\r
1439         <tr class="method-row inherited alt expandable">\r
1440         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1441         <td class="sig">\r
1442         <a id="Ext.tree.TreePanel-destroy"></a>\r
1443             <b>destroy</b>() : void            <div class="mdesc">\r
1444                         <div class="short">Destroys this component by purging any event listeners, removing the component's element from the DOM,
1445 removing the c...</div>\r
1446             <div class="long">\r
1447                 Destroys this component by purging any event listeners, removing the component's element from the DOM,
1448 removing the component from its <a ext:cls="Ext.Container" href="output/Ext.Container.html">Ext.Container</a> (if applicable) and unregistering it from
1449 <a ext:cls="Ext.ComponentMgr" href="output/Ext.ComponentMgr.html">Ext.ComponentMgr</a>.  Destruction is generally handled automatically by the framework and this method
1450 should usually not need to be called directly.    <div class="mdetail-params">\r
1451         <strong>Parameters:</strong>\r
1452         <ul><li>None.</li>        </ul>\r
1453         <strong>Returns:</strong>\r
1454         <ul>\r
1455             <li><code>void</code></li>\r
1456         </ul>\r
1457     </div>\r
1458                 </div>\r
1459                         </div>\r
1460         </td>\r
1461         <td class="msource"><a ext:cls="Ext.Component" ext:member="#destroy" href="output/Ext.Component.html#destroy">Component</a></td>\r
1462     </tr>\r
1463         <tr class="method-row inherited expandable">\r
1464         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1465         <td class="sig">\r
1466         <a id="Ext.tree.TreePanel-expand"></a>\r
1467             <b>expand</b>(&nbsp;<code>Boolean animate</code>&nbsp;) : Ext.Panel            <div class="mdesc">\r
1468                         <div class="short">Expands the panel body so that it becomes visible.  Fires the beforeexpand event which will
1469 cancel the expand action ...</div>\r
1470             <div class="long">\r
1471                 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
1472 cancel the expand action if it returns false.    <div class="mdetail-params">\r
1473         <strong>Parameters:</strong>\r
1474         <ul><li><code>animate</code> : Boolean<div class="sub-desc">True to animate the transition, else false (defaults to the value of the
1475 <a ext:cls="Ext.Panel" ext:member="animCollapse" href="output/Ext.Panel.html#animCollapse">animCollapse</a> panel config)</div></li>        </ul>\r
1476         <strong>Returns:</strong>\r
1477         <ul>\r
1478             <li><code>Ext.Panel</code><div class="sub-desc">this</div></li>\r
1479         </ul>\r
1480     </div>\r
1481                 </div>\r
1482                         </div>\r
1483         </td>\r
1484         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#expand" href="output/Ext.Panel.html#expand">Panel</a></td>\r
1485     </tr>\r
1486         <tr class="method-row alt expandable">\r
1487         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1488         <td class="sig">\r
1489         <a id="Ext.tree.TreePanel-expandAll"></a>\r
1490             <b>expandAll</b>() : void            <div class="mdesc">\r
1491                         <div class="short">Expand all nodes</div>\r
1492             <div class="long">\r
1493                 Expand all nodes    <div class="mdetail-params">\r
1494         <strong>Parameters:</strong>\r
1495         <ul><li>None.</li>        </ul>\r
1496         <strong>Returns:</strong>\r
1497         <ul>\r
1498             <li><code>void</code></li>\r
1499         </ul>\r
1500     </div>\r
1501                 </div>\r
1502                         </div>\r
1503         </td>\r
1504         <td class="msource">TreePanel</td>\r
1505     </tr>\r
1506         <tr class="method-row expandable">\r
1507         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1508         <td class="sig">\r
1509         <a id="Ext.tree.TreePanel-expandPath"></a>\r
1510             <b>expandPath</b>(&nbsp;<code>String path</code>, <span class="optional" title="Optional">[<code>String attr</code>]</span>, <span class="optional" title="Optional">[<code>Function callback</code>]</span>&nbsp;) : void            <div class="mdesc">\r
1511                         <div class="short">Expands a specified path in this TreePanel. A path can be retrieved from a node with <a ext:cls="Ext.data.Node" ext:member="getPath" href="output/Ext.data.Node.html#getPath">Ext.data.Node.getPath</a></div>\r
1512             <div class="long">\r
1513                 Expands a specified path in this TreePanel. A path can be retrieved from a node with <a ext:cls="Ext.data.Node" ext:member="getPath" href="output/Ext.data.Node.html#getPath">Ext.data.Node.getPath</a>    <div class="mdetail-params">\r
1514         <strong>Parameters:</strong>\r
1515         <ul><li><code>path</code> : String<div class="sub-desc"></div></li><li><code>attr</code> : String<div class="sub-desc">(optional) The attribute used in the path (see <a ext:cls="Ext.data.Node" ext:member="getPath" href="output/Ext.data.Node.html#getPath">Ext.data.Node.getPath</a> for more info)</div></li><li><code>callback</code> : Function<div class="sub-desc">(optional) The callback to call when the expand is complete. The callback will be called with
1516 (bSuccess, oLastNode) where bSuccess is if the expand was successful and oLastNode is the last node that was expanded.</div></li>        </ul>\r
1517         <strong>Returns:</strong>\r
1518         <ul>\r
1519             <li><code>void</code></li>\r
1520         </ul>\r
1521     </div>\r
1522                 </div>\r
1523                         </div>\r
1524         </td>\r
1525         <td class="msource">TreePanel</td>\r
1526     </tr>\r
1527         <tr class="method-row inherited alt expandable">\r
1528         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1529         <td class="sig">\r
1530         <a id="Ext.tree.TreePanel-findParentBy"></a>\r
1531             <b>findParentBy</b>(&nbsp;<code>Function fcn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : Ext.Container            <div class="mdesc">\r
1532                         <div class="short">Find a container above this component at any level by a custom function. If the passed function returns
1533 true, the con...</div>\r
1534             <div class="long">\r
1535                 Find a container above this component at any level by a custom function. If the passed function returns
1536 true, the container will be returned. The passed function is called with the arguments (container, this component).    <div class="mdetail-params">\r
1537         <strong>Parameters:</strong>\r
1538         <ul><li><code>fcn</code> : Function<div class="sub-desc"></div></li><li><code>scope</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>\r
1539         <strong>Returns:</strong>\r
1540         <ul>\r
1541             <li><code>Ext.Container</code><div class="sub-desc">The first Container for which the custom function returns true</div></li>\r
1542         </ul>\r
1543     </div>\r
1544                 </div>\r
1545                         </div>\r
1546         </td>\r
1547         <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentBy" href="output/Ext.Component.html#findParentBy">Component</a></td>\r
1548     </tr>\r
1549         <tr class="method-row inherited expandable">\r
1550         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1551         <td class="sig">\r
1552         <a id="Ext.tree.TreePanel-findParentByType"></a>\r
1553             <b>findParentByType</b>(&nbsp;<code>String/Class xtype</code>&nbsp;) : Ext.Container            <div class="mdesc">\r
1554                         <div class="short">Find a container above this component at any level by xtype or class</div>\r
1555             <div class="long">\r
1556                 Find a container above this component at any level by xtype or class    <div class="mdetail-params">\r
1557         <strong>Parameters:</strong>\r
1558         <ul><li><code>xtype</code> : String/Class<div class="sub-desc">The xtype string for a component, or the class of the component directly</div></li>        </ul>\r
1559         <strong>Returns:</strong>\r
1560         <ul>\r
1561             <li><code>Ext.Container</code><div class="sub-desc">The first Container which matches the given xtype or class</div></li>\r
1562         </ul>\r
1563     </div>\r
1564                 </div>\r
1565                         </div>\r
1566         </td>\r
1567         <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentByType" href="output/Ext.Component.html#findParentByType">Component</a></td>\r
1568     </tr>\r
1569         <tr class="method-row inherited alt expandable">\r
1570         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1571         <td class="sig">\r
1572         <a id="Ext.tree.TreePanel-fireEvent"></a>\r
1573             <b>fireEvent</b>(&nbsp;<code>String eventName</code>, <code>Object... args</code>&nbsp;) : Boolean            <div class="mdesc">\r
1574                         <div class="short">Fires the specified event with the passed parameters (minus the event name).</div>\r
1575             <div class="long">\r
1576                 Fires the specified event with the passed parameters (minus the event name).    <div class="mdetail-params">\r
1577         <strong>Parameters:</strong>\r
1578         <ul><li><code>eventName</code> : String<div class="sub-desc"></div></li><li><code>args</code> : Object...<div class="sub-desc">Variable number of parameters are passed to handlers</div></li>        </ul>\r
1579         <strong>Returns:</strong>\r
1580         <ul>\r
1581             <li><code>Boolean</code><div class="sub-desc">returns false if any of the handlers return false otherwise it returns true</div></li>\r
1582         </ul>\r
1583     </div>\r
1584                 </div>\r
1585                         </div>\r
1586         </td>\r
1587         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#fireEvent" href="output/Ext.util.Observable.html#fireEvent">Observable</a></td>\r
1588     </tr>\r
1589         <tr class="method-row inherited expandable">\r
1590         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1591         <td class="sig">\r
1592         <a id="Ext.tree.TreePanel-focus"></a>\r
1593             <b>focus</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean selectText</code>]</span>, <span class="optional" title="Optional">[<code>Boolean/Number delay</code>]</span>&nbsp;) : Ext.Component            <div class="mdesc">\r
1594                         <div class="short">Try to focus this component.</div>\r
1595             <div class="long">\r
1596                 Try to focus this component.    <div class="mdetail-params">\r
1597         <strong>Parameters:</strong>\r
1598         <ul><li><code>selectText</code> : Boolean<div class="sub-desc">(optional) If applicable, true to also select the text in this component</div></li><li><code>delay</code> : Boolean/Number<div class="sub-desc">(optional) Delay the focus this number of milliseconds (true for 10 milliseconds)</div></li>        </ul>\r
1599         <strong>Returns:</strong>\r
1600         <ul>\r
1601             <li><code>Ext.Component</code><div class="sub-desc">this</div></li>\r
1602         </ul>\r
1603     </div>\r
1604                 </div>\r
1605                         </div>\r
1606         </td>\r
1607         <td class="msource"><a ext:cls="Ext.Component" ext:member="#focus" href="output/Ext.Component.html#focus">Component</a></td>\r
1608     </tr>\r
1609         <tr class="method-row inherited alt expandable">\r
1610         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1611         <td class="sig">\r
1612         <a id="Ext.tree.TreePanel-getBottomToolbar"></a>\r
1613             <b>getBottomToolbar</b>() : Ext.Toolbar            <div class="mdesc">\r
1614                         <div class="short">Returns the toolbar from the bottom (bbar) section of the panel.</div>\r
1615             <div class="long">\r
1616                 Returns the toolbar from the bottom (bbar) section of the panel.    <div class="mdetail-params">\r
1617         <strong>Parameters:</strong>\r
1618         <ul><li>None.</li>        </ul>\r
1619         <strong>Returns:</strong>\r
1620         <ul>\r
1621             <li><code>Ext.Toolbar</code><div class="sub-desc">The toolbar</div></li>\r
1622         </ul>\r
1623     </div>\r
1624                 </div>\r
1625                         </div>\r
1626         </td>\r
1627         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#getBottomToolbar" href="output/Ext.Panel.html#getBottomToolbar">Panel</a></td>\r
1628     </tr>\r
1629         <tr class="method-row inherited expandable">\r
1630         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1631         <td class="sig">\r
1632         <a id="Ext.tree.TreePanel-getBox"></a>\r
1633             <b>getBox</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean local</code>]</span>&nbsp;) : Object            <div class="mdesc">\r
1634                         <div class="short">Gets the current box measurements of the component's underlying element.</div>\r
1635             <div class="long">\r
1636                 Gets the current box measurements of the component's underlying element.    <div class="mdetail-params">\r
1637         <strong>Parameters:</strong>\r
1638         <ul><li><code>local</code> : Boolean<div class="sub-desc">(optional) If true the element's left and top are returned instead of page XY (defaults to false)</div></li>        </ul>\r
1639         <strong>Returns:</strong>\r
1640         <ul>\r
1641             <li><code>Object</code><div class="sub-desc">box An object in the format {x, y, width, height}</div></li>\r
1642         </ul>\r
1643     </div>\r
1644                 </div>\r
1645                         </div>\r
1646         </td>\r
1647         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getBox" href="output/Ext.BoxComponent.html#getBox">BoxComponent</a></td>\r
1648     </tr>\r
1649         <tr class="method-row alt expandable">\r
1650         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1651         <td class="sig">\r
1652         <a id="Ext.tree.TreePanel-getChecked"></a>\r
1653             <b>getChecked</b>(&nbsp;<span class="optional" title="Optional">[<code>String attribute</code>]</span>, <span class="optional" title="Optional">[<code>TreeNode startNode</code>]</span>&nbsp;) : Array            <div class="mdesc">\r
1654                         <div class="short">Retrieve an array of checked nodes, or an array of a specific attribute of checked nodes (e.g. "id")</div>\r
1655             <div class="long">\r
1656                 Retrieve an array of checked nodes, or an array of a specific attribute of checked nodes (e.g. "id")    <div class="mdetail-params">\r
1657         <strong>Parameters:</strong>\r
1658         <ul><li><code>attribute</code> : String<div class="sub-desc">(optional) Defaults to null (return the actual nodes)</div></li><li><code>startNode</code> : TreeNode<div class="sub-desc">(optional) The node to start from, defaults to the root</div></li>        </ul>\r
1659         <strong>Returns:</strong>\r
1660         <ul>\r
1661             <li><code>Array</code></li>\r
1662         </ul>\r
1663     </div>\r
1664                 </div>\r
1665                         </div>\r
1666         </td>\r
1667         <td class="msource">TreePanel</td>\r
1668     </tr>\r
1669         <tr class="method-row expandable">\r
1670         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1671         <td class="sig">\r
1672         <a id="Ext.tree.TreePanel-getEl"></a>\r
1673             <b>getEl</b>() : Element            <div class="mdesc">\r
1674                         <div class="short">Returns the container element for this TreePanel.</div>\r
1675             <div class="long">\r
1676                 Returns the container element for this TreePanel.    <div class="mdetail-params">\r
1677         <strong>Parameters:</strong>\r
1678         <ul><li>None.</li>        </ul>\r
1679         <strong>Returns:</strong>\r
1680         <ul>\r
1681             <li><code>Element</code><div class="sub-desc">The container element for this TreePanel.</div></li>\r
1682         </ul>\r
1683     </div>\r
1684                 </div>\r
1685                         </div>\r
1686         </td>\r
1687         <td class="msource">TreePanel</td>\r
1688     </tr>\r
1689         <tr class="method-row inherited alt expandable">\r
1690         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1691         <td class="sig">\r
1692         <a id="Ext.tree.TreePanel-getFrameHeight"></a>\r
1693             <b>getFrameHeight</b>() : Number            <div class="mdesc">\r
1694                         <div class="short">Returns the height in pixels of the framing elements of this panel (including any top and bottom bars and
1695 header and ...</div>\r
1696             <div class="long">\r
1697                 Returns the height in pixels of the framing elements of this panel (including any top and bottom bars and
1698 header and footer elements, but not including the body height).  To retrieve the body height see <a ext:cls="Ext.Panel" ext:member="getInnerHeight" href="output/Ext.Panel.html#getInnerHeight">getInnerHeight</a>.    <div class="mdetail-params">\r
1699         <strong>Parameters:</strong>\r
1700         <ul><li>None.</li>        </ul>\r
1701         <strong>Returns:</strong>\r
1702         <ul>\r
1703             <li><code>Number</code><div class="sub-desc">The frame height</div></li>\r
1704         </ul>\r
1705     </div>\r
1706                 </div>\r
1707                         </div>\r
1708         </td>\r
1709         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#getFrameHeight" href="output/Ext.Panel.html#getFrameHeight">Panel</a></td>\r
1710     </tr>\r
1711         <tr class="method-row inherited expandable">\r
1712         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1713         <td class="sig">\r
1714         <a id="Ext.tree.TreePanel-getFrameWidth"></a>\r
1715             <b>getFrameWidth</b>() : Number            <div class="mdesc">\r
1716                         <div class="short">Returns the width in pixels of the framing elements of this panel (not including the body width).  To
1717 retrieve the bo...</div>\r
1718             <div class="long">\r
1719                 Returns the width in pixels of the framing elements of this panel (not including the body width).  To
1720 retrieve the body width see <a ext:cls="Ext.Panel" ext:member="getInnerWidth" href="output/Ext.Panel.html#getInnerWidth">getInnerWidth</a>.    <div class="mdetail-params">\r
1721         <strong>Parameters:</strong>\r
1722         <ul><li>None.</li>        </ul>\r
1723         <strong>Returns:</strong>\r
1724         <ul>\r
1725             <li><code>Number</code><div class="sub-desc">The frame width</div></li>\r
1726         </ul>\r
1727     </div>\r
1728                 </div>\r
1729                         </div>\r
1730         </td>\r
1731         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#getFrameWidth" href="output/Ext.Panel.html#getFrameWidth">Panel</a></td>\r
1732     </tr>\r
1733         <tr class="method-row inherited alt expandable">\r
1734         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1735         <td class="sig">\r
1736         <a id="Ext.tree.TreePanel-getId"></a>\r
1737             <b>getId</b>() : String            <div class="mdesc">\r
1738                         <div class="short">Returns the id of this component.</div>\r
1739             <div class="long">\r
1740                 Returns the id of this component.    <div class="mdetail-params">\r
1741         <strong>Parameters:</strong>\r
1742         <ul><li>None.</li>        </ul>\r
1743         <strong>Returns:</strong>\r
1744         <ul>\r
1745             <li><code>String</code></li>\r
1746         </ul>\r
1747     </div>\r
1748                 </div>\r
1749                         </div>\r
1750         </td>\r
1751         <td class="msource"><a ext:cls="Ext.Component" ext:member="#getId" href="output/Ext.Component.html#getId">Component</a></td>\r
1752     </tr>\r
1753         <tr class="method-row inherited expandable">\r
1754         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1755         <td class="sig">\r
1756         <a id="Ext.tree.TreePanel-getInnerHeight"></a>\r
1757             <b>getInnerHeight</b>() : Number            <div class="mdesc">\r
1758                         <div class="short">Returns the height in pixels of the body element (not including the height of any framing elements).
1759 For the frame he...</div>\r
1760             <div class="long">\r
1761                 Returns the height in pixels of the body element (not including the height of any framing elements).
1762 For the frame height see <a ext:cls="Ext.Panel" ext:member="getFrameHeight" href="output/Ext.Panel.html#getFrameHeight">getFrameHeight</a>.    <div class="mdetail-params">\r
1763         <strong>Parameters:</strong>\r
1764         <ul><li>None.</li>        </ul>\r
1765         <strong>Returns:</strong>\r
1766         <ul>\r
1767             <li><code>Number</code><div class="sub-desc">The body height</div></li>\r
1768         </ul>\r
1769     </div>\r
1770                 </div>\r
1771                         </div>\r
1772         </td>\r
1773         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#getInnerHeight" href="output/Ext.Panel.html#getInnerHeight">Panel</a></td>\r
1774     </tr>\r
1775         <tr class="method-row inherited alt expandable">\r
1776         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1777         <td class="sig">\r
1778         <a id="Ext.tree.TreePanel-getInnerWidth"></a>\r
1779             <b>getInnerWidth</b>() : Number            <div class="mdesc">\r
1780                         <div class="short">Returns the width in pixels of the body element (not including the width of any framing elements).
1781 For the frame widt...</div>\r
1782             <div class="long">\r
1783                 Returns the width in pixels of the body element (not including the width of any framing elements).
1784 For the frame width see <a ext:cls="Ext.Panel" ext:member="getFrameWidth" href="output/Ext.Panel.html#getFrameWidth">getFrameWidth</a>.    <div class="mdetail-params">\r
1785         <strong>Parameters:</strong>\r
1786         <ul><li>None.</li>        </ul>\r
1787         <strong>Returns:</strong>\r
1788         <ul>\r
1789             <li><code>Number</code><div class="sub-desc">The body width</div></li>\r
1790         </ul>\r
1791     </div>\r
1792                 </div>\r
1793                         </div>\r
1794         </td>\r
1795         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#getInnerWidth" href="output/Ext.Panel.html#getInnerWidth">Panel</a></td>\r
1796     </tr>\r
1797         <tr class="method-row inherited expandable">\r
1798         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1799         <td class="sig">\r
1800         <a id="Ext.tree.TreePanel-getItemId"></a>\r
1801             <b>getItemId</b>() : String            <div class="mdesc">\r
1802                         <div class="short">Returns the item id of this component.</div>\r
1803             <div class="long">\r
1804                 Returns the item id of this component.    <div class="mdetail-params">\r
1805         <strong>Parameters:</strong>\r
1806         <ul><li>None.</li>        </ul>\r
1807         <strong>Returns:</strong>\r
1808         <ul>\r
1809             <li><code>String</code></li>\r
1810         </ul>\r
1811     </div>\r
1812                 </div>\r
1813                         </div>\r
1814         </td>\r
1815         <td class="msource"><a ext:cls="Ext.Component" ext:member="#getItemId" href="output/Ext.Component.html#getItemId">Component</a></td>\r
1816     </tr>\r
1817         <tr class="method-row inherited alt expandable">\r
1818         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1819         <td class="sig">\r
1820         <a id="Ext.tree.TreePanel-getLayoutTarget"></a>\r
1821             <b>getLayoutTarget</b>() : Ext.Element            <div class="mdesc">\r
1822                         <div class="short">Returns the Element to be used to contain the child Components of this Container.
1823 An implementation is provided which...</div>\r
1824             <div class="long">\r
1825                 <p>Returns the Element to be used to contain the child Components of this Container.</p>
1826 <p>An implementation is provided which returns the Container's <a ext:cls="Ext.Container" ext:member="getEl" href="output/Ext.Container.html#getEl">Element</a>, but
1827 if there is a more complex structure to a Container, this may be overridden to return
1828 the element into which the <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> renders child Components.</p>    <div class="mdetail-params">\r
1829         <strong>Parameters:</strong>\r
1830         <ul><li>None.</li>        </ul>\r
1831         <strong>Returns:</strong>\r
1832         <ul>\r
1833             <li><code>Ext.Element</code><div class="sub-desc">The Element to render child Components into.</div></li>\r
1834         </ul>\r
1835     </div>\r
1836                 </div>\r
1837                         </div>\r
1838         </td>\r
1839         <td class="msource"><a ext:cls="Ext.Container" ext:member="#getLayoutTarget" href="output/Ext.Container.html#getLayoutTarget">Container</a></td>\r
1840     </tr>\r
1841         <tr class="method-row expandable">\r
1842         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1843         <td class="sig">\r
1844         <a id="Ext.tree.TreePanel-getLoader"></a>\r
1845             <b>getLoader</b>() : Ext.tree.TreeLoader            <div class="mdesc">\r
1846                         <div class="short">Returns the default <a ext:cls="Ext.tree.TreeLoader" href="output/Ext.tree.TreeLoader.html">Ext.tree.TreeLoader</a> for this TreePanel.</div>\r
1847             <div class="long">\r
1848                 Returns the default <a ext:cls="Ext.tree.TreeLoader" href="output/Ext.tree.TreeLoader.html">Ext.tree.TreeLoader</a> for this TreePanel.    <div class="mdetail-params">\r
1849         <strong>Parameters:</strong>\r
1850         <ul><li>None.</li>        </ul>\r
1851         <strong>Returns:</strong>\r
1852         <ul>\r
1853             <li><code>Ext.tree.TreeLoader</code><div class="sub-desc">The TreeLoader for this TreePanel.</div></li>\r
1854         </ul>\r
1855     </div>\r
1856                 </div>\r
1857                         </div>\r
1858         </td>\r
1859         <td class="msource">TreePanel</td>\r
1860     </tr>\r
1861         <tr class="method-row alt expandable">\r
1862         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1863         <td class="sig">\r
1864         <a id="Ext.tree.TreePanel-getNodeById"></a>\r
1865             <b>getNodeById</b>(&nbsp;<code>String id</code>&nbsp;) : Node            <div class="mdesc">\r
1866                         <div class="short">Gets a node in this tree by its id</div>\r
1867             <div class="long">\r
1868                 Gets a node in this tree by its id    <div class="mdetail-params">\r
1869         <strong>Parameters:</strong>\r
1870         <ul><li><code>id</code> : String<div class="sub-desc"></div></li>        </ul>\r
1871         <strong>Returns:</strong>\r
1872         <ul>\r
1873             <li><code>Node</code></li>\r
1874         </ul>\r
1875     </div>\r
1876                 </div>\r
1877                         </div>\r
1878         </td>\r
1879         <td class="msource">TreePanel</td>\r
1880     </tr>\r
1881         <tr class="method-row inherited expandable">\r
1882         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1883         <td class="sig">\r
1884         <a id="Ext.tree.TreePanel-getPosition"></a>\r
1885             <b>getPosition</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean local</code>]</span>&nbsp;) : Array            <div class="mdesc">\r
1886                         <div class="short">Gets the current XY position of the component's underlying element.</div>\r
1887             <div class="long">\r
1888                 Gets the current XY position of the component's underlying element.    <div class="mdetail-params">\r
1889         <strong>Parameters:</strong>\r
1890         <ul><li><code>local</code> : Boolean<div class="sub-desc">(optional) If true the element's left and top are returned instead of page XY (defaults to false)</div></li>        </ul>\r
1891         <strong>Returns:</strong>\r
1892         <ul>\r
1893             <li><code>Array</code><div class="sub-desc">The XY position of the element (e.g., [100, 200])</div></li>\r
1894         </ul>\r
1895     </div>\r
1896                 </div>\r
1897                         </div>\r
1898         </td>\r
1899         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getPosition" href="output/Ext.BoxComponent.html#getPosition">BoxComponent</a></td>\r
1900     </tr>\r
1901         <tr class="method-row alt expandable">\r
1902         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1903         <td class="sig">\r
1904         <a id="Ext.tree.TreePanel-getRootNode"></a>\r
1905             <b>getRootNode</b>() : Node            <div class="mdesc">\r
1906                         <div class="short">Returns this root node for this tree</div>\r
1907             <div class="long">\r
1908                 Returns this root node for this tree    <div class="mdetail-params">\r
1909         <strong>Parameters:</strong>\r
1910         <ul><li>None.</li>        </ul>\r
1911         <strong>Returns:</strong>\r
1912         <ul>\r
1913             <li><code>Node</code></li>\r
1914         </ul>\r
1915     </div>\r
1916                 </div>\r
1917                         </div>\r
1918         </td>\r
1919         <td class="msource">TreePanel</td>\r
1920     </tr>\r
1921         <tr class="method-row expandable">\r
1922         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1923         <td class="sig">\r
1924         <a id="Ext.tree.TreePanel-getSelectionModel"></a>\r
1925             <b>getSelectionModel</b>() : TreeSelectionModel            <div class="mdesc">\r
1926                         <div class="short">Returns the selection model used by this TreePanel.</div>\r
1927             <div class="long">\r
1928                 Returns the selection model used by this TreePanel.    <div class="mdetail-params">\r
1929         <strong>Parameters:</strong>\r
1930         <ul><li>None.</li>        </ul>\r
1931         <strong>Returns:</strong>\r
1932         <ul>\r
1933             <li><code>TreeSelectionModel</code><div class="sub-desc">The selection model used by this TreePanel</div></li>\r
1934         </ul>\r
1935     </div>\r
1936                 </div>\r
1937                         </div>\r
1938         </td>\r
1939         <td class="msource">TreePanel</td>\r
1940     </tr>\r
1941         <tr class="method-row inherited alt expandable">\r
1942         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1943         <td class="sig">\r
1944         <a id="Ext.tree.TreePanel-getSize"></a>\r
1945             <b>getSize</b>() : Object            <div class="mdesc">\r
1946                         <div class="short">Gets the current size of the component's underlying element.</div>\r
1947             <div class="long">\r
1948                 Gets the current size of the component's underlying element.    <div class="mdetail-params">\r
1949         <strong>Parameters:</strong>\r
1950         <ul><li>None.</li>        </ul>\r
1951         <strong>Returns:</strong>\r
1952         <ul>\r
1953             <li><code>Object</code><div class="sub-desc">An object containing the element's size {width: (element width), height: (element height)}</div></li>\r
1954         </ul>\r
1955     </div>\r
1956                 </div>\r
1957                         </div>\r
1958         </td>\r
1959         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getSize" href="output/Ext.BoxComponent.html#getSize">BoxComponent</a></td>\r
1960     </tr>\r
1961         <tr class="method-row inherited expandable">\r
1962         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1963         <td class="sig">\r
1964         <a id="Ext.tree.TreePanel-getTool"></a>\r
1965             <b>getTool</b>(&nbsp;<code>String id</code>&nbsp;) : Object            <div class="mdesc">\r
1966                         <div class="short">Retrieve a tool by id.</div>\r
1967             <div class="long">\r
1968                 Retrieve a tool by id.    <div class="mdetail-params">\r
1969         <strong>Parameters:</strong>\r
1970         <ul><li><code>id</code> : String<div class="sub-desc"></div></li>        </ul>\r
1971         <strong>Returns:</strong>\r
1972         <ul>\r
1973             <li><code>Object</code><div class="sub-desc">tool</div></li>\r
1974         </ul>\r
1975     </div>\r
1976                 </div>\r
1977                         </div>\r
1978         </td>\r
1979         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#getTool" href="output/Ext.Panel.html#getTool">Panel</a></td>\r
1980     </tr>\r
1981         <tr class="method-row inherited alt expandable">\r
1982         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1983         <td class="sig">\r
1984         <a id="Ext.tree.TreePanel-getTopToolbar"></a>\r
1985             <b>getTopToolbar</b>() : Ext.Toolbar            <div class="mdesc">\r
1986                         <div class="short">Returns the toolbar from the top (tbar) section of the panel.</div>\r
1987             <div class="long">\r
1988                 Returns the toolbar from the top (tbar) section of the panel.    <div class="mdetail-params">\r
1989         <strong>Parameters:</strong>\r
1990         <ul><li>None.</li>        </ul>\r
1991         <strong>Returns:</strong>\r
1992         <ul>\r
1993             <li><code>Ext.Toolbar</code><div class="sub-desc">The toolbar</div></li>\r
1994         </ul>\r
1995     </div>\r
1996                 </div>\r
1997                         </div>\r
1998         </td>\r
1999         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#getTopToolbar" href="output/Ext.Panel.html#getTopToolbar">Panel</a></td>\r
2000     </tr>\r
2001         <tr class="method-row expandable">\r
2002         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2003         <td class="sig">\r
2004         <a id="Ext.tree.TreePanel-getTreeEl"></a>\r
2005             <b>getTreeEl</b>() : Ext.Element            <div class="mdesc">\r
2006                         <div class="short">Returns the underlying Element for this tree</div>\r
2007             <div class="long">\r
2008                 Returns the underlying Element for this tree    <div class="mdetail-params">\r
2009         <strong>Parameters:</strong>\r
2010         <ul><li>None.</li>        </ul>\r
2011         <strong>Returns:</strong>\r
2012         <ul>\r
2013             <li><code>Ext.Element</code><div class="sub-desc">The Element</div></li>\r
2014         </ul>\r
2015     </div>\r
2016                 </div>\r
2017                         </div>\r
2018         </td>\r
2019         <td class="msource">TreePanel</td>\r
2020     </tr>\r
2021         <tr class="method-row inherited alt expandable">\r
2022         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2023         <td class="sig">\r
2024         <a id="Ext.tree.TreePanel-getXType"></a>\r
2025             <b>getXType</b>() : String            <div class="mdesc">\r
2026                         <div class="short">Gets the xtype for this component as registered with Ext.ComponentMgr. For a list of all
2027 available xtypes, see the Ex...</div>\r
2028             <div class="long">\r
2029                 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
2030 available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
2031 <pre><code>var t = <b>new</b> Ext.form.TextField();
2032 alert(t.getXType());  // alerts <em>'textfield'</em></code></pre>    <div class="mdetail-params">\r
2033         <strong>Parameters:</strong>\r
2034         <ul><li>None.</li>        </ul>\r
2035         <strong>Returns:</strong>\r
2036         <ul>\r
2037             <li><code>String</code><div class="sub-desc">The xtype</div></li>\r
2038         </ul>\r
2039     </div>\r
2040                 </div>\r
2041                         </div>\r
2042         </td>\r
2043         <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXType" href="output/Ext.Component.html#getXType">Component</a></td>\r
2044     </tr>\r
2045         <tr class="method-row inherited expandable">\r
2046         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2047         <td class="sig">\r
2048         <a id="Ext.tree.TreePanel-getXTypes"></a>\r
2049             <b>getXTypes</b>() : String            <div class="mdesc">\r
2050                         <div class="short">Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all
2051 available xtypes, see the Ext...</div>\r
2052             <div class="long">\r
2053                 <p>Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all
2054 available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header.</p>
2055 <p><b>If using your own subclasses, be aware that a Component must register its own xtype
2056 to participate in determination of inherited xtypes.</b></p>
2057 <p>Example usage:</p>
2058 <pre><code>\r
2059 var t = new Ext.form.TextField();\r
2060 alert(t.getXTypes());  // alerts 'component/box/field/textfield'</pre></code>    <div class="mdetail-params">\r
2061         <strong>Parameters:</strong>\r
2062         <ul><li>None.</li>        </ul>\r
2063         <strong>Returns:</strong>\r
2064         <ul>\r
2065             <li><code>String</code><div class="sub-desc">The xtype hierarchy string</div></li>\r
2066         </ul>\r
2067     </div>\r
2068                 </div>\r
2069                         </div>\r
2070         </td>\r
2071         <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXTypes" href="output/Ext.Component.html#getXTypes">Component</a></td>\r
2072     </tr>\r
2073         <tr class="method-row inherited alt expandable">\r
2074         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2075         <td class="sig">\r
2076         <a id="Ext.tree.TreePanel-hasListener"></a>\r
2077             <b>hasListener</b>(&nbsp;<code>String eventName</code>&nbsp;) : Boolean            <div class="mdesc">\r
2078                         <div class="short">Checks to see if this object has any listeners for a specified event</div>\r
2079             <div class="long">\r
2080                 Checks to see if this object has any listeners for a specified event    <div class="mdetail-params">\r
2081         <strong>Parameters:</strong>\r
2082         <ul><li><code>eventName</code> : String<div class="sub-desc">The name of the event to check for</div></li>        </ul>\r
2083         <strong>Returns:</strong>\r
2084         <ul>\r
2085             <li><code>Boolean</code><div class="sub-desc">True if the event is being listened for, else false</div></li>\r
2086         </ul>\r
2087     </div>\r
2088                 </div>\r
2089                         </div>\r
2090         </td>\r
2091         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#hasListener" href="output/Ext.util.Observable.html#hasListener">Observable</a></td>\r
2092     </tr>\r
2093         <tr class="method-row inherited expandable">\r
2094         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2095         <td class="sig">\r
2096         <a id="Ext.tree.TreePanel-hide"></a>\r
2097             <b>hide</b>() : Ext.Component            <div class="mdesc">\r
2098                         <div class="short">Hide this component.</div>\r
2099             <div class="long">\r
2100                 Hide this component.    <div class="mdetail-params">\r
2101         <strong>Parameters:</strong>\r
2102         <ul><li>None.</li>        </ul>\r
2103         <strong>Returns:</strong>\r
2104         <ul>\r
2105             <li><code>Ext.Component</code><div class="sub-desc">this</div></li>\r
2106         </ul>\r
2107     </div>\r
2108                 </div>\r
2109                         </div>\r
2110         </td>\r
2111         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hide" href="output/Ext.Component.html#hide">Component</a></td>\r
2112     </tr>\r
2113         <tr class="method-row inherited alt expandable">\r
2114         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2115         <td class="sig">\r
2116         <a id="Ext.tree.TreePanel-isVisible"></a>\r
2117             <b>isVisible</b>() : void            <div class="mdesc">\r
2118                         <div class="short">Returns true if this component is visible.</div>\r
2119             <div class="long">\r
2120                 Returns true if this component is visible.    <div class="mdetail-params">\r
2121         <strong>Parameters:</strong>\r
2122         <ul><li>None.</li>        </ul>\r
2123         <strong>Returns:</strong>\r
2124         <ul>\r
2125             <li><code>void</code></li>\r
2126         </ul>\r
2127     </div>\r
2128                 </div>\r
2129                         </div>\r
2130         </td>\r
2131         <td class="msource"><a ext:cls="Ext.Component" ext:member="#isVisible" href="output/Ext.Component.html#isVisible">Component</a></td>\r
2132     </tr>\r
2133         <tr class="method-row inherited expandable">\r
2134         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2135         <td class="sig">\r
2136         <a id="Ext.tree.TreePanel-isXType"></a>\r
2137             <b>isXType</b>(&nbsp;<code>String xtype</code>, <span class="optional" title="Optional">[<code>Boolean shallow</code>]</span>&nbsp;) : void            <div class="mdesc">\r
2138                         <div class="short">Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended
2139 from th...</div>\r
2140             <div class="long">\r
2141                 <p>Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended
2142 from the xtype (default) or whether it is directly of the xtype specified (shallow = true).</p>
2143 <p><b>If using your own subclasses, be aware that a Component must register its own xtype
2144 to participate in determination of inherited xtypes.</b></p>
2145 <p>For a list of all available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header.</p>
2146 <p>Example usage:</p>
2147 <pre><code>var t = <b>new</b> Ext.form.TextField();
2148 <b>var</b> isText = t.isXType(<em>'textfield'</em>);        <i>// true</i>
2149 <b>var</b> isBoxSubclass = t.isXType(<em>'box'</em>);       <i>// true, descended from BoxComponent</i>
2150 <b>var</b> isBoxInstance = t.isXType(<em>'box'</em>, true); // false, not a direct BoxComponent instance</code></pre>    <div class="mdetail-params">\r
2151         <strong>Parameters:</strong>\r
2152         <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
2153 the default), or true to check whether this Component is directly of the specified xtype.</div></li>        </ul>\r
2154         <strong>Returns:</strong>\r
2155         <ul>\r
2156             <li><code>void</code></li>\r
2157         </ul>\r
2158     </div>\r
2159                 </div>\r
2160                         </div>\r
2161         </td>\r
2162         <td class="msource"><a ext:cls="Ext.Component" ext:member="#isXType" href="output/Ext.Component.html#isXType">Component</a></td>\r
2163     </tr>\r
2164         <tr class="method-row inherited alt expandable">\r
2165         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2166         <td class="sig">\r
2167         <a id="Ext.tree.TreePanel-on"></a>\r
2168             <b>on</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Object options</code>]</span>&nbsp;) : void            <div class="mdesc">\r
2169                         <div class="short">Appends an event handler to this element (shorthand for addListener)</div>\r
2170             <div class="long">\r
2171                 Appends an event handler to this element (shorthand for addListener)    <div class="mdetail-params">\r
2172         <strong>Parameters:</strong>\r
2173         <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
2174 function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>\r
2175         <strong>Returns:</strong>\r
2176         <ul>\r
2177             <li><code>void</code></li>\r
2178         </ul>\r
2179     </div>\r
2180                 </div>\r
2181                         </div>\r
2182         </td>\r
2183         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#on" href="output/Ext.util.Observable.html#on">Observable</a></td>\r
2184     </tr>\r
2185         <tr class="method-row inherited expandable">\r
2186         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2187         <td class="sig">\r
2188         <a id="Ext.tree.TreePanel-purgeListeners"></a>\r
2189             <b>purgeListeners</b>() : void            <div class="mdesc">\r
2190                         <div class="short">Removes all listeners for this object</div>\r
2191             <div class="long">\r
2192                 Removes all listeners for this object    <div class="mdetail-params">\r
2193         <strong>Parameters:</strong>\r
2194         <ul><li>None.</li>        </ul>\r
2195         <strong>Returns:</strong>\r
2196         <ul>\r
2197             <li><code>void</code></li>\r
2198         </ul>\r
2199     </div>\r
2200                 </div>\r
2201                         </div>\r
2202         </td>\r
2203         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#purgeListeners" href="output/Ext.util.Observable.html#purgeListeners">Observable</a></td>\r
2204     </tr>\r
2205         <tr class="method-row inherited alt expandable">\r
2206         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2207         <td class="sig">\r
2208         <a id="Ext.tree.TreePanel-relayEvents"></a>\r
2209             <b>relayEvents</b>(&nbsp;<code>Object o</code>, <code>Array events</code>&nbsp;) : void            <div class="mdesc">\r
2210                         <div class="short">Relays selected events from the specified Observable as if the events were fired by <tt><b>this</b></tt>.</div>\r
2211             <div class="long">\r
2212                 Relays selected events from the specified Observable as if the events were fired by <tt><b>this</b></tt>.    <div class="mdetail-params">\r
2213         <strong>Parameters:</strong>\r
2214         <ul><li><code>o</code> : Object<div class="sub-desc">The Observable whose events this object is to relay.</div></li><li><code>events</code> : Array<div class="sub-desc">Array of event names to relay.</div></li>        </ul>\r
2215         <strong>Returns:</strong>\r
2216         <ul>\r
2217             <li><code>void</code></li>\r
2218         </ul>\r
2219     </div>\r
2220                 </div>\r
2221                         </div>\r
2222         </td>\r
2223         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#relayEvents" href="output/Ext.util.Observable.html#relayEvents">Observable</a></td>\r
2224     </tr>\r
2225         <tr class="method-row inherited expandable">\r
2226         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2227         <td class="sig">\r
2228         <a id="Ext.tree.TreePanel-removeAll"></a>\r
2229             <b>removeAll</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean autoDestroy</code>]</span>&nbsp;) : Array            <div class="mdesc">\r
2230                         <div class="short">Removes all components from this container.</div>\r
2231             <div class="long">\r
2232                 Removes all components from this container.    <div class="mdetail-params">\r
2233         <strong>Parameters:</strong>\r
2234         <ul><li><code>autoDestroy</code> : Boolean<div class="sub-desc">(optional) True to automatically invoke the removed Component's <a ext:cls="Ext.Component" ext:member="destroy" href="output/Ext.Component.html#destroy">Ext.Component.destroy</a> function.
2235 Defaults to the value of this Container's <a ext:cls="Ext.Container" ext:member="autoDestroy" href="output/Ext.Container.html#autoDestroy">autoDestroy</a> config.</div></li>        </ul>\r
2236         <strong>Returns:</strong>\r
2237         <ul>\r
2238             <li><code>Array</code><div class="sub-desc">Array of the destroyed components</div></li>\r
2239         </ul>\r
2240     </div>\r
2241                 </div>\r
2242                         </div>\r
2243         </td>\r
2244         <td class="msource"><a ext:cls="Ext.Container" ext:member="#removeAll" href="output/Ext.Container.html#removeAll">Container</a></td>\r
2245     </tr>\r
2246         <tr class="method-row inherited alt expandable">\r
2247         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2248         <td class="sig">\r
2249         <a id="Ext.tree.TreePanel-removeClass"></a>\r
2250             <b>removeClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">\r
2251                         <div class="short">Removes a CSS class from the component's underlying element.</div>\r
2252             <div class="long">\r
2253                 Removes a CSS class from the component's underlying element.    <div class="mdetail-params">\r
2254         <strong>Parameters:</strong>\r
2255         <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to remove</div></li>        </ul>\r
2256         <strong>Returns:</strong>\r
2257         <ul>\r
2258             <li><code>void</code></li>\r
2259         </ul>\r
2260     </div>\r
2261                 </div>\r
2262                         </div>\r
2263         </td>\r
2264         <td class="msource"><a ext:cls="Ext.Component" ext:member="#removeClass" href="output/Ext.Component.html#removeClass">Component</a></td>\r
2265     </tr>\r
2266         <tr class="method-row inherited expandable">\r
2267         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2268         <td class="sig">\r
2269         <a id="Ext.tree.TreePanel-removeListener"></a>\r
2270             <b>removeListener</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : void            <div class="mdesc">\r
2271                         <div class="short">Removes a listener</div>\r
2272             <div class="long">\r
2273                 Removes a listener    <div class="mdetail-params">\r
2274         <strong>Parameters:</strong>\r
2275         <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The handler to remove</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope (this object) for the handler</div></li>        </ul>\r
2276         <strong>Returns:</strong>\r
2277         <ul>\r
2278             <li><code>void</code></li>\r
2279         </ul>\r
2280     </div>\r
2281                 </div>\r
2282                         </div>\r
2283         </td>\r
2284         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#removeListener" href="output/Ext.util.Observable.html#removeListener">Observable</a></td>\r
2285     </tr>\r
2286         <tr class="method-row inherited alt expandable">\r
2287         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2288         <td class="sig">\r
2289         <a id="Ext.tree.TreePanel-render"></a>\r
2290             <b>render</b>(&nbsp;<span class="optional" title="Optional">[<code>Element/HTMLElement/String container</code>]</span>, <span class="optional" title="Optional">[<code>String/Number position</code>]</span>&nbsp;) : void            <div class="mdesc">\r
2291                         <div class="short">Render this Component into the passed HTML element.
2292 If you are using a Container object to house this Component, then...</div>\r
2293             <div class="long">\r
2294                 <p>Render this Component into the passed HTML element.</p>
2295 <p><b>If you are using a <a ext:cls="Ext.Container" href="output/Ext.Container.html">Container</a> object to house this Component, then
2296 do not use the render method.</b></p>
2297 <p>A Container's child Components are rendered by that Container's
2298 <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> manager when the Container is first rendered.</p>
2299 <p>Certain layout managers allow dynamic addition of child components. Those that do
2300 include <a ext:cls="Ext.layout.CardLayout" href="output/Ext.layout.CardLayout.html">Ext.layout.CardLayout</a>, <a ext:cls="Ext.layout.AnchorLayout" href="output/Ext.layout.AnchorLayout.html">Ext.layout.AnchorLayout</a>,
2301 <a ext:cls="Ext.layout.FormLayout" href="output/Ext.layout.FormLayout.html">Ext.layout.FormLayout</a>, <a ext:cls="Ext.layout.TableLayout" href="output/Ext.layout.TableLayout.html">Ext.layout.TableLayout</a>.</p>
2302 <p>If the Container is already rendered when a new child Component is added, you may need to call
2303 the Container's <a ext:cls="Ext.Container" ext:member="doLayout" href="output/Ext.Container.html#doLayout">doLayout</a> to refresh the view which causes any
2304 unrendered child Components to be rendered. This is required so that you can add multiple
2305 child components if needed while only refreshing the layout once.</p>
2306 <p>When creating complex UIs, it is important to remember that sizing and positioning
2307 of child items is the responsibility of the Container's <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> manager.
2308 If you expect child items to be sized in response to user interactions, you must
2309 configure the Container with a layout manager which creates and manages the type of layout you
2310 have in mind.</p>
2311 <p><b>Omitting the Container's <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> config means that a basic
2312 layout manager is used which does nothing but render child components sequentially into the
2313 Container. No sizing or positioning will be performed in this situation.</b></p>    <div class="mdetail-params">\r
2314         <strong>Parameters:</strong>\r
2315         <ul><li><code>container</code> : Element/HTMLElement/String<div class="sub-desc">(optional) The element this Component should be
2316 rendered into. If it is being created from existing markup, this should be omitted.</div></li><li><code>position</code> : String/Number<div class="sub-desc">(optional) The element ID or DOM node index within the container <b>before</b>
2317 which this component will be inserted (defaults to appending to the end of the container)</div></li>        </ul>\r
2318         <strong>Returns:</strong>\r
2319         <ul>\r
2320             <li><code>void</code></li>\r
2321         </ul>\r
2322     </div>\r
2323                 </div>\r
2324                         </div>\r
2325         </td>\r
2326         <td class="msource"><a ext:cls="Ext.Component" ext:member="#render" href="output/Ext.Component.html#render">Component</a></td>\r
2327     </tr>\r
2328         <tr class="method-row inherited expandable">\r
2329         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2330         <td class="sig">\r
2331         <a id="Ext.tree.TreePanel-resumeEvents"></a>\r
2332             <b>resumeEvents</b>() : void            <div class="mdesc">\r
2333                         <div class="short">Resume firing events. (see <a ext:cls="Ext.util.Observable" ext:member="suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">suspendEvents</a>)</div>\r
2334             <div class="long">\r
2335                 Resume firing events. (see <a ext:cls="Ext.util.Observable" ext:member="suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">suspendEvents</a>)    <div class="mdetail-params">\r
2336         <strong>Parameters:</strong>\r
2337         <ul><li>None.</li>        </ul>\r
2338         <strong>Returns:</strong>\r
2339         <ul>\r
2340             <li><code>void</code></li>\r
2341         </ul>\r
2342     </div>\r
2343                 </div>\r
2344                         </div>\r
2345         </td>\r
2346         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">Observable</a></td>\r
2347     </tr>\r
2348         <tr class="method-row alt expandable">\r
2349         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2350         <td class="sig">\r
2351         <a id="Ext.tree.TreePanel-selectPath"></a>\r
2352             <b>selectPath</b>(&nbsp;<code>String path</code>, <span class="optional" title="Optional">[<code>String attr</code>]</span>, <span class="optional" title="Optional">[<code>Function callback</code>]</span>&nbsp;) : void            <div class="mdesc">\r
2353                         <div class="short">Selects the node in this tree at the specified path. A path can be retrieved from a node with <a ext:cls="Ext.data.Node" ext:member="getPath" href="output/Ext.data.Node.html#getPath">Ext.data.Node.getPath</a></div>\r
2354             <div class="long">\r
2355                 Selects the node in this tree at the specified path. A path can be retrieved from a node with <a ext:cls="Ext.data.Node" ext:member="getPath" href="output/Ext.data.Node.html#getPath">Ext.data.Node.getPath</a>    <div class="mdetail-params">\r
2356         <strong>Parameters:</strong>\r
2357         <ul><li><code>path</code> : String<div class="sub-desc"></div></li><li><code>attr</code> : String<div class="sub-desc">(optional) The attribute used in the path (see <a ext:cls="Ext.data.Node" ext:member="getPath" href="output/Ext.data.Node.html#getPath">Ext.data.Node.getPath</a> for more info)</div></li><li><code>callback</code> : Function<div class="sub-desc">(optional) The callback to call when the selection is complete. The callback will be called with
2358 (bSuccess, oSelNode) where bSuccess is if the selection was successful and oSelNode is the selected node.</div></li>        </ul>\r
2359         <strong>Returns:</strong>\r
2360         <ul>\r
2361             <li><code>void</code></li>\r
2362         </ul>\r
2363     </div>\r
2364                 </div>\r
2365                         </div>\r
2366         </td>\r
2367         <td class="msource">TreePanel</td>\r
2368     </tr>\r
2369         <tr class="method-row inherited expandable">\r
2370         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2371         <td class="sig">\r
2372         <a id="Ext.tree.TreePanel-setHeight"></a>\r
2373             <b>setHeight</b>(&nbsp;<code>Number height</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
2374                         <div class="short">Sets the height of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.</div>\r
2375             <div class="long">\r
2376                 Sets the height of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.    <div class="mdetail-params">\r
2377         <strong>Parameters:</strong>\r
2378         <ul><li><code>height</code> : Number<div class="sub-desc">The new height to set</div></li>        </ul>\r
2379         <strong>Returns:</strong>\r
2380         <ul>\r
2381             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
2382         </ul>\r
2383     </div>\r
2384                 </div>\r
2385                         </div>\r
2386         </td>\r
2387         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setHeight" href="output/Ext.BoxComponent.html#setHeight">BoxComponent</a></td>\r
2388     </tr>\r
2389         <tr class="method-row inherited alt expandable">\r
2390         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2391         <td class="sig">\r
2392         <a id="Ext.tree.TreePanel-setIconClass"></a>\r
2393             <b>setIconClass</b>(&nbsp;<code>String cls</code>&nbsp;) : void            <div class="mdesc">\r
2394                         <div class="short">Sets the CSS class that provides the icon image for this panel.  This method will replace any existing
2395 icon class if ...</div>\r
2396             <div class="long">\r
2397                 Sets the CSS class that provides the icon image for this panel.  This method will replace any existing
2398 icon class if one has already been set.    <div class="mdetail-params">\r
2399         <strong>Parameters:</strong>\r
2400         <ul><li><code>cls</code> : String<div class="sub-desc">The new CSS class name</div></li>        </ul>\r
2401         <strong>Returns:</strong>\r
2402         <ul>\r
2403             <li><code>void</code></li>\r
2404         </ul>\r
2405     </div>\r
2406                 </div>\r
2407                         </div>\r
2408         </td>\r
2409         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#setIconClass" href="output/Ext.Panel.html#setIconClass">Panel</a></td>\r
2410     </tr>\r
2411         <tr class="method-row inherited expandable">\r
2412         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2413         <td class="sig">\r
2414         <a id="Ext.tree.TreePanel-setPagePosition"></a>\r
2415             <b>setPagePosition</b>(&nbsp;<code>Number x</code>, <code>Number y</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
2416                         <div class="short">Sets the page XY position of the component.  To set the left and top instead, use setPosition.
2417 This method fires the ...</div>\r
2418             <div class="long">\r
2419                 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>.
2420 This method fires the <a ext:cls="Ext.BoxComponent" ext:member="move" href="output/Ext.BoxComponent.html#move">move</a> event.    <div class="mdetail-params">\r
2421         <strong>Parameters:</strong>\r
2422         <ul><li><code>x</code> : Number<div class="sub-desc">The new x position</div></li><li><code>y</code> : Number<div class="sub-desc">The new y position</div></li>        </ul>\r
2423         <strong>Returns:</strong>\r
2424         <ul>\r
2425             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
2426         </ul>\r
2427     </div>\r
2428                 </div>\r
2429                         </div>\r
2430         </td>\r
2431         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setPagePosition" href="output/Ext.BoxComponent.html#setPagePosition">BoxComponent</a></td>\r
2432     </tr>\r
2433         <tr class="method-row inherited alt expandable">\r
2434         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2435         <td class="sig">\r
2436         <a id="Ext.tree.TreePanel-setPosition"></a>\r
2437             <b>setPosition</b>(&nbsp;<code>Number left</code>, <code>Number top</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
2438                         <div class="short">Sets the left and top of the component.  To set the page XY position instead, use setPagePosition.
2439 This method fires ...</div>\r
2440             <div class="long">\r
2441                 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>.
2442 This method fires the <a ext:cls="Ext.BoxComponent" ext:member="move" href="output/Ext.BoxComponent.html#move">move</a> event.    <div class="mdetail-params">\r
2443         <strong>Parameters:</strong>\r
2444         <ul><li><code>left</code> : Number<div class="sub-desc">The new left</div></li><li><code>top</code> : Number<div class="sub-desc">The new top</div></li>        </ul>\r
2445         <strong>Returns:</strong>\r
2446         <ul>\r
2447             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
2448         </ul>\r
2449     </div>\r
2450                 </div>\r
2451                         </div>\r
2452         </td>\r
2453         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setPosition" href="output/Ext.BoxComponent.html#setPosition">BoxComponent</a></td>\r
2454     </tr>\r
2455         <tr class="method-row expandable">\r
2456         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2457         <td class="sig">\r
2458         <a id="Ext.tree.TreePanel-setRootNode"></a>\r
2459             <b>setRootNode</b>(&nbsp;<code>Node node</code>&nbsp;) : Node            <div class="mdesc">\r
2460                         <div class="short">Sets the root node for this tree during initialization.</div>\r
2461             <div class="long">\r
2462                 Sets the root node for this tree during initialization.    <div class="mdetail-params">\r
2463         <strong>Parameters:</strong>\r
2464         <ul><li><code>node</code> : Node<div class="sub-desc"></div></li>        </ul>\r
2465         <strong>Returns:</strong>\r
2466         <ul>\r
2467             <li><code>Node</code></li>\r
2468         </ul>\r
2469     </div>\r
2470                 </div>\r
2471                         </div>\r
2472         </td>\r
2473         <td class="msource">TreePanel</td>\r
2474     </tr>\r
2475         <tr class="method-row inherited alt expandable">\r
2476         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2477         <td class="sig">\r
2478         <a id="Ext.tree.TreePanel-setSize"></a>\r
2479             <b>setSize</b>(&nbsp;<code>Number/Object width</code>, <code>Number height</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
2480                         <div class="short">Sets the width and height of the component.  This method fires the resize event.  This method can accept
2481 either width...</div>\r
2482             <div class="long">\r
2483                 Sets the width and height of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.  This method can accept
2484 either width and height as separate numeric arguments, or you can pass a size object like {width:10, height:20}.    <div class="mdetail-params">\r
2485         <strong>Parameters:</strong>\r
2486         <ul><li><code>width</code> : Number/Object<div class="sub-desc">The new width to set, or a size object in the format {width, height}</div></li><li><code>height</code> : Number<div class="sub-desc">The new height to set (not required if a size object is passed as the first arg)</div></li>        </ul>\r
2487         <strong>Returns:</strong>\r
2488         <ul>\r
2489             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
2490         </ul>\r
2491     </div>\r
2492                 </div>\r
2493                         </div>\r
2494         </td>\r
2495         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setSize" href="output/Ext.BoxComponent.html#setSize">BoxComponent</a></td>\r
2496     </tr>\r
2497         <tr class="method-row inherited expandable">\r
2498         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2499         <td class="sig">\r
2500         <a id="Ext.tree.TreePanel-setTitle"></a>\r
2501             <b>setTitle</b>(&nbsp;<code>String title</code>, <span class="optional" title="Optional">[<code>String iconCls</code>]</span>&nbsp;) : void            <div class="mdesc">\r
2502                         <div class="short">Sets the title text for the panel and optionally the icon class.
2503 In order to be able to set the title, a header eleme...</div>\r
2504             <div class="long">\r
2505                 <p>Sets the title text for the panel and optionally the icon class.</p>
2506 <p>In order to be able to set the title, a header element must have been created
2507 for the Panel. This is triggered either by configuring the Panel with a non-blank title,
2508 or configuring it with <tt><b><a ext:cls="Ext.Panel" ext:member="header" href="output/Ext.Panel.html#header">header</a>: true</b></tt>.</p>    <div class="mdetail-params">\r
2509         <strong>Parameters:</strong>\r
2510         <ul><li><code>title</code> : String<div class="sub-desc">The title text to set</div></li><li><code>iconCls</code> : String<div class="sub-desc">(optional) iconCls A user-defined CSS class that provides the icon image for this panel</div></li>        </ul>\r
2511         <strong>Returns:</strong>\r
2512         <ul>\r
2513             <li><code>void</code></li>\r
2514         </ul>\r
2515     </div>\r
2516                 </div>\r
2517                         </div>\r
2518         </td>\r
2519         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#setTitle" href="output/Ext.Panel.html#setTitle">Panel</a></td>\r
2520     </tr>\r
2521         <tr class="method-row inherited alt expandable">\r
2522         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2523         <td class="sig">\r
2524         <a id="Ext.tree.TreePanel-setVisible"></a>\r
2525             <b>setVisible</b>(&nbsp;<code>Boolean visible</code>&nbsp;) : Ext.Component            <div class="mdesc">\r
2526                         <div class="short">Convenience function to hide or show this component by boolean.</div>\r
2527             <div class="long">\r
2528                 Convenience function to hide or show this component by boolean.    <div class="mdetail-params">\r
2529         <strong>Parameters:</strong>\r
2530         <ul><li><code>visible</code> : Boolean<div class="sub-desc">True to show, false to hide</div></li>        </ul>\r
2531         <strong>Returns:</strong>\r
2532         <ul>\r
2533             <li><code>Ext.Component</code><div class="sub-desc">this</div></li>\r
2534         </ul>\r
2535     </div>\r
2536                 </div>\r
2537                         </div>\r
2538         </td>\r
2539         <td class="msource"><a ext:cls="Ext.Component" ext:member="#setVisible" href="output/Ext.Component.html#setVisible">Component</a></td>\r
2540     </tr>\r
2541         <tr class="method-row inherited expandable">\r
2542         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2543         <td class="sig">\r
2544         <a id="Ext.tree.TreePanel-setWidth"></a>\r
2545             <b>setWidth</b>(&nbsp;<code>Number width</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
2546                         <div class="short">Sets the width of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.</div>\r
2547             <div class="long">\r
2548                 Sets the width of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.    <div class="mdetail-params">\r
2549         <strong>Parameters:</strong>\r
2550         <ul><li><code>width</code> : Number<div class="sub-desc">The new width to set</div></li>        </ul>\r
2551         <strong>Returns:</strong>\r
2552         <ul>\r
2553             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
2554         </ul>\r
2555     </div>\r
2556                 </div>\r
2557                         </div>\r
2558         </td>\r
2559         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setWidth" href="output/Ext.BoxComponent.html#setWidth">BoxComponent</a></td>\r
2560     </tr>\r
2561         <tr class="method-row inherited alt expandable">\r
2562         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2563         <td class="sig">\r
2564         <a id="Ext.tree.TreePanel-show"></a>\r
2565             <b>show</b>() : Ext.Component            <div class="mdesc">\r
2566                         <div class="short">Show this component.</div>\r
2567             <div class="long">\r
2568                 Show this component.    <div class="mdetail-params">\r
2569         <strong>Parameters:</strong>\r
2570         <ul><li>None.</li>        </ul>\r
2571         <strong>Returns:</strong>\r
2572         <ul>\r
2573             <li><code>Ext.Component</code><div class="sub-desc">this</div></li>\r
2574         </ul>\r
2575     </div>\r
2576                 </div>\r
2577                         </div>\r
2578         </td>\r
2579         <td class="msource"><a ext:cls="Ext.Component" ext:member="#show" href="output/Ext.Component.html#show">Component</a></td>\r
2580     </tr>\r
2581         <tr class="method-row inherited expandable">\r
2582         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2583         <td class="sig">\r
2584         <a id="Ext.tree.TreePanel-suspendEvents"></a>\r
2585             <b>suspendEvents</b>() : void            <div class="mdesc">\r
2586                         <div class="short">Suspend the firing of all events. (see <a ext:cls="Ext.util.Observable" ext:member="resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">resumeEvents</a>)</div>\r
2587             <div class="long">\r
2588                 Suspend the firing of all events. (see <a ext:cls="Ext.util.Observable" ext:member="resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">resumeEvents</a>)    <div class="mdetail-params">\r
2589         <strong>Parameters:</strong>\r
2590         <ul><li>None.</li>        </ul>\r
2591         <strong>Returns:</strong>\r
2592         <ul>\r
2593             <li><code>void</code></li>\r
2594         </ul>\r
2595     </div>\r
2596                 </div>\r
2597                         </div>\r
2598         </td>\r
2599         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">Observable</a></td>\r
2600     </tr>\r
2601         <tr class="method-row inherited alt expandable">\r
2602         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2603         <td class="sig">\r
2604         <a id="Ext.tree.TreePanel-syncSize"></a>\r
2605             <b>syncSize</b>() : Ext.BoxComponent            <div class="mdesc">\r
2606                         <div class="short">Force the component's size to recalculate based on the underlying element's current height and width.</div>\r
2607             <div class="long">\r
2608                 Force the component's size to recalculate based on the underlying element's current height and width.    <div class="mdetail-params">\r
2609         <strong>Parameters:</strong>\r
2610         <ul><li>None.</li>        </ul>\r
2611         <strong>Returns:</strong>\r
2612         <ul>\r
2613             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
2614         </ul>\r
2615     </div>\r
2616                 </div>\r
2617                         </div>\r
2618         </td>\r
2619         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#syncSize" href="output/Ext.BoxComponent.html#syncSize">BoxComponent</a></td>\r
2620     </tr>\r
2621         <tr class="method-row inherited expandable">\r
2622         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2623         <td class="sig">\r
2624         <a id="Ext.tree.TreePanel-toggleCollapse"></a>\r
2625             <b>toggleCollapse</b>(&nbsp;<code>Boolean animate</code>&nbsp;) : Ext.Panel            <div class="mdesc">\r
2626                         <div class="short">Shortcut for performing an <a ext:cls="Ext.Panel" ext:member="expand" href="output/Ext.Panel.html#expand">expand</a> or <a ext:cls="Ext.Panel" ext:member="collapse" href="output/Ext.Panel.html#collapse">collapse</a> based on the current state of the panel.</div>\r
2627             <div class="long">\r
2628                 Shortcut for performing an <a ext:cls="Ext.Panel" ext:member="expand" href="output/Ext.Panel.html#expand">expand</a> or <a ext:cls="Ext.Panel" ext:member="collapse" href="output/Ext.Panel.html#collapse">collapse</a> based on the current state of the panel.    <div class="mdetail-params">\r
2629         <strong>Parameters:</strong>\r
2630         <ul><li><code>animate</code> : Boolean<div class="sub-desc">True to animate the transition, else false (defaults to the value of the
2631 <a ext:cls="Ext.Panel" ext:member="animCollapse" href="output/Ext.Panel.html#animCollapse">animCollapse</a> panel config)</div></li>        </ul>\r
2632         <strong>Returns:</strong>\r
2633         <ul>\r
2634             <li><code>Ext.Panel</code><div class="sub-desc">this</div></li>\r
2635         </ul>\r
2636     </div>\r
2637                 </div>\r
2638                         </div>\r
2639         </td>\r
2640         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#toggleCollapse" href="output/Ext.Panel.html#toggleCollapse">Panel</a></td>\r
2641     </tr>\r
2642         <tr class="method-row inherited alt expandable">\r
2643         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2644         <td class="sig">\r
2645         <a id="Ext.tree.TreePanel-un"></a>\r
2646             <b>un</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : void            <div class="mdesc">\r
2647                         <div class="short">Removes a listener (shorthand for removeListener)</div>\r
2648             <div class="long">\r
2649                 Removes a listener (shorthand for removeListener)    <div class="mdetail-params">\r
2650         <strong>Parameters:</strong>\r
2651         <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The handler to remove</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope (this object) for the handler</div></li>        </ul>\r
2652         <strong>Returns:</strong>\r
2653         <ul>\r
2654             <li><code>void</code></li>\r
2655         </ul>\r
2656     </div>\r
2657                 </div>\r
2658                         </div>\r
2659         </td>\r
2660         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#un" href="output/Ext.util.Observable.html#un">Observable</a></td>\r
2661     </tr>\r
2662         <tr class="method-row inherited expandable">\r
2663         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2664         <td class="sig">\r
2665         <a id="Ext.tree.TreePanel-updateBox"></a>\r
2666             <b>updateBox</b>(&nbsp;<code>Object box</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
2667                         <div class="short">Sets the current box measurements of the component's underlying element.</div>\r
2668             <div class="long">\r
2669                 Sets the current box measurements of the component's underlying element.    <div class="mdetail-params">\r
2670         <strong>Parameters:</strong>\r
2671         <ul><li><code>box</code> : Object<div class="sub-desc">An object in the format {x, y, width, height}</div></li>        </ul>\r
2672         <strong>Returns:</strong>\r
2673         <ul>\r
2674             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
2675         </ul>\r
2676     </div>\r
2677                 </div>\r
2678                         </div>\r
2679         </td>\r
2680         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#updateBox" href="output/Ext.BoxComponent.html#updateBox">BoxComponent</a></td>\r
2681     </tr>\r
2682             </table>
2683                 <a id="Ext.tree.TreePanel-events"></a>
2684         <h2>Public Events</h2>
2685                 <table cellspacing="0" class="member-table">
2686             <tr>
2687                 <th class="sig-header" colspan="2">Event</th>
2688                 <th class="msource-header">Defined By</th>
2689             </tr>
2690                 <tr class="event-row inherited expandable">\r
2691         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2692         <td class="sig">\r
2693         <a id="Ext.tree.TreePanel-activate"></a>\r
2694             <b>activate</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">\r
2695                         <div class="short">Fires after the Panel has been visually activated.
2696 Note that Panels do not directly support being activated, but some...</div>\r
2697             <div class="long">\r
2698                 Fires after the Panel has been visually activated.
2699 Note that Panels do not directly support being activated, but some Panel subclasses
2700 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
2701 activate and deactivate events under the control of the TabPanel.    <div class="mdetail-params">\r
2702         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2703         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel that has been activated.</div></li>        </ul>\r
2704     </div>\r
2705                 </div>\r
2706                         </div>\r
2707         </td>\r
2708         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-activate" href="output/Ext.Panel.html#event-activate">Panel</a></td>\r
2709     </tr>\r
2710         <tr class="event-row inherited alt expandable">\r
2711         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2712         <td class="sig">\r
2713         <a id="Ext.tree.TreePanel-add"></a>\r
2714             <b>add</b> : (&nbsp;<code>Ext.Container this</code>, <code>Ext.Component component</code>, <code>Number index</code>&nbsp;)            <div class="mdesc">\r
2715                         <div class="short">Fires after any <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> is added or inserted into the container.</div>\r
2716             <div class="long">\r
2717                 Fires after any <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> is added or inserted into the container.    <div class="mdetail-params">\r
2718         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2719         <ul><li><code>this</code> : Ext.Container<div class="sub-desc"></div></li><li><code>component</code> : Ext.Component<div class="sub-desc">The component that was added</div></li><li><code>index</code> : Number<div class="sub-desc">The index at which the component was added to the container's items collection</div></li>        </ul>\r
2720     </div>\r
2721                 </div>\r
2722                         </div>\r
2723         </td>\r
2724         <td class="msource"><a ext:cls="Ext.Container" ext:member="#event-add" href="output/Ext.Container.html#event-add">Container</a></td>\r
2725     </tr>\r
2726         <tr class="event-row inherited expandable">\r
2727         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2728         <td class="sig">\r
2729         <a id="Ext.tree.TreePanel-afterlayout"></a>\r
2730             <b>afterlayout</b> : (&nbsp;<code>Ext.Container this</code>, <code>ContainerLayout layout</code>&nbsp;)            <div class="mdesc">\r
2731                         <div class="short">Fires when the components in this container are arranged by the associated layout manager.</div>\r
2732             <div class="long">\r
2733                 Fires when the components in this container are arranged by the associated layout manager.    <div class="mdetail-params">\r
2734         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2735         <ul><li><code>this</code> : Ext.Container<div class="sub-desc"></div></li><li><code>layout</code> : ContainerLayout<div class="sub-desc">The ContainerLayout implementation for this container</div></li>        </ul>\r
2736     </div>\r
2737                 </div>\r
2738                         </div>\r
2739         </td>\r
2740         <td class="msource"><a ext:cls="Ext.Container" ext:member="#event-afterlayout" href="output/Ext.Container.html#event-afterlayout">Container</a></td>\r
2741     </tr>\r
2742         <tr class="event-row alt expandable">\r
2743         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2744         <td class="sig">\r
2745         <a id="Ext.tree.TreePanel-append"></a>\r
2746             <b>append</b> : (&nbsp;<code>Tree tree</code>, <code>Node parent</code>, <code>Node node</code>, <code>Number index</code>&nbsp;)            <div class="mdesc">\r
2747                         <div class="short">Fires when a new child node is appended to a node in this tree.</div>\r
2748             <div class="long">\r
2749                 Fires when a new child node is appended to a node in this tree.    <div class="mdetail-params">\r
2750         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2751         <ul><li><code>tree</code> : Tree<div class="sub-desc">The owner tree</div></li><li><code>parent</code> : Node<div class="sub-desc">The parent node</div></li><li><code>node</code> : Node<div class="sub-desc">The newly appended node</div></li><li><code>index</code> : Number<div class="sub-desc">The index of the newly appended node</div></li>        </ul>\r
2752     </div>\r
2753                 </div>\r
2754                         </div>\r
2755         </td>\r
2756         <td class="msource">TreePanel</td>\r
2757     </tr>\r
2758         <tr class="event-row inherited expandable">\r
2759         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2760         <td class="sig">\r
2761         <a id="Ext.tree.TreePanel-beforeadd"></a>\r
2762             <b>beforeadd</b> : (&nbsp;<code>Ext.Container this</code>, <code>Ext.Component component</code>, <code>Number index</code>&nbsp;)            <div class="mdesc">\r
2763                         <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.
2764 A handler can return false to cancel the add.</div>\r
2765             <div class="long">\r
2766                 Fires before any <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> is added or inserted into the container.
2767 A handler can return false to cancel the add.    <div class="mdetail-params">\r
2768         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2769         <ul><li><code>this</code> : Ext.Container<div class="sub-desc"></div></li><li><code>component</code> : Ext.Component<div class="sub-desc">The component being added</div></li><li><code>index</code> : Number<div class="sub-desc">The index at which the component will be added to the container's items collection</div></li>        </ul>\r
2770     </div>\r
2771                 </div>\r
2772                         </div>\r
2773         </td>\r
2774         <td class="msource"><a ext:cls="Ext.Container" ext:member="#event-beforeadd" href="output/Ext.Container.html#event-beforeadd">Container</a></td>\r
2775     </tr>\r
2776         <tr class="event-row alt expandable">\r
2777         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2778         <td class="sig">\r
2779         <a id="Ext.tree.TreePanel-beforeappend"></a>\r
2780             <b>beforeappend</b> : (&nbsp;<code>Tree tree</code>, <code>Node parent</code>, <code>Node node</code>&nbsp;)            <div class="mdesc">\r
2781                         <div class="short">Fires before a new child is appended to a node in this tree, return false to cancel the append.</div>\r
2782             <div class="long">\r
2783                 Fires before a new child is appended to a node in this tree, return false to cancel the append.    <div class="mdetail-params">\r
2784         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2785         <ul><li><code>tree</code> : Tree<div class="sub-desc">The owner tree</div></li><li><code>parent</code> : Node<div class="sub-desc">The parent node</div></li><li><code>node</code> : Node<div class="sub-desc">The child node to be appended</div></li>        </ul>\r
2786     </div>\r
2787                 </div>\r
2788                         </div>\r
2789         </td>\r
2790         <td class="msource">TreePanel</td>\r
2791     </tr>\r
2792         <tr class="event-row expandable">\r
2793         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2794         <td class="sig">\r
2795         <a id="Ext.tree.TreePanel-beforechildrenrendered"></a>\r
2796             <b>beforechildrenrendered</b> : (&nbsp;<code>Node node</code>&nbsp;)            <div class="mdesc">\r
2797                         <div class="short">Fires right before the child nodes for a node are rendered</div>\r
2798             <div class="long">\r
2799                 Fires right before the child nodes for a node are rendered    <div class="mdetail-params">\r
2800         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2801         <ul><li><code>node</code> : Node<div class="sub-desc">The node</div></li>        </ul>\r
2802     </div>\r
2803                 </div>\r
2804                         </div>\r
2805         </td>\r
2806         <td class="msource">TreePanel</td>\r
2807     </tr>\r
2808         <tr class="event-row alt expandable">\r
2809         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2810         <td class="sig">\r
2811         <a id="Ext.tree.TreePanel-beforeclick"></a>\r
2812             <b>beforeclick</b> : (&nbsp;<code>Node node</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
2813                         <div class="short">Fires before click processing on a node. Return false to cancel the default action.</div>\r
2814             <div class="long">\r
2815                 Fires before click processing on a node. Return false to cancel the default action.    <div class="mdetail-params">\r
2816         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2817         <ul><li><code>node</code> : Node<div class="sub-desc">The node</div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc">The event object</div></li>        </ul>\r
2818     </div>\r
2819                 </div>\r
2820                         </div>\r
2821         </td>\r
2822         <td class="msource">TreePanel</td>\r
2823     </tr>\r
2824         <tr class="event-row inherited expandable">\r
2825         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2826         <td class="sig">\r
2827         <a id="Ext.tree.TreePanel-beforeclose"></a>\r
2828             <b>beforeclose</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">\r
2829                         <div class="short">Fires before the Panel is closed.  Note that Panels do not directly support being closed, but some
2830 Panel subclasses d...</div>\r
2831             <div class="long">\r
2832                 Fires before the Panel is closed.  Note that Panels do not directly support being closed, but some
2833 Panel subclasses do (like <a ext:cls="Ext.Window" href="output/Ext.Window.html">Ext.Window</a>).  This event only applies to such subclasses.
2834 A handler can return false to cancel the close.    <div class="mdetail-params">\r
2835         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2836         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel being closed.</div></li>        </ul>\r
2837     </div>\r
2838                 </div>\r
2839                         </div>\r
2840         </td>\r
2841         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-beforeclose" href="output/Ext.Panel.html#event-beforeclose">Panel</a></td>\r
2842     </tr>\r
2843         <tr class="event-row inherited alt expandable">\r
2844         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2845         <td class="sig">\r
2846         <a id="Ext.tree.TreePanel-beforecollapse"></a>\r
2847             <b>beforecollapse</b> : (&nbsp;<code>Ext.Panel p</code>, <code>Boolean animate</code>&nbsp;)            <div class="mdesc">\r
2848                         <div class="short">Fires before the Panel is collapsed.  A handler can return false to cancel the collapse.</div>\r
2849             <div class="long">\r
2850                 Fires before the Panel is collapsed.  A handler can return false to cancel the collapse.    <div class="mdetail-params">\r
2851         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2852         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">the Panel being collapsed.</div></li><li><code>animate</code> : Boolean<div class="sub-desc">True if the collapse is animated, else false.</div></li>        </ul>\r
2853     </div>\r
2854                 </div>\r
2855                         </div>\r
2856         </td>\r
2857         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-beforecollapse" href="output/Ext.Panel.html#event-beforecollapse">Panel</a></td>\r
2858     </tr>\r
2859         <tr class="event-row expandable">\r
2860         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2861         <td class="sig">\r
2862         <a id="Ext.tree.TreePanel-beforecollapsenode"></a>\r
2863             <b>beforecollapsenode</b> : (&nbsp;<code>Node node</code>, <code>Boolean deep</code>, <code>Boolean anim</code>&nbsp;)            <div class="mdesc">\r
2864                         <div class="short">Fires before a node is collapsed, return false to cancel.</div>\r
2865             <div class="long">\r
2866                 Fires before a node is collapsed, return false to cancel.    <div class="mdetail-params">\r
2867         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2868         <ul><li><code>node</code> : Node<div class="sub-desc">The node</div></li><li><code>deep</code> : Boolean<div class="sub-desc"></div></li><li><code>anim</code> : Boolean<div class="sub-desc"></div></li>        </ul>\r
2869     </div>\r
2870                 </div>\r
2871                         </div>\r
2872         </td>\r
2873         <td class="msource">TreePanel</td>\r
2874     </tr>\r
2875         <tr class="event-row inherited alt expandable">\r
2876         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2877         <td class="sig">\r
2878         <a id="Ext.tree.TreePanel-beforedestroy"></a>\r
2879             <b>beforedestroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
2880                         <div class="short">Fires before the component is destroyed. Return false to stop the destroy.</div>\r
2881             <div class="long">\r
2882                 Fires before the component is destroyed. Return false to stop the destroy.    <div class="mdetail-params">\r
2883         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2884         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
2885     </div>\r
2886                 </div>\r
2887                         </div>\r
2888         </td>\r
2889         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforedestroy" href="output/Ext.Component.html#event-beforedestroy">Component</a></td>\r
2890     </tr>\r
2891         <tr class="event-row inherited expandable">\r
2892         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2893         <td class="sig">\r
2894         <a id="Ext.tree.TreePanel-beforeexpand"></a>\r
2895             <b>beforeexpand</b> : (&nbsp;<code>Ext.Panel p</code>, <code>Boolean animate</code>&nbsp;)            <div class="mdesc">\r
2896                         <div class="short">Fires before the Panel is expanded.  A handler can return false to cancel the expand.</div>\r
2897             <div class="long">\r
2898                 Fires before the Panel is expanded.  A handler can return false to cancel the expand.    <div class="mdetail-params">\r
2899         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2900         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel being expanded.</div></li><li><code>animate</code> : Boolean<div class="sub-desc">True if the expand is animated, else false.</div></li>        </ul>\r
2901     </div>\r
2902                 </div>\r
2903                         </div>\r
2904         </td>\r
2905         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-beforeexpand" href="output/Ext.Panel.html#event-beforeexpand">Panel</a></td>\r
2906     </tr>\r
2907         <tr class="event-row alt expandable">\r
2908         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2909         <td class="sig">\r
2910         <a id="Ext.tree.TreePanel-beforeexpandnode"></a>\r
2911             <b>beforeexpandnode</b> : (&nbsp;<code>Node node</code>, <code>Boolean deep</code>, <code>Boolean anim</code>&nbsp;)            <div class="mdesc">\r
2912                         <div class="short">Fires before a node is expanded, return false to cancel.</div>\r
2913             <div class="long">\r
2914                 Fires before a node is expanded, return false to cancel.    <div class="mdetail-params">\r
2915         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2916         <ul><li><code>node</code> : Node<div class="sub-desc">The node</div></li><li><code>deep</code> : Boolean<div class="sub-desc"></div></li><li><code>anim</code> : Boolean<div class="sub-desc"></div></li>        </ul>\r
2917     </div>\r
2918                 </div>\r
2919                         </div>\r
2920         </td>\r
2921         <td class="msource">TreePanel</td>\r
2922     </tr>\r
2923         <tr class="event-row inherited expandable">\r
2924         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2925         <td class="sig">\r
2926         <a id="Ext.tree.TreePanel-beforehide"></a>\r
2927             <b>beforehide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
2928                         <div class="short">Fires before the component is hidden. Return false to stop the hide.</div>\r
2929             <div class="long">\r
2930                 Fires before the component is hidden. Return false to stop the hide.    <div class="mdetail-params">\r
2931         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2932         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
2933     </div>\r
2934                 </div>\r
2935                         </div>\r
2936         </td>\r
2937         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforehide" href="output/Ext.Component.html#event-beforehide">Component</a></td>\r
2938     </tr>\r
2939         <tr class="event-row alt expandable">\r
2940         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2941         <td class="sig">\r
2942         <a id="Ext.tree.TreePanel-beforeinsert"></a>\r
2943             <b>beforeinsert</b> : (&nbsp;<code>Tree tree</code>, <code>Node parent</code>, <code>Node node</code>, <code>Node refNode</code>&nbsp;)            <div class="mdesc">\r
2944                         <div class="short">Fires before a new child is inserted in a node in this tree, return false to cancel the insert.</div>\r
2945             <div class="long">\r
2946                 Fires before a new child is inserted in a node in this tree, return false to cancel the insert.    <div class="mdetail-params">\r
2947         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2948         <ul><li><code>tree</code> : Tree<div class="sub-desc">The owner tree</div></li><li><code>parent</code> : Node<div class="sub-desc">The parent node</div></li><li><code>node</code> : Node<div class="sub-desc">The child node to be inserted</div></li><li><code>refNode</code> : Node<div class="sub-desc">The child node the node is being inserted before</div></li>        </ul>\r
2949     </div>\r
2950                 </div>\r
2951                         </div>\r
2952         </td>\r
2953         <td class="msource">TreePanel</td>\r
2954     </tr>\r
2955         <tr class="event-row expandable">\r
2956         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2957         <td class="sig">\r
2958         <a id="Ext.tree.TreePanel-beforeload"></a>\r
2959             <b>beforeload</b> : (&nbsp;<code>Node node</code>&nbsp;)            <div class="mdesc">\r
2960                         <div class="short">Fires before a node is loaded, return false to cancel</div>\r
2961             <div class="long">\r
2962                 Fires before a node is loaded, return false to cancel    <div class="mdetail-params">\r
2963         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2964         <ul><li><code>node</code> : Node<div class="sub-desc">The node being loaded</div></li>        </ul>\r
2965     </div>\r
2966                 </div>\r
2967                         </div>\r
2968         </td>\r
2969         <td class="msource">TreePanel</td>\r
2970     </tr>\r
2971         <tr class="event-row alt expandable">\r
2972         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2973         <td class="sig">\r
2974         <a id="Ext.tree.TreePanel-beforemovenode"></a>\r
2975             <b>beforemovenode</b> : (&nbsp;<code>Tree tree</code>, <code>Node node</code>, <code>Node oldParent</code>, <code>Node newParent</code>, <code>Number index</code>&nbsp;)            <div class="mdesc">\r
2976                         <div class="short">Fires before a node is moved to a new location in the tree. Return false to cancel the move.</div>\r
2977             <div class="long">\r
2978                 Fires before a node is moved to a new location in the tree. Return false to cancel the move.    <div class="mdetail-params">\r
2979         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2980         <ul><li><code>tree</code> : Tree<div class="sub-desc">The owner tree</div></li><li><code>node</code> : Node<div class="sub-desc">The node being moved</div></li><li><code>oldParent</code> : Node<div class="sub-desc">The parent of the node</div></li><li><code>newParent</code> : Node<div class="sub-desc">The new parent the node is moving to</div></li><li><code>index</code> : Number<div class="sub-desc">The index it is being moved to</div></li>        </ul>\r
2981     </div>\r
2982                 </div>\r
2983                         </div>\r
2984         </td>\r
2985         <td class="msource">TreePanel</td>\r
2986     </tr>\r
2987         <tr class="event-row expandable">\r
2988         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2989         <td class="sig">\r
2990         <a id="Ext.tree.TreePanel-beforenodedrop"></a>\r
2991             <b>beforenodedrop</b> : (&nbsp;<code>Object dropEvent</code>&nbsp;)            <div class="mdesc">\r
2992                         <div class="short">Fires when a DD object is dropped on a node in this tree for preprocessing. Return false to cancel the drop. The drop...</div>\r
2993             <div class="long">\r
2994                 Fires when a DD object is dropped on a node in this tree for preprocessing. Return false to cancel the drop. The dropEvent
2995 passed to handlers has the following properties:<br />
2996 <ul style="padding:5px;padding-left:16px;">
2997 <li>tree - The TreePanel</li>
2998 <li>target - The node being targeted for the drop</li>
2999 <li>data - The drag data from the drag source</li>
3000 <li>point - The point of the drop - append, above or below</li>
3001 <li>source - The drag source</li>
3002 <li>rawEvent - Raw mouse event</li>
3003 <li>dropNode - Drop node(s) provided by the source <b>OR</b> you can supply node(s)
3004 to be inserted by setting them on this object.</li>
3005 <li>cancel - Set this to true to cancel the drop.</li>
3006 <li>dropStatus - If the default drop action is cancelled but the drop is valid, setting this to true
3007 will prevent the animated "repair" from appearing.</li>
3008 </ul>    <div class="mdetail-params">\r
3009         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3010         <ul><li><code>dropEvent</code> : Object<div class="sub-desc"></div></li>        </ul>\r
3011     </div>\r
3012                 </div>\r
3013                         </div>\r
3014         </td>\r
3015         <td class="msource">TreePanel</td>\r
3016     </tr>\r
3017         <tr class="event-row alt expandable">\r
3018         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3019         <td class="sig">\r
3020         <a id="Ext.tree.TreePanel-beforeremove"></a>\r
3021             <b>beforeremove</b> : (&nbsp;<code>Tree tree</code>, <code>Node parent</code>, <code>Node node</code>&nbsp;)            <div class="mdesc">\r
3022                         <div class="short">Fires before a child is removed from a node in this tree, return false to cancel the remove.</div>\r
3023             <div class="long">\r
3024                 Fires before a child is removed from a node in this tree, return false to cancel the remove.    <div class="mdetail-params">\r
3025         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3026         <ul><li><code>tree</code> : Tree<div class="sub-desc">The owner tree</div></li><li><code>parent</code> : Node<div class="sub-desc">The parent node</div></li><li><code>node</code> : Node<div class="sub-desc">The child node to be removed</div></li>        </ul>\r
3027     </div>\r
3028                 </div>\r
3029                         </div>\r
3030         </td>\r
3031         <td class="msource">TreePanel</td>\r
3032     </tr>\r
3033         <tr class="event-row inherited expandable">\r
3034         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3035         <td class="sig">\r
3036         <a id="Ext.tree.TreePanel-beforerender"></a>\r
3037             <b>beforerender</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
3038                         <div class="short">Fires before the component is rendered. Return false to stop the render.</div>\r
3039             <div class="long">\r
3040                 Fires before the component is rendered. Return false to stop the render.    <div class="mdetail-params">\r
3041         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3042         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
3043     </div>\r
3044                 </div>\r
3045                         </div>\r
3046         </td>\r
3047         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforerender" href="output/Ext.Component.html#event-beforerender">Component</a></td>\r
3048     </tr>\r
3049         <tr class="event-row inherited alt expandable">\r
3050         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3051         <td class="sig">\r
3052         <a id="Ext.tree.TreePanel-beforeshow"></a>\r
3053             <b>beforeshow</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
3054                         <div class="short">Fires before the component is shown. Return false to stop the show.</div>\r
3055             <div class="long">\r
3056                 Fires before the component is shown. Return false to stop the show.    <div class="mdetail-params">\r
3057         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3058         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
3059     </div>\r
3060                 </div>\r
3061                         </div>\r
3062         </td>\r
3063         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforeshow" href="output/Ext.Component.html#event-beforeshow">Component</a></td>\r
3064     </tr>\r
3065         <tr class="event-row inherited expandable">\r
3066         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3067         <td class="sig">\r
3068         <a id="Ext.tree.TreePanel-beforestaterestore"></a>\r
3069             <b>beforestaterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">\r
3070                         <div class="short">Fires before the state of the component is restored. Return false to stop the restore.</div>\r
3071             <div class="long">\r
3072                 Fires before the state of the component is restored. Return false to stop the restore.    <div class="mdetail-params">\r
3073         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3074         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>state</code> : Object<div class="sub-desc">The hash of state values</div></li>        </ul>\r
3075     </div>\r
3076                 </div>\r
3077                         </div>\r
3078         </td>\r
3079         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestaterestore" href="output/Ext.Component.html#event-beforestaterestore">Component</a></td>\r
3080     </tr>\r
3081         <tr class="event-row inherited alt expandable">\r
3082         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3083         <td class="sig">\r
3084         <a id="Ext.tree.TreePanel-beforestatesave"></a>\r
3085             <b>beforestatesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">\r
3086                         <div class="short">Fires before the state of the component is saved to the configured state provider. Return false to stop the save.</div>\r
3087             <div class="long">\r
3088                 Fires before the state of the component is saved to the configured state provider. Return false to stop the save.    <div class="mdetail-params">\r
3089         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3090         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>state</code> : Object<div class="sub-desc">The hash of state values</div></li>        </ul>\r
3091     </div>\r
3092                 </div>\r
3093                         </div>\r
3094         </td>\r
3095         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestatesave" href="output/Ext.Component.html#event-beforestatesave">Component</a></td>\r
3096     </tr>\r
3097         <tr class="event-row inherited expandable">\r
3098         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3099         <td class="sig">\r
3100         <a id="Ext.tree.TreePanel-bodyresize"></a>\r
3101             <b>bodyresize</b> : (&nbsp;<code>Ext.Panel p</code>, <code>Number width</code>, <code>Number height</code>&nbsp;)            <div class="mdesc">\r
3102                         <div class="short">Fires after the Panel has been resized.</div>\r
3103             <div class="long">\r
3104                 Fires after the Panel has been resized.    <div class="mdetail-params">\r
3105         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3106         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">the Panel which has been resized.</div></li><li><code>width</code> : Number<div class="sub-desc">The Panel's new width.</div></li><li><code>height</code> : Number<div class="sub-desc">The Panel's new height.</div></li>        </ul>\r
3107     </div>\r
3108                 </div>\r
3109                         </div>\r
3110         </td>\r
3111         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-bodyresize" href="output/Ext.Panel.html#event-bodyresize">Panel</a></td>\r
3112     </tr>\r
3113         <tr class="event-row alt expandable">\r
3114         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3115         <td class="sig">\r
3116         <a id="Ext.tree.TreePanel-checkchange"></a>\r
3117             <b>checkchange</b> : (&nbsp;<code>Node this</code>, <code>Boolean checked</code>&nbsp;)            <div class="mdesc">\r
3118                         <div class="short">Fires when a node with a checkbox's checked property changes</div>\r
3119             <div class="long">\r
3120                 Fires when a node with a checkbox's checked property changes    <div class="mdetail-params">\r
3121         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3122         <ul><li><code>this</code> : Node<div class="sub-desc">This node</div></li><li><code>checked</code> : Boolean<div class="sub-desc"></div></li>        </ul>\r
3123     </div>\r
3124                 </div>\r
3125                         </div>\r
3126         </td>\r
3127         <td class="msource">TreePanel</td>\r
3128     </tr>\r
3129         <tr class="event-row expandable">\r
3130         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3131         <td class="sig">\r
3132         <a id="Ext.tree.TreePanel-click"></a>\r
3133             <b>click</b> : (&nbsp;<code>Node node</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
3134                         <div class="short">Fires when a node is clicked</div>\r
3135             <div class="long">\r
3136                 Fires when a node is clicked    <div class="mdetail-params">\r
3137         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3138         <ul><li><code>node</code> : Node<div class="sub-desc">The node</div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc">The event object</div></li>        </ul>\r
3139     </div>\r
3140                 </div>\r
3141                         </div>\r
3142         </td>\r
3143         <td class="msource">TreePanel</td>\r
3144     </tr>\r
3145         <tr class="event-row inherited alt expandable">\r
3146         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3147         <td class="sig">\r
3148         <a id="Ext.tree.TreePanel-close"></a>\r
3149             <b>close</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">\r
3150                         <div class="short">Fires after the Panel is closed.  Note that Panels do not directly support being closed, but some
3151 Panel subclasses do...</div>\r
3152             <div class="long">\r
3153                 Fires after the Panel is closed.  Note that Panels do not directly support being closed, but some
3154 Panel subclasses do (like <a ext:cls="Ext.Window" href="output/Ext.Window.html">Ext.Window</a>).    <div class="mdetail-params">\r
3155         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3156         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel that has been closed.</div></li>        </ul>\r
3157     </div>\r
3158                 </div>\r
3159                         </div>\r
3160         </td>\r
3161         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-close" href="output/Ext.Panel.html#event-close">Panel</a></td>\r
3162     </tr>\r
3163         <tr class="event-row inherited expandable">\r
3164         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3165         <td class="sig">\r
3166         <a id="Ext.tree.TreePanel-collapse"></a>\r
3167             <b>collapse</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">\r
3168                         <div class="short">Fires after the Panel has been collapsed.</div>\r
3169             <div class="long">\r
3170                 Fires after the Panel has been collapsed.    <div class="mdetail-params">\r
3171         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3172         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">the Panel that has been collapsed.</div></li>        </ul>\r
3173     </div>\r
3174                 </div>\r
3175                         </div>\r
3176         </td>\r
3177         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-collapse" href="output/Ext.Panel.html#event-collapse">Panel</a></td>\r
3178     </tr>\r
3179         <tr class="event-row alt expandable">\r
3180         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3181         <td class="sig">\r
3182         <a id="Ext.tree.TreePanel-collapsenode"></a>\r
3183             <b>collapsenode</b> : (&nbsp;<code>Node node</code>&nbsp;)            <div class="mdesc">\r
3184                         <div class="short">Fires when a node is collapsed</div>\r
3185             <div class="long">\r
3186                 Fires when a node is collapsed    <div class="mdetail-params">\r
3187         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3188         <ul><li><code>node</code> : Node<div class="sub-desc">The node</div></li>        </ul>\r
3189     </div>\r
3190                 </div>\r
3191                         </div>\r
3192         </td>\r
3193         <td class="msource">TreePanel</td>\r
3194     </tr>\r
3195         <tr class="event-row expandable">\r
3196         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3197         <td class="sig">\r
3198         <a id="Ext.tree.TreePanel-contextmenu"></a>\r
3199             <b>contextmenu</b> : (&nbsp;<code>Node node</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
3200                         <div class="short">Fires when a node is right clicked. To display a context menu in response to this
3201 event, first create a Menu object (...</div>\r
3202             <div class="long">\r
3203                 Fires when a node is right clicked. To display a context menu in response to this
3204 event, first create a Menu object (see <a ext:cls="Ext.menu.Menu" href="output/Ext.menu.Menu.html">Ext.menu.Menu</a> for details), then add
3205 a handler for this event:<code><pre>new Ext.tree.TreePanel({\r
3206     title: 'My TreePanel',\r
3207     root: new Ext.tree.AsyncTreeNode({\r
3208         text: 'The Root',\r
3209         children: [\r
3210             { text: 'Child node 1', leaf: true },\r
3211             { text: 'Child node 2', leaf: true }\r
3212         ]\r
3213     }),\r
3214     contextMenu: new Ext.menu.Menu({\r
3215         items: [{\r
3216             id: 'delete-node',\r
3217             text: 'Delete Node'\r
3218         }],\r
3219         listeners: {\r
3220             itemclick: function(item) {\r
3221                 switch (item.id) {\r
3222                     case 'delete-node':\r
3223                         var n = item.parentMenu.contextNode;\r
3224                         if (n.parentNode) {\r
3225                             n.remove();\r
3226                         }\r
3227                         break;\r
3228                 }\r
3229             }\r
3230         }\r
3231     }),\r
3232     listeners: {\r
3233         contextmenu: function(node, e) {\r
3234 //          Register the context node with the menu so that a Menu Item's handler function can access\r
3235 //          it via its <a ext:cls="Ext.menu.BaseItem" ext:member="parentMenu" href="output/Ext.menu.BaseItem.html#parentMenu">parentMenu</a> property.\r
3236             node.select();\r
3237             var c = node.getOwnerTree().contextMenu;\r
3238             c.contextNode = node;\r
3239             c.showAt(e.getXY());\r
3240         }\r
3241     }\r
3242 });</pre></code>    <div class="mdetail-params">\r
3243         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3244         <ul><li><code>node</code> : Node<div class="sub-desc">The node</div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc">The event object</div></li>        </ul>\r
3245     </div>\r
3246                 </div>\r
3247                         </div>\r
3248         </td>\r
3249         <td class="msource">TreePanel</td>\r
3250     </tr>\r
3251         <tr class="event-row alt expandable">\r
3252         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3253         <td class="sig">\r
3254         <a id="Ext.tree.TreePanel-dblclick"></a>\r
3255             <b>dblclick</b> : (&nbsp;<code>Node node</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
3256                         <div class="short">Fires when a node is double clicked</div>\r
3257             <div class="long">\r
3258                 Fires when a node is double clicked    <div class="mdetail-params">\r
3259         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3260         <ul><li><code>node</code> : Node<div class="sub-desc">The node</div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc">The event object</div></li>        </ul>\r
3261     </div>\r
3262                 </div>\r
3263                         </div>\r
3264         </td>\r
3265         <td class="msource">TreePanel</td>\r
3266     </tr>\r
3267         <tr class="event-row inherited expandable">\r
3268         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3269         <td class="sig">\r
3270         <a id="Ext.tree.TreePanel-deactivate"></a>\r
3271             <b>deactivate</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">\r
3272                         <div class="short">Fires after the Panel has been visually deactivated.
3273 Note that Panels do not directly support being deactivated, but ...</div>\r
3274             <div class="long">\r
3275                 Fires after the Panel has been visually deactivated.
3276 Note that Panels do not directly support being deactivated, but some Panel subclasses
3277 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
3278 activate and deactivate events under the control of the TabPanel.    <div class="mdetail-params">\r
3279         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3280         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel that has been deactivated.</div></li>        </ul>\r
3281     </div>\r
3282                 </div>\r
3283                         </div>\r
3284         </td>\r
3285         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-deactivate" href="output/Ext.Panel.html#event-deactivate">Panel</a></td>\r
3286     </tr>\r
3287         <tr class="event-row inherited alt expandable">\r
3288         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3289         <td class="sig">\r
3290         <a id="Ext.tree.TreePanel-destroy"></a>\r
3291             <b>destroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
3292                         <div class="short">Fires after the component is destroyed.</div>\r
3293             <div class="long">\r
3294                 Fires after the component is destroyed.    <div class="mdetail-params">\r
3295         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3296         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
3297     </div>\r
3298                 </div>\r
3299                         </div>\r
3300         </td>\r
3301         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-destroy" href="output/Ext.Component.html#event-destroy">Component</a></td>\r
3302     </tr>\r
3303         <tr class="event-row inherited expandable">\r
3304         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3305         <td class="sig">\r
3306         <a id="Ext.tree.TreePanel-disable"></a>\r
3307             <b>disable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
3308                         <div class="short">Fires after the component is disabled.</div>\r
3309             <div class="long">\r
3310                 Fires after the component is disabled.    <div class="mdetail-params">\r
3311         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3312         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
3313     </div>\r
3314                 </div>\r
3315                         </div>\r
3316         </td>\r
3317         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-disable" href="output/Ext.Component.html#event-disable">Component</a></td>\r
3318     </tr>\r
3319         <tr class="event-row alt expandable">\r
3320         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3321         <td class="sig">\r
3322         <a id="Ext.tree.TreePanel-disabledchange"></a>\r
3323             <b>disabledchange</b> : (&nbsp;<code>Node node</code>, <code>Boolean disabled</code>&nbsp;)            <div class="mdesc">\r
3324                         <div class="short">Fires when the disabled status of a node changes</div>\r
3325             <div class="long">\r
3326                 Fires when the disabled status of a node changes    <div class="mdetail-params">\r
3327         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3328         <ul><li><code>node</code> : Node<div class="sub-desc">The node</div></li><li><code>disabled</code> : Boolean<div class="sub-desc"></div></li>        </ul>\r
3329     </div>\r
3330                 </div>\r
3331                         </div>\r
3332         </td>\r
3333         <td class="msource">TreePanel</td>\r
3334     </tr>\r
3335         <tr class="event-row expandable">\r
3336         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3337         <td class="sig">\r
3338         <a id="Ext.tree.TreePanel-dragdrop"></a>\r
3339             <b>dragdrop</b> : (&nbsp;<code>Ext.tree.TreePanel this</code>, <code>Ext.tree.TreeNode node</code>, <code>DD dd</code>, <code>event e</code>&nbsp;)            <div class="mdesc">\r
3340                         <div class="short">Fires when a dragged node is dropped on a valid DD target</div>\r
3341             <div class="long">\r
3342                 Fires when a dragged node is dropped on a valid DD target    <div class="mdetail-params">\r
3343         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3344         <ul><li><code>this</code> : Ext.tree.TreePanel<div class="sub-desc"></div></li><li><code>node</code> : Ext.tree.TreeNode<div class="sub-desc"></div></li><li><code>dd</code> : DD<div class="sub-desc">The dd it was dropped on</div></li><li><code>e</code> : event<div class="sub-desc">The raw browser event</div></li>        </ul>\r
3345     </div>\r
3346                 </div>\r
3347                         </div>\r
3348         </td>\r
3349         <td class="msource">TreePanel</td>\r
3350     </tr>\r
3351         <tr class="event-row inherited alt expandable">\r
3352         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3353         <td class="sig">\r
3354         <a id="Ext.tree.TreePanel-enable"></a>\r
3355             <b>enable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
3356                         <div class="short">Fires after the component is enabled.</div>\r
3357             <div class="long">\r
3358                 Fires after the component is enabled.    <div class="mdetail-params">\r
3359         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3360         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
3361     </div>\r
3362                 </div>\r
3363                         </div>\r
3364         </td>\r
3365         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-enable" href="output/Ext.Component.html#event-enable">Component</a></td>\r
3366     </tr>\r
3367         <tr class="event-row expandable">\r
3368         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3369         <td class="sig">\r
3370         <a id="Ext.tree.TreePanel-enddrag"></a>\r
3371             <b>enddrag</b> : (&nbsp;<code>Ext.tree.TreePanel this</code>, <code>Ext.tree.TreeNode node</code>, <code>event e</code>&nbsp;)            <div class="mdesc">\r
3372                         <div class="short">Fires when a drag operation is complete</div>\r
3373             <div class="long">\r
3374                 Fires when a drag operation is complete    <div class="mdetail-params">\r
3375         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3376         <ul><li><code>this</code> : Ext.tree.TreePanel<div class="sub-desc"></div></li><li><code>node</code> : Ext.tree.TreeNode<div class="sub-desc"></div></li><li><code>e</code> : event<div class="sub-desc">The raw browser event</div></li>        </ul>\r
3377     </div>\r
3378                 </div>\r
3379                         </div>\r
3380         </td>\r
3381         <td class="msource">TreePanel</td>\r
3382     </tr>\r
3383         <tr class="event-row inherited alt expandable">\r
3384         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3385         <td class="sig">\r
3386         <a id="Ext.tree.TreePanel-expand"></a>\r
3387             <b>expand</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">\r
3388                         <div class="short">Fires after the Panel has been expanded.</div>\r
3389             <div class="long">\r
3390                 Fires after the Panel has been expanded.    <div class="mdetail-params">\r
3391         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3392         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel that has been expanded.</div></li>        </ul>\r
3393     </div>\r
3394                 </div>\r
3395                         </div>\r
3396         </td>\r
3397         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-expand" href="output/Ext.Panel.html#event-expand">Panel</a></td>\r
3398     </tr>\r
3399         <tr class="event-row expandable">\r
3400         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3401         <td class="sig">\r
3402         <a id="Ext.tree.TreePanel-expandnode"></a>\r
3403             <b>expandnode</b> : (&nbsp;<code>Node node</code>&nbsp;)            <div class="mdesc">\r
3404                         <div class="short">Fires when a node is expanded</div>\r
3405             <div class="long">\r
3406                 Fires when a node is expanded    <div class="mdetail-params">\r
3407         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3408         <ul><li><code>node</code> : Node<div class="sub-desc">The node</div></li>        </ul>\r
3409     </div>\r
3410                 </div>\r
3411                         </div>\r
3412         </td>\r
3413         <td class="msource">TreePanel</td>\r
3414     </tr>\r
3415         <tr class="event-row inherited alt expandable">\r
3416         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3417         <td class="sig">\r
3418         <a id="Ext.tree.TreePanel-hide"></a>\r
3419             <b>hide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
3420                         <div class="short">Fires after the component is hidden.</div>\r
3421             <div class="long">\r
3422                 Fires after the component is hidden.    <div class="mdetail-params">\r
3423         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3424         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
3425     </div>\r
3426                 </div>\r
3427                         </div>\r
3428         </td>\r
3429         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-hide" href="output/Ext.Component.html#event-hide">Component</a></td>\r
3430     </tr>\r
3431         <tr class="event-row inherited expandable">\r
3432         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3433         <td class="sig">\r
3434         <a id="Ext.tree.TreePanel-iconchange"></a>\r
3435             <b>iconchange</b> : (&nbsp;<code>Ext.Panel p</code>, <code>String The</code>, <code>String The</code>&nbsp;)            <div class="mdesc">\r
3436                         <div class="short">Fires after the Panel icon class has been set or changed.</div>\r
3437             <div class="long">\r
3438                 Fires after the Panel icon class has been set or changed.    <div class="mdetail-params">\r
3439         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3440         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">the Panel which has had its icon class changed.</div></li><li><code>The</code> : String<div class="sub-desc">new icon class.</div></li><li><code>The</code> : String<div class="sub-desc">old icon class.</div></li>        </ul>\r
3441     </div>\r
3442                 </div>\r
3443                         </div>\r
3444         </td>\r
3445         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-iconchange" href="output/Ext.Panel.html#event-iconchange">Panel</a></td>\r
3446     </tr>\r
3447         <tr class="event-row alt expandable">\r
3448         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3449         <td class="sig">\r
3450         <a id="Ext.tree.TreePanel-insert"></a>\r
3451             <b>insert</b> : (&nbsp;<code>Tree tree</code>, <code>Node parent</code>, <code>Node node</code>, <code>Node refNode</code>&nbsp;)            <div class="mdesc">\r
3452                         <div class="short">Fires when a new child node is inserted in a node in this tree.</div>\r
3453             <div class="long">\r
3454                 Fires when a new child node is inserted in a node in this tree.    <div class="mdetail-params">\r
3455         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3456         <ul><li><code>tree</code> : Tree<div class="sub-desc">The owner tree</div></li><li><code>parent</code> : Node<div class="sub-desc">The parent node</div></li><li><code>node</code> : Node<div class="sub-desc">The child node inserted</div></li><li><code>refNode</code> : Node<div class="sub-desc">The child node the node was inserted before</div></li>        </ul>\r
3457     </div>\r
3458                 </div>\r
3459                         </div>\r
3460         </td>\r
3461         <td class="msource">TreePanel</td>\r
3462     </tr>\r
3463         <tr class="event-row expandable">\r
3464         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3465         <td class="sig">\r
3466         <a id="Ext.tree.TreePanel-load"></a>\r
3467             <b>load</b> : (&nbsp;<code>Node node</code>&nbsp;)            <div class="mdesc">\r
3468                         <div class="short">Fires when a node is loaded</div>\r
3469             <div class="long">\r
3470                 Fires when a node is loaded    <div class="mdetail-params">\r
3471         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3472         <ul><li><code>node</code> : Node<div class="sub-desc">The node that was loaded</div></li>        </ul>\r
3473     </div>\r
3474                 </div>\r
3475                         </div>\r
3476         </td>\r
3477         <td class="msource">TreePanel</td>\r
3478     </tr>\r
3479         <tr class="event-row inherited alt expandable">\r
3480         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3481         <td class="sig">\r
3482         <a id="Ext.tree.TreePanel-move"></a>\r
3483             <b>move</b> : (&nbsp;<code>Ext.Component this</code>, <code>Number x</code>, <code>Number y</code>&nbsp;)            <div class="mdesc">\r
3484                         <div class="short">Fires after the component is moved.</div>\r
3485             <div class="long">\r
3486                 Fires after the component is moved.    <div class="mdetail-params">\r
3487         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3488         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>x</code> : Number<div class="sub-desc">The new x position</div></li><li><code>y</code> : Number<div class="sub-desc">The new y position</div></li>        </ul>\r
3489     </div>\r
3490                 </div>\r
3491                         </div>\r
3492         </td>\r
3493         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#event-move" href="output/Ext.BoxComponent.html#event-move">BoxComponent</a></td>\r
3494     </tr>\r
3495         <tr class="event-row expandable">\r
3496         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3497         <td class="sig">\r
3498         <a id="Ext.tree.TreePanel-movenode"></a>\r
3499             <b>movenode</b> : (&nbsp;<code>Tree tree</code>, <code>Node node</code>, <code>Node oldParent</code>, <code>Node newParent</code>, <code>Number index</code>&nbsp;)            <div class="mdesc">\r
3500                         <div class="short">Fires when a node is moved to a new location in the tree</div>\r
3501             <div class="long">\r
3502                 Fires when a node is moved to a new location in the tree    <div class="mdetail-params">\r
3503         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3504         <ul><li><code>tree</code> : Tree<div class="sub-desc">The owner tree</div></li><li><code>node</code> : Node<div class="sub-desc">The node moved</div></li><li><code>oldParent</code> : Node<div class="sub-desc">The old parent of this node</div></li><li><code>newParent</code> : Node<div class="sub-desc">The new parent of this node</div></li><li><code>index</code> : Number<div class="sub-desc">The index it was moved to</div></li>        </ul>\r
3505     </div>\r
3506                 </div>\r
3507                         </div>\r
3508         </td>\r
3509         <td class="msource">TreePanel</td>\r
3510     </tr>\r
3511         <tr class="event-row alt expandable">\r
3512         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3513         <td class="sig">\r
3514         <a id="Ext.tree.TreePanel-nodedragover"></a>\r
3515             <b>nodedragover</b> : (&nbsp;<code>Object dragOverEvent</code>&nbsp;)            <div class="mdesc">\r
3516                         <div class="short">Fires when a tree node is being targeted for a drag drop, return false to signal drop not allowed. The dragOverEvent
3517 ...</div>\r
3518             <div class="long">\r
3519                 Fires when a tree node is being targeted for a drag drop, return false to signal drop not allowed. The dragOverEvent
3520 passed to handlers has the following properties:<br />
3521 <ul style="padding:5px;padding-left:16px;">
3522 <li>tree - The TreePanel</li>
3523 <li>target - The node being targeted for the drop</li>
3524 <li>data - The drag data from the drag source</li>
3525 <li>point - The point of the drop - append, above or below</li>
3526 <li>source - The drag source</li>
3527 <li>rawEvent - Raw mouse event</li>
3528 <li>dropNode - Drop node(s) provided by the source.</li>
3529 <li>cancel - Set this to true to signal drop not allowed.</li>
3530 </ul>    <div class="mdetail-params">\r
3531         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3532         <ul><li><code>dragOverEvent</code> : Object<div class="sub-desc"></div></li>        </ul>\r
3533     </div>\r
3534                 </div>\r
3535                         </div>\r
3536         </td>\r
3537         <td class="msource">TreePanel</td>\r
3538     </tr>\r
3539         <tr class="event-row expandable">\r
3540         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3541         <td class="sig">\r
3542         <a id="Ext.tree.TreePanel-nodedrop"></a>\r
3543             <b>nodedrop</b> : (&nbsp;<code>Object dropEvent</code>&nbsp;)            <div class="mdesc">\r
3544                         <div class="short">Fires after a DD object is dropped on a node in this tree. The dropEvent
3545 passed to handlers has the following propert...</div>\r
3546             <div class="long">\r
3547                 Fires after a DD object is dropped on a node in this tree. The dropEvent
3548 passed to handlers has the following properties:<br />
3549 <ul style="padding:5px;padding-left:16px;">
3550 <li>tree - The TreePanel</li>
3551 <li>target - The node being targeted for the drop</li>
3552 <li>data - The drag data from the drag source</li>
3553 <li>point - The point of the drop - append, above or below</li>
3554 <li>source - The drag source</li>
3555 <li>rawEvent - Raw mouse event</li>
3556 <li>dropNode - Dropped node(s).</li>
3557 </ul>    <div class="mdetail-params">\r
3558         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3559         <ul><li><code>dropEvent</code> : Object<div class="sub-desc"></div></li>        </ul>\r
3560     </div>\r
3561                 </div>\r
3562                         </div>\r
3563         </td>\r
3564         <td class="msource">TreePanel</td>\r
3565     </tr>\r
3566         <tr class="event-row alt expandable">\r
3567         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3568         <td class="sig">\r
3569         <a id="Ext.tree.TreePanel-remove"></a>\r
3570             <b>remove</b> : (&nbsp;<code>Tree tree</code>, <code>Node parent</code>, <code>Node node</code>&nbsp;)            <div class="mdesc">\r
3571                         <div class="short">Fires when a child node is removed from a node in this tree.</div>\r
3572             <div class="long">\r
3573                 Fires when a child node is removed from a node in this tree.    <div class="mdetail-params">\r
3574         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3575         <ul><li><code>tree</code> : Tree<div class="sub-desc">The owner tree</div></li><li><code>parent</code> : Node<div class="sub-desc">The parent node</div></li><li><code>node</code> : Node<div class="sub-desc">The child node removed</div></li>        </ul>\r
3576     </div>\r
3577                 </div>\r
3578                         </div>\r
3579         </td>\r
3580         <td class="msource">TreePanel</td>\r
3581     </tr>\r
3582         <tr class="event-row inherited expandable">\r
3583         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3584         <td class="sig">\r
3585         <a id="Ext.tree.TreePanel-render"></a>\r
3586             <b>render</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
3587                         <div class="short">Fires after the component is rendered.</div>\r
3588             <div class="long">\r
3589                 Fires after the component is rendered.    <div class="mdetail-params">\r
3590         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3591         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
3592     </div>\r
3593                 </div>\r
3594                         </div>\r
3595         </td>\r
3596         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-render" href="output/Ext.Component.html#event-render">Component</a></td>\r
3597     </tr>\r
3598         <tr class="event-row inherited alt expandable">\r
3599         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3600         <td class="sig">\r
3601         <a id="Ext.tree.TreePanel-resize"></a>\r
3602             <b>resize</b> : (&nbsp;<code>Ext.Component this</code>, <code>Number adjWidth</code>, <code>Number adjHeight</code>, <code>Number rawWidth</code>, <code>Number rawHeight</code>&nbsp;)            <div class="mdesc">\r
3603                         <div class="short">Fires after the component is resized.</div>\r
3604             <div class="long">\r
3605                 Fires after the component is resized.    <div class="mdetail-params">\r
3606         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3607         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>adjWidth</code> : Number<div class="sub-desc">The box-adjusted width that was set</div></li><li><code>adjHeight</code> : Number<div class="sub-desc">The box-adjusted height that was set</div></li><li><code>rawWidth</code> : Number<div class="sub-desc">The width that was originally specified</div></li><li><code>rawHeight</code> : Number<div class="sub-desc">The height that was originally specified</div></li>        </ul>\r
3608     </div>\r
3609                 </div>\r
3610                         </div>\r
3611         </td>\r
3612         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#event-resize" href="output/Ext.BoxComponent.html#event-resize">BoxComponent</a></td>\r
3613     </tr>\r
3614         <tr class="event-row inherited expandable">\r
3615         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3616         <td class="sig">\r
3617         <a id="Ext.tree.TreePanel-show"></a>\r
3618             <b>show</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
3619                         <div class="short">Fires after the component is shown.</div>\r
3620             <div class="long">\r
3621                 Fires after the component is shown.    <div class="mdetail-params">\r
3622         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3623         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
3624     </div>\r
3625                 </div>\r
3626                         </div>\r
3627         </td>\r
3628         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-show" href="output/Ext.Component.html#event-show">Component</a></td>\r
3629     </tr>\r
3630         <tr class="event-row alt expandable">\r
3631         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3632         <td class="sig">\r
3633         <a id="Ext.tree.TreePanel-startdrag"></a>\r
3634             <b>startdrag</b> : (&nbsp;<code>Ext.tree.TreePanel this</code>, <code>Ext.tree.TreeNode node</code>, <code>event e</code>&nbsp;)            <div class="mdesc">\r
3635                         <div class="short">Fires when a node starts being dragged</div>\r
3636             <div class="long">\r
3637                 Fires when a node starts being dragged    <div class="mdetail-params">\r
3638         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3639         <ul><li><code>this</code> : Ext.tree.TreePanel<div class="sub-desc"></div></li><li><code>node</code> : Ext.tree.TreeNode<div class="sub-desc"></div></li><li><code>e</code> : event<div class="sub-desc">The raw browser event</div></li>        </ul>\r
3640     </div>\r
3641                 </div>\r
3642                         </div>\r
3643         </td>\r
3644         <td class="msource">TreePanel</td>\r
3645     </tr>\r
3646         <tr class="event-row inherited expandable">\r
3647         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3648         <td class="sig">\r
3649         <a id="Ext.tree.TreePanel-staterestore"></a>\r
3650             <b>staterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">\r
3651                         <div class="short">Fires after the state of the component is restored.</div>\r
3652             <div class="long">\r
3653                 Fires after the state of the component is restored.    <div class="mdetail-params">\r
3654         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3655         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>state</code> : Object<div class="sub-desc">The hash of state values</div></li>        </ul>\r
3656     </div>\r
3657                 </div>\r
3658                         </div>\r
3659         </td>\r
3660         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-staterestore" href="output/Ext.Component.html#event-staterestore">Component</a></td>\r
3661     </tr>\r
3662         <tr class="event-row inherited alt expandable">\r
3663         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3664         <td class="sig">\r
3665         <a id="Ext.tree.TreePanel-statesave"></a>\r
3666             <b>statesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">\r
3667                         <div class="short">Fires after the state of the component is saved to the configured state provider.</div>\r
3668             <div class="long">\r
3669                 Fires after the state of the component is saved to the configured state provider.    <div class="mdetail-params">\r
3670         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3671         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>state</code> : Object<div class="sub-desc">The hash of state values</div></li>        </ul>\r
3672     </div>\r
3673                 </div>\r
3674                         </div>\r
3675         </td>\r
3676         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-statesave" href="output/Ext.Component.html#event-statesave">Component</a></td>\r
3677     </tr>\r
3678         <tr class="event-row expandable">\r
3679         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3680         <td class="sig">\r
3681         <a id="Ext.tree.TreePanel-textchange"></a>\r
3682             <b>textchange</b> : (&nbsp;<code>Node node</code>, <code>String text</code>, <code>String oldText</code>&nbsp;)            <div class="mdesc">\r
3683                         <div class="short">Fires when the text for a node is changed</div>\r
3684             <div class="long">\r
3685                 Fires when the text for a node is changed    <div class="mdetail-params">\r
3686         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3687         <ul><li><code>node</code> : Node<div class="sub-desc">The node</div></li><li><code>text</code> : String<div class="sub-desc">The new text</div></li><li><code>oldText</code> : String<div class="sub-desc">The old text</div></li>        </ul>\r
3688     </div>\r
3689                 </div>\r
3690                         </div>\r
3691         </td>\r
3692         <td class="msource">TreePanel</td>\r
3693     </tr>\r
3694         <tr class="event-row inherited alt expandable">\r
3695         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3696         <td class="sig">\r
3697         <a id="Ext.tree.TreePanel-titlechange"></a>\r
3698             <b>titlechange</b> : (&nbsp;<code>Ext.Panel p</code>, <code>String The</code>&nbsp;)            <div class="mdesc">\r
3699                         <div class="short">Fires after the Panel title has been set or changed.</div>\r
3700             <div class="long">\r
3701                 Fires after the Panel title has been set or changed.    <div class="mdetail-params">\r
3702         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3703         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">the Panel which has had its title changed.</div></li><li><code>The</code> : String<div class="sub-desc">new title.</div></li>        </ul>\r
3704     </div>\r
3705                 </div>\r
3706                         </div>\r
3707         </td>\r
3708         <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-titlechange" href="output/Ext.Panel.html#event-titlechange">Panel</a></td>\r
3709     </tr>\r
3710             </table>
3711         
3712         </div>