source: trunk/web/addons/job_monarch/lib/extjs/docs/output/Ext.air.VideoPanel.html @ 619

Last change on this file since 619 was 619, checked in by ramonb, 15 years ago

lib/:

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