source: trunk/web/addons/job_monarch/lib/extjs/docs/output/Ext.Slider.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: 129.3 KB
Line 
1        <div class="body-wrap">
2        <div class="top-tools">
3            <a class="inner-link" href="#Ext.Slider-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4            <a class="inner-link" href="#Ext.Slider-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5            <a class="inner-link" href="#Ext.Slider-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6                            <a class="inner-link" href="#Ext.Slider-configs"><img src="../resources/images/default/s.gif" class="item-icon icon-config">Config Options</a>
7                        <a class="bookmark" href="../docs/?class=Ext.Slider"><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"/>Slider</pre></div>
14                <h1>Class Ext.Slider</h1>
15        <table cellspacing="0">
16            <tr><td class="label">Package:</td><td class="hd-info">Ext</td></tr>
17            <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../src/Slider.js" target="_blank">Slider.js</a></td></tr>
18            <tr><td class="label">Class:</td><td class="hd-info">Slider</td></tr>
19                                    <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.BoxComponent" ext:member="" href="output/Ext.BoxComponent.html">BoxComponent</a></td></tr>
20                    </table>
21        <div class="description">
22            *
23Slider which supports vertical or horizontal orientation, keyboard adjustments,
24configurable snapping, axis clicking and animation. Can be added as an item to
25any container. Example usage:
26<pre><code>new Ext.Slider({
27    renderTo: Ext.getBody(),
28    width: 200,
29    value: 50,
30    increment: 10,
31    minValue: 0,
32    maxValue: 100
33});</code></pre>        </div>
34       
35        <div class="hr"></div>
36                <a id="Ext.Slider-configs"></a>
37        <h2>Config Options</h2>
38        <table cellspacing="0" class="member-table">
39            <tr>
40                <th class="sig-header" colspan="2">Config Options</th>
41                <th class="msource-header">Defined By</th>
42            </tr>
43                <tr class="config-row inherited">
44        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
45        <td class="sig">
46        <a id="Ext.Slider-allowDomMove"></a>
47            <b>allowDomMove</b> : Boolean            <div class="mdesc">
48                            Whether the component can move the Dom node when rendering (defaults to true).                        </div>
49        </td>
50        <td class="msource"><a ext:cls="Ext.Component" ext:member="#allowDomMove" href="output/Ext.Component.html#allowDomMove">Component</a></td>
51    </tr>
52        <tr class="config-row alt">
53        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
54        <td class="sig">
55        <a id="Ext.Slider-animate"></a>
56            <b>animate</b> : Boolean            <div class="mdesc">
57                            Turn on or off animation. Defaults to true                        </div>
58        </td>
59        <td class="msource">Slider</td>
60    </tr>
61        <tr class="config-row inherited expandable">
62        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
63        <td class="sig">
64        <a id="Ext.Slider-applyTo"></a>
65            <b>applyTo</b> : Mixed            <div class="mdesc">
66                        <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>
67            <div class="long">
68                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>
69                        </div>
70        </td>
71        <td class="msource"><a ext:cls="Ext.Component" ext:member="#applyTo" href="output/Ext.Component.html#applyTo">Component</a></td>
72    </tr>
73        <tr class="config-row inherited alt expandable">
74        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
75        <td class="sig">
76        <a id="Ext.Slider-autoEl"></a>
77            <b>autoEl</b> : String/Object            <div class="mdesc">
78                        <div class="short">A tag name or DomHelper spec to create an element with. This is intended to create shorthand utility components inlin...</div>
79            <div class="long">
80                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>}
81{xtype:<em>'box'</em>, autoEl: {tag:<em>'blockquote'</em>, html:<em>'autoEl is cool!'</em>}} // <b>with</b> DomHelper</code></pre>            </div>
82                        </div>
83        </td>
84        <td class="msource"><a ext:cls="Ext.Component" ext:member="#autoEl" href="output/Ext.Component.html#autoEl">Component</a></td>
85    </tr>
86        <tr class="config-row inherited expandable">
87        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
88        <td class="sig">
89        <a id="Ext.Slider-autoHeight"></a>
90            <b>autoHeight</b> : Boolean            <div class="mdesc">
91                        <div class="short">True to use height:'auto', false to use fixed height (defaults to false). Note: Although many components inherit this...</div>
92            <div class="long">
93                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>
94                        </div>
95        </td>
96        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#autoHeight" href="output/Ext.BoxComponent.html#autoHeight">BoxComponent</a></td>
97    </tr>
98        <tr class="config-row inherited alt expandable">
99        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
100        <td class="sig">
101        <a id="Ext.Slider-autoShow"></a>
102            <b>autoShow</b> : Boolean            <div class="mdesc">
103                        <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>
104            <div class="long">
105                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>
106                        </div>
107        </td>
108        <td class="msource"><a ext:cls="Ext.Component" ext:member="#autoShow" href="output/Ext.Component.html#autoShow">Component</a></td>
109    </tr>
110        <tr class="config-row inherited expandable">
111        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
112        <td class="sig">
113        <a id="Ext.Slider-autoWidth"></a>
114            <b>autoWidth</b> : Boolean            <div class="mdesc">
115                        <div class="short">True to use width:'auto', false to use fixed width (defaults to false). Note: Although many components inherit this c...</div>
116            <div class="long">
117                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>
118                        </div>
119        </td>
120        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#autoWidth" href="output/Ext.BoxComponent.html#autoWidth">BoxComponent</a></td>
121    </tr>
122        <tr class="config-row inherited alt expandable">
123        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
124        <td class="sig">
125        <a id="Ext.Slider-clearCls"></a>
126            <b>clearCls</b> : String            <div class="mdesc">
127                        <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>
128            <div class="long">
129                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>
130                        </div>
131        </td>
132        <td class="msource"><a ext:cls="Ext.Component" ext:member="#clearCls" href="output/Ext.Component.html#clearCls">Component</a></td>
133    </tr>
134        <tr class="config-row">
135        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
136        <td class="sig">
137        <a id="Ext.Slider-clickToChange"></a>
138            <b>clickToChange</b> : Boolean            <div class="mdesc">
139                            Determines whether or not clicking on the Slider axis will change the slider. Defaults to true                        </div>
140        </td>
141        <td class="msource">Slider</td>
142    </tr>
143        <tr class="config-row inherited alt expandable">
144        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
145        <td class="sig">
146        <a id="Ext.Slider-cls"></a>
147            <b>cls</b> : String            <div class="mdesc">
148                        <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>
149            <div class="long">
150                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>
151                        </div>
152        </td>
153        <td class="msource"><a ext:cls="Ext.Component" ext:member="#cls" href="output/Ext.Component.html#cls">Component</a></td>
154    </tr>
155        <tr class="config-row inherited expandable">
156        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
157        <td class="sig">
158        <a id="Ext.Slider-ctCls"></a>
159            <b>ctCls</b> : String            <div class="mdesc">
160                        <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>
161            <div class="long">
162                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>
163                        </div>
164        </td>
165        <td class="msource"><a ext:cls="Ext.Component" ext:member="#ctCls" href="output/Ext.Component.html#ctCls">Component</a></td>
166    </tr>
167        <tr class="config-row inherited alt">
168        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
169        <td class="sig">
170        <a id="Ext.Slider-disabled"></a>
171            <b>disabled</b> : Boolean            <div class="mdesc">
172                            Render this component disabled (default is false).                        </div>
173        </td>
174        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabled" href="output/Ext.Component.html#disabled">Component</a></td>
175    </tr>
176        <tr class="config-row inherited">
177        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
178        <td class="sig">
179        <a id="Ext.Slider-disabledClass"></a>
180            <b>disabledClass</b> : String            <div class="mdesc">
181                            CSS class added to the component when it is disabled (defaults to "x-item-disabled").                        </div>
182        </td>
183        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabledClass" href="output/Ext.Component.html#disabledClass">Component</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.Slider-fieldLabel"></a>
189            <b>fieldLabel</b> : String            <div class="mdesc">
190                        <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>
191            <div class="long">
192                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({
193    height: 100,
194    renderTo: Ext.getBody(),
195    items: [{
196        xtype: <em>'textfield'</em>,
197        fieldLabel: <em>'Name'</em>
198    }]
199});</code></pre>            </div>
200                        </div>
201        </td>
202        <td class="msource"><a ext:cls="Ext.Component" ext:member="#fieldLabel" href="output/Ext.Component.html#fieldLabel">Component</a></td>
203    </tr>
204        <tr class="config-row inherited">
205        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
206        <td class="sig">
207        <a id="Ext.Slider-height"></a>
208            <b>height</b> : Number            <div class="mdesc">
209                            The height of this component in pixels (defaults to auto).                        </div>
210        </td>
211        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#height" href="output/Ext.BoxComponent.html#height">BoxComponent</a></td>
212    </tr>
213        <tr class="config-row inherited alt">
214        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
215        <td class="sig">
216        <a id="Ext.Slider-hidden"></a>
217            <b>hidden</b> : Boolean            <div class="mdesc">
218                            Render this component hidden (default is false).                        </div>
219        </td>
220        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">Component</a></td>
221    </tr>
222        <tr class="config-row inherited expandable">
223        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
224        <td class="sig">
225        <a id="Ext.Slider-hideLabel"></a>
226            <b>hideLabel</b> : Boolean            <div class="mdesc">
227                        <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>
228            <div class="long">
229                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({
230    height: 100,
231    renderTo: Ext.getBody(),
232    items: [{
233        xtype: <em>'textfield'</em>
234        hideLabel: true
235    }]
236});</code></pre>            </div>
237                        </div>
238        </td>
239        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideLabel" href="output/Ext.Component.html#hideLabel">Component</a></td>
240    </tr>
241        <tr class="config-row inherited alt expandable">
242        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
243        <td class="sig">
244        <a id="Ext.Slider-hideMode"></a>
245            <b>hideMode</b> : String            <div class="mdesc">
246                        <div class="short">How this component should be hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset p...</div>
247            <div class="long">
248                <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>
249                        </div>
250        </td>
251        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideMode" href="output/Ext.Component.html#hideMode">Component</a></td>
252    </tr>
253        <tr class="config-row inherited expandable">
254        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
255        <td class="sig">
256        <a id="Ext.Slider-hideParent"></a>
257            <b>hideParent</b> : Boolean            <div class="mdesc">
258                        <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>
259            <div class="long">
260                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>
261                        </div>
262        </td>
263        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideParent" href="output/Ext.Component.html#hideParent">Component</a></td>
264    </tr>
265        <tr class="config-row inherited alt expandable">
266        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
267        <td class="sig">
268        <a id="Ext.Slider-id"></a>
269            <b>id</b> : String            <div class="mdesc">
270                        <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>
271            <div class="long">
272                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>
273                        </div>
274        </td>
275        <td class="msource"><a ext:cls="Ext.Component" ext:member="#id" href="output/Ext.Component.html#id">Component</a></td>
276    </tr>
277        <tr class="config-row">
278        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
279        <td class="sig">
280        <a id="Ext.Slider-increment"></a>
281            <b>increment</b> : Number            <div class="mdesc">
282                            How many units to change the slider when adjusting by drag and drop. Use this option to enable 'snapping'.                        </div>
283        </td>
284        <td class="msource">Slider</td>
285    </tr>
286        <tr class="config-row inherited alt expandable">
287        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
288        <td class="sig">
289        <a id="Ext.Slider-itemCls"></a>
290            <b>itemCls</b> : String            <div class="mdesc">
291                        <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>
292            <div class="long">
293                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>
294&lt;style>
295    .required .x-form-item-label {font-weight:bold;color:red;}
296&lt;/style>
297
298<b>new</b> Ext.FormPanel({
299    height: 100,
300    renderTo: Ext.getBody(),
301    items: [{
302        xtype: <em>'textfield'</em>,
303        fieldLabel: <em>'Name'</em>,
304        itemCls: <em>'required'</em> <i>//<b>this</b> label will be styled</i>
305    },{
306        xtype: <em>'textfield'</em>,
307        fieldLabel: <em>'Favorite Color'</em>
308    }]
309});</code></pre>            </div>
310                        </div>
311        </td>
312        <td class="msource"><a ext:cls="Ext.Component" ext:member="#itemCls" href="output/Ext.Component.html#itemCls">Component</a></td>
313    </tr>
314        <tr class="config-row expandable">
315        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
316        <td class="sig">
317        <a id="Ext.Slider-keyIncrement"></a>
318            <b>keyIncrement</b> : Number            <div class="mdesc">
319                        <div class="short">How many units to change the Slider when adjusting with keyboard navigation. Defaults to 1. If the increment config i...</div>
320            <div class="long">
321                How many units to change the Slider when adjusting with keyboard navigation. Defaults to 1. If the increment config is larger, it will be used instead.            </div>
322                        </div>
323        </td>
324        <td class="msource">Slider</td>
325    </tr>
326        <tr class="config-row inherited alt expandable">
327        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
328        <td class="sig">
329        <a id="Ext.Slider-labelSeparator"></a>
330            <b>labelSeparator</b> : String            <div class="mdesc">
331                        <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>
332            <div class="long">
333                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({
334    height: 100,
335    renderTo: Ext.getBody(),
336    items: [{
337        xtype: <em>'textfield'</em>,
338        fieldLabel: <em>'Name'</em>,
339        labelSeparator: <em>'...'</em>
340    }]
341});</code></pre>            </div>
342                        </div>
343        </td>
344        <td class="msource"><a ext:cls="Ext.Component" ext:member="#labelSeparator" href="output/Ext.Component.html#labelSeparator">Component</a></td>
345    </tr>
346        <tr class="config-row inherited expandable">
347        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
348        <td class="sig">
349        <a id="Ext.Slider-labelStyle"></a>
350            <b>labelStyle</b> : String            <div class="mdesc">
351                        <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>
352            <div class="long">
353                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({
354    height: 100,
355    renderTo: Ext.getBody(),
356    items: [{
357        xtype: <em>'textfield'</em>,
358        fieldLabel: <em>'Name'</em>,
359        labelStyle: <em>'font-weight:bold;'</em>
360    }]
361});</code></pre>            </div>
362                        </div>
363        </td>
364        <td class="msource"><a ext:cls="Ext.Component" ext:member="#labelStyle" href="output/Ext.Component.html#labelStyle">Component</a></td>
365    </tr>
366        <tr class="config-row inherited alt expandable">
367        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
368        <td class="sig">
369        <a id="Ext.Slider-listeners"></a>
370            <b>listeners</b> : Object            <div class="mdesc">
371                        <div class="short">(optional) A config object containing one or more event handlers to be added to this object during initialization. Th...</div>
372            <div class="long">
373                (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>
374                        </div>
375        </td>
376        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#listeners" href="output/Ext.util.Observable.html#listeners">Observable</a></td>
377    </tr>
378        <tr class="config-row">
379        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
380        <td class="sig">
381        <a id="Ext.Slider-maxValue"></a>
382            <b>maxValue</b> : Number            <div class="mdesc">
383                            The maximum value for the Slider. Defaults to 100.                        </div>
384        </td>
385        <td class="msource">Slider</td>
386    </tr>
387        <tr class="config-row alt">
388        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
389        <td class="sig">
390        <a id="Ext.Slider-minValue"></a>
391            <b>minValue</b> : Number            <div class="mdesc">
392                            The minimum value for the Slider. Defaults to 0.                        </div>
393        </td>
394        <td class="msource">Slider</td>
395    </tr>
396        <tr class="config-row inherited expandable">
397        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
398        <td class="sig">
399        <a id="Ext.Slider-overCls"></a>
400            <b>overCls</b> : String            <div class="mdesc">
401                        <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>
402            <div class="long">
403                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>
404                        </div>
405        </td>
406        <td class="msource"><a ext:cls="Ext.Component" ext:member="#overCls" href="output/Ext.Component.html#overCls">Component</a></td>
407    </tr>
408        <tr class="config-row inherited alt">
409        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
410        <td class="sig">
411        <a id="Ext.Slider-pageX"></a>
412            <b>pageX</b> : Number            <div class="mdesc">
413                            The page level x coordinate for this component if contained within a positioning container.                        </div>
414        </td>
415        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageX" href="output/Ext.BoxComponent.html#pageX">BoxComponent</a></td>
416    </tr>
417        <tr class="config-row inherited">
418        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
419        <td class="sig">
420        <a id="Ext.Slider-pageY"></a>
421            <b>pageY</b> : Number            <div class="mdesc">
422                            The page level y coordinate for this component if contained within a positioning container.                        </div>
423        </td>
424        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageY" href="output/Ext.BoxComponent.html#pageY">BoxComponent</a></td>
425    </tr>
426        <tr class="config-row inherited alt expandable">
427        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
428        <td class="sig">
429        <a id="Ext.Slider-plugins"></a>
430            <b>plugins</b> : Object/Array            <div class="mdesc">
431                        <div class="short">An object or array of objects that will provide custom functionality for this component. The only requirement for a v...</div>
432            <div class="long">
433                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>
434                        </div>
435        </td>
436        <td class="msource"><a ext:cls="Ext.Component" ext:member="#plugins" href="output/Ext.Component.html#plugins">Component</a></td>
437    </tr>
438        <tr class="config-row inherited expandable">
439        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
440        <td class="sig">
441        <a id="Ext.Slider-renderTo"></a>
442            <b>renderTo</b> : Mixed            <div class="mdesc">
443                        <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>
444            <div class="long">
445                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>
446                        </div>
447        </td>
448        <td class="msource"><a ext:cls="Ext.Component" ext:member="#renderTo" href="output/Ext.Component.html#renderTo">Component</a></td>
449    </tr>
450        <tr class="config-row inherited alt expandable">
451        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
452        <td class="sig">
453        <a id="Ext.Slider-stateEvents"></a>
454            <b>stateEvents</b> : Array            <div class="mdesc">
455                        <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>
456            <div class="long">
457                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>
458                        </div>
459        </td>
460        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateEvents" href="output/Ext.Component.html#stateEvents">Component</a></td>
461    </tr>
462        <tr class="config-row inherited expandable">
463        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
464        <td class="sig">
465        <a id="Ext.Slider-stateId"></a>
466            <b>stateId</b> : String            <div class="mdesc">
467                        <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>
468            <div class="long">
469                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>
470                        </div>
471        </td>
472        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateId" href="output/Ext.Component.html#stateId">Component</a></td>
473    </tr>
474        <tr class="config-row inherited alt expandable">
475        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
476        <td class="sig">
477        <a id="Ext.Slider-stateful"></a>
478            <b>stateful</b> : Boolean            <div class="mdesc">
479                        <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>
480            <div class="long">
481                <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>
482                        </div>
483        </td>
484        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateful" href="output/Ext.Component.html#stateful">Component</a></td>
485    </tr>
486        <tr class="config-row inherited expandable">
487        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
488        <td class="sig">
489        <a id="Ext.Slider-style"></a>
490            <b>style</b> : String            <div class="mdesc">
491                        <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>
492            <div class="long">
493                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>
494                        </div>
495        </td>
496        <td class="msource"><a ext:cls="Ext.Component" ext:member="#style" href="output/Ext.Component.html#style">Component</a></td>
497    </tr>
498        <tr class="config-row alt">
499        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
500        <td class="sig">
501        <a id="Ext.Slider-value"></a>
502            <b>value</b> : Number            <div class="mdesc">
503                            The value to initialize the slider with. Defaults to minValue.                        </div>
504        </td>
505        <td class="msource">Slider</td>
506    </tr>
507        <tr class="config-row">
508        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
509        <td class="sig">
510        <a id="Ext.Slider-vertical"></a>
511            <b>vertical</b> : Boolean            <div class="mdesc">
512                            Orient the Slider vertically rather than horizontally, defaults to false.                        </div>
513        </td>
514        <td class="msource">Slider</td>
515    </tr>
516        <tr class="config-row inherited alt">
517        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
518        <td class="sig">
519        <a id="Ext.Slider-width"></a>
520            <b>width</b> : Number            <div class="mdesc">
521                            The width of this component in pixels (defaults to auto).                        </div>
522        </td>
523        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#width" href="output/Ext.BoxComponent.html#width">BoxComponent</a></td>
524    </tr>
525        <tr class="config-row inherited">
526        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
527        <td class="sig">
528        <a id="Ext.Slider-x"></a>
529            <b>x</b> : Number            <div class="mdesc">
530                            The local x (left) coordinate for this component if contained within a positioning container.                        </div>
531        </td>
532        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#x" href="output/Ext.BoxComponent.html#x">BoxComponent</a></td>
533    </tr>
534        <tr class="config-row inherited alt expandable">
535        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
536        <td class="sig">
537        <a id="Ext.Slider-xtype"></a>
538            <b>xtype</b> : String            <div class="mdesc">
539                        <div class="short">The registered xtype to create. This config option is not used when passing a config object into a constructor. This ...</div>
540            <div class="long">
541                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>
542                        </div>
543        </td>
544        <td class="msource"><a ext:cls="Ext.Component" ext:member="#xtype" href="output/Ext.Component.html#xtype">Component</a></td>
545    </tr>
546        <tr class="config-row inherited">
547        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
548        <td class="sig">
549        <a id="Ext.Slider-y"></a>
550            <b>y</b> : Number            <div class="mdesc">
551                            The local y (top) coordinate for this component if contained within a positioning container.                        </div>
552        </td>
553        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#y" href="output/Ext.BoxComponent.html#y">BoxComponent</a></td>
554    </tr>
555            </table>
556                <a id="Ext.Slider-props"></a>
557        <h2>Public Properties</h2>
558                <table cellspacing="0" class="member-table">
559            <tr>
560                <th class="sig-header" colspan="2">Property</th>
561                <th class="msource-header">Defined By</th>
562            </tr>
563                <tr class="property-row inherited">
564        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
565        <td class="sig">
566        <a id="Ext.Slider-disabled"></a>
567            <b>disabled</b> : Boolean            <div class="mdesc">
568                            True if this component is disabled. Read-only.                        </div>
569        </td>
570        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabled" href="output/Ext.Component.html#disabled">Component</a></td>
571    </tr>
572        <tr class="property-row alt">
573        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
574        <td class="sig">
575        <a id="Ext.Slider-dragging"></a>
576            <b>dragging</b> : boolean            <div class="mdesc">
577                            True while the thumb is in a drag operation                        </div>
578        </td>
579        <td class="msource">Slider</td>
580    </tr>
581        <tr class="property-row inherited">
582        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
583        <td class="sig">
584        <a id="Ext.Slider-hidden"></a>
585            <b>hidden</b> : Boolean            <div class="mdesc">
586                           
587True if this component is hidden. Read-only.                        </div>
588        </td>
589        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">Component</a></td>
590    </tr>
591        <tr class="property-row inherited alt">
592        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
593        <td class="sig">
594        <a id="Ext.Slider-initialConfig"></a>
595            <b>initialConfig</b> : Object            <div class="mdesc">
596                            This Component's initial configuration specification. Read-only.                        </div>
597        </td>
598        <td class="msource"><a ext:cls="Ext.Component" ext:member="#initialConfig" href="output/Ext.Component.html#initialConfig">Component</a></td>
599    </tr>
600        <tr class="property-row inherited expandable">
601        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
602        <td class="sig">
603        <a id="Ext.Slider-ownerCt"></a>
604            <b>ownerCt</b> : Ext.Container            <div class="mdesc">
605                        <div class="short">The component's owner Ext.Container (defaults to undefined, and is set automatically when
606the component is added to a...</div>
607            <div class="long">
608                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
609the component is added to a container).  Read-only.            </div>
610                        </div>
611        </td>
612        <td class="msource"><a ext:cls="Ext.Component" ext:member="#ownerCt" href="output/Ext.Component.html#ownerCt">Component</a></td>
613    </tr>
614        <tr class="property-row inherited alt">
615        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
616        <td class="sig">
617        <a id="Ext.Slider-rendered"></a>
618            <b>rendered</b> : Boolean            <div class="mdesc">
619                            True if this component has been rendered. Read-only.                        </div>
620        </td>
621        <td class="msource"><a ext:cls="Ext.Component" ext:member="#rendered" href="output/Ext.Component.html#rendered">Component</a></td>
622    </tr>
623            </table>
624                <a id="Ext.Slider-methods"></a>
625        <h2>Public Methods</h2>
626                <table cellspacing="0" class="member-table">
627            <tr>
628                <th class="sig-header" colspan="2">Method</th>
629                <th class="msource-header">Defined By</th>
630            </tr>
631                <tr class="method-row inherited expandable">
632        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
633        <td class="sig">
634        <a id="Ext.Slider-addClass"></a>
635            <b>addClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">
636                        <div class="short">Adds a CSS class to the component's underlying element.</div>
637            <div class="long">
638                Adds a CSS class to the component's underlying element.    <div class="mdetail-params">
639        <strong>Parameters:</strong>
640        <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to add</div></li>        </ul>
641        <strong>Returns:</strong>
642        <ul>
643            <li><code>void</code></li>
644        </ul>
645    </div>
646                </div>
647                        </div>
648        </td>
649        <td class="msource"><a ext:cls="Ext.Component" ext:member="#addClass" href="output/Ext.Component.html#addClass">Component</a></td>
650    </tr>
651        <tr class="method-row inherited alt expandable">
652        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
653        <td class="sig">
654        <a id="Ext.Slider-addEvents"></a>
655            <b>addEvents</b>(&nbsp;<code>Object object</code>&nbsp;) : void            <div class="mdesc">
656                        <div class="short">Used to define events on this Observable</div>
657            <div class="long">
658                Used to define events on this Observable    <div class="mdetail-params">
659        <strong>Parameters:</strong>
660        <ul><li><code>object</code> : Object<div class="sub-desc">The object with the events defined</div></li>        </ul>
661        <strong>Returns:</strong>
662        <ul>
663            <li><code>void</code></li>
664        </ul>
665    </div>
666                </div>
667                        </div>
668        </td>
669        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addEvents" href="output/Ext.util.Observable.html#addEvents">Observable</a></td>
670    </tr>
671        <tr class="method-row inherited expandable">
672        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
673        <td class="sig">
674        <a id="Ext.Slider-addListener"></a>
675            <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">
676                        <div class="short">Appends an event handler to this component</div>
677            <div class="long">
678                Appends an event handler to this component    <div class="mdetail-params">
679        <strong>Parameters:</strong>
680        <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
681function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional) An object containing handler configuration
682properties. This may contain any of the following properties:<ul>
683<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>
684<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>
685<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>
686<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
687by the specified number of milliseconds. If the event fires again within that time, the original
688handler is <em>not</em> invoked, but the new handler is scheduled in its place.</p></li>
689</ul><br>
690<p>
691<b>Combining Options</b><br>
692Using the options argument, it is possible to combine different types of listeners:<br>
693<br>
694A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)
695<pre><code>el.on(<em>'click'</em>, <b>this</b>.onClick, <b>this</b>, {
696    single: true,
697    delay: 100,
698    forumId: 4
699});</code></pre>
700<p>
701<b>Attaching multiple handlers in 1 call</b><br>
702The method also allows for a single argument to be passed which is a config object containing properties
703which specify multiple handlers.
704<p>
705<pre><code>foo.on({
706    <em>'click'</em> : {
707        fn: <b>this</b>.onClick,
708        scope: <b>this</b>,
709        delay: 100
710    },
711    <em>'mouseover'</em> : {
712        fn: <b>this</b>.onMouseOver,
713        scope: <b>this</b>
714    },
715    <em>'mouseout'</em> : {
716        fn: <b>this</b>.onMouseOut,
717        scope: <b>this</b>
718    }
719});</code></pre>
720<p>
721Or a shorthand syntax:<br>
722<pre><code>foo.on({
723    <em>'click'</em> : <b>this</b>.onClick,
724    <em>'mouseover'</em> : <b>this</b>.onMouseOver,
725    <em>'mouseout'</em> : <b>this</b>.onMouseOut,
726     scope: <b>this</b>
727});</code></pre></div></li>        </ul>
728        <strong>Returns:</strong>
729        <ul>
730            <li><code>void</code></li>
731        </ul>
732    </div>
733                </div>
734                        </div>
735        </td>
736        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addListener" href="output/Ext.util.Observable.html#addListener">Observable</a></td>
737    </tr>
738        <tr class="method-row inherited alt expandable">
739        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
740        <td class="sig">
741        <a id="Ext.Slider-applyToMarkup"></a>
742            <b>applyToMarkup</b>(&nbsp;<code>String/HTMLElement el</code>&nbsp;) : void            <div class="mdesc">
743                        <div class="short">Apply this component to existing markup that is valid. With this function, no call to render() is required.</div>
744            <div class="long">
745                Apply this component to existing markup that is valid. With this function, no call to render() is required.    <div class="mdetail-params">
746        <strong>Parameters:</strong>
747        <ul><li><code>el</code> : String/HTMLElement<div class="sub-desc"></div></li>        </ul>
748        <strong>Returns:</strong>
749        <ul>
750            <li><code>void</code></li>
751        </ul>
752    </div>
753                </div>
754                        </div>
755        </td>
756        <td class="msource"><a ext:cls="Ext.Component" ext:member="#applyToMarkup" href="output/Ext.Component.html#applyToMarkup">Component</a></td>
757    </tr>
758        <tr class="method-row inherited expandable">
759        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
760        <td class="sig">
761        <a id="Ext.Slider-cloneConfig"></a>
762            <b>cloneConfig</b>(&nbsp;<code>Object overrides</code>&nbsp;) : Ext.Component            <div class="mdesc">
763                        <div class="short">Clone the current component using the original config values passed into this instance by default.</div>
764            <div class="long">
765                Clone the current component using the original config values passed into this instance by default.    <div class="mdetail-params">
766        <strong>Parameters:</strong>
767        <ul><li><code>overrides</code> : Object<div class="sub-desc">A new config containing any properties to override in the cloned version.
768An id property can be passed on this object, otherwise one will be generated to avoid duplicates.</div></li>        </ul>
769        <strong>Returns:</strong>
770        <ul>
771            <li><code>Ext.Component</code><div class="sub-desc">clone The cloned copy of this component</div></li>
772        </ul>
773    </div>
774                </div>
775                        </div>
776        </td>
777        <td class="msource"><a ext:cls="Ext.Component" ext:member="#cloneConfig" href="output/Ext.Component.html#cloneConfig">Component</a></td>
778    </tr>
779        <tr class="method-row inherited alt expandable">
780        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
781        <td class="sig">
782        <a id="Ext.Slider-destroy"></a>
783            <b>destroy</b>() : void            <div class="mdesc">
784                        <div class="short">Destroys this component by purging any event listeners, removing the component's element from the DOM,
785removing the c...</div>
786            <div class="long">
787                Destroys this component by purging any event listeners, removing the component's element from the DOM,
788removing the component from its <a ext:cls="Ext.Container" href="output/Ext.Container.html">Ext.Container</a> (if applicable) and unregistering it from
789<a ext:cls="Ext.ComponentMgr" href="output/Ext.ComponentMgr.html">Ext.ComponentMgr</a>.  Destruction is generally handled automatically by the framework and this method
790should usually not need to be called directly.    <div class="mdetail-params">
791        <strong>Parameters:</strong>
792        <ul><li>None.</li>        </ul>
793        <strong>Returns:</strong>
794        <ul>
795            <li><code>void</code></li>
796        </ul>
797    </div>
798                </div>
799                        </div>
800        </td>
801        <td class="msource"><a ext:cls="Ext.Component" ext:member="#destroy" href="output/Ext.Component.html#destroy">Component</a></td>
802    </tr>
803        <tr class="method-row inherited expandable">
804        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
805        <td class="sig">
806        <a id="Ext.Slider-disable"></a>
807            <b>disable</b>() : Ext.Component            <div class="mdesc">
808                        <div class="short">Disable this component.</div>
809            <div class="long">
810                Disable this component.    <div class="mdetail-params">
811        <strong>Parameters:</strong>
812        <ul><li>None.</li>        </ul>
813        <strong>Returns:</strong>
814        <ul>
815            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
816        </ul>
817    </div>
818                </div>
819                        </div>
820        </td>
821        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disable" href="output/Ext.Component.html#disable">Component</a></td>
822    </tr>
823        <tr class="method-row inherited alt expandable">
824        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
825        <td class="sig">
826        <a id="Ext.Slider-enable"></a>
827            <b>enable</b>() : Ext.Component            <div class="mdesc">
828                        <div class="short">Enable this component.</div>
829            <div class="long">
830                Enable this component.    <div class="mdetail-params">
831        <strong>Parameters:</strong>
832        <ul><li>None.</li>        </ul>
833        <strong>Returns:</strong>
834        <ul>
835            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
836        </ul>
837    </div>
838                </div>
839                        </div>
840        </td>
841        <td class="msource"><a ext:cls="Ext.Component" ext:member="#enable" href="output/Ext.Component.html#enable">Component</a></td>
842    </tr>
843        <tr class="method-row inherited expandable">
844        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
845        <td class="sig">
846        <a id="Ext.Slider-findParentBy"></a>
847            <b>findParentBy</b>(&nbsp;<code>Function fcn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : Ext.Container            <div class="mdesc">
848                        <div class="short">Find a container above this component at any level by a custom function. If the passed function returns
849true, the con...</div>
850            <div class="long">
851                Find a container above this component at any level by a custom function. If the passed function returns
852true, the container will be returned. The passed function is called with the arguments (container, this component).    <div class="mdetail-params">
853        <strong>Parameters:</strong>
854        <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>
855        <strong>Returns:</strong>
856        <ul>
857            <li><code>Ext.Container</code><div class="sub-desc">The first Container for which the custom function returns true</div></li>
858        </ul>
859    </div>
860                </div>
861                        </div>
862        </td>
863        <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentBy" href="output/Ext.Component.html#findParentBy">Component</a></td>
864    </tr>
865        <tr class="method-row inherited alt expandable">
866        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
867        <td class="sig">
868        <a id="Ext.Slider-findParentByType"></a>
869            <b>findParentByType</b>(&nbsp;<code>String/Class xtype</code>&nbsp;) : Ext.Container            <div class="mdesc">
870                        <div class="short">Find a container above this component at any level by xtype or class</div>
871            <div class="long">
872                Find a container above this component at any level by xtype or class    <div class="mdetail-params">
873        <strong>Parameters:</strong>
874        <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>
875        <strong>Returns:</strong>
876        <ul>
877            <li><code>Ext.Container</code><div class="sub-desc">The first Container which matches the given xtype or class</div></li>
878        </ul>
879    </div>
880                </div>
881                        </div>
882        </td>
883        <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentByType" href="output/Ext.Component.html#findParentByType">Component</a></td>
884    </tr>
885        <tr class="method-row inherited expandable">
886        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
887        <td class="sig">
888        <a id="Ext.Slider-fireEvent"></a>
889            <b>fireEvent</b>(&nbsp;<code>String eventName</code>, <code>Object... args</code>&nbsp;) : Boolean            <div class="mdesc">
890                        <div class="short">Fires the specified event with the passed parameters (minus the event name).</div>
891            <div class="long">
892                Fires the specified event with the passed parameters (minus the event name).    <div class="mdetail-params">
893        <strong>Parameters:</strong>
894        <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>
895        <strong>Returns:</strong>
896        <ul>
897            <li><code>Boolean</code><div class="sub-desc">returns false if any of the handlers return false otherwise it returns true</div></li>
898        </ul>
899    </div>
900                </div>
901                        </div>
902        </td>
903        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#fireEvent" href="output/Ext.util.Observable.html#fireEvent">Observable</a></td>
904    </tr>
905        <tr class="method-row inherited alt expandable">
906        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
907        <td class="sig">
908        <a id="Ext.Slider-focus"></a>
909            <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">
910                        <div class="short">Try to focus this component.</div>
911            <div class="long">
912                Try to focus this component.    <div class="mdetail-params">
913        <strong>Parameters:</strong>
914        <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>
915        <strong>Returns:</strong>
916        <ul>
917            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
918        </ul>
919    </div>
920                </div>
921                        </div>
922        </td>
923        <td class="msource"><a ext:cls="Ext.Component" ext:member="#focus" href="output/Ext.Component.html#focus">Component</a></td>
924    </tr>
925        <tr class="method-row inherited expandable">
926        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
927        <td class="sig">
928        <a id="Ext.Slider-getBox"></a>
929            <b>getBox</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean local</code>]</span>&nbsp;) : Object            <div class="mdesc">
930                        <div class="short">Gets the current box measurements of the component's underlying element.</div>
931            <div class="long">
932                Gets the current box measurements of the component's underlying element.    <div class="mdetail-params">
933        <strong>Parameters:</strong>
934        <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>
935        <strong>Returns:</strong>
936        <ul>
937            <li><code>Object</code><div class="sub-desc">box An object in the format {x, y, width, height}</div></li>
938        </ul>
939    </div>
940                </div>
941                        </div>
942        </td>
943        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getBox" href="output/Ext.BoxComponent.html#getBox">BoxComponent</a></td>
944    </tr>
945        <tr class="method-row inherited alt expandable">
946        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
947        <td class="sig">
948        <a id="Ext.Slider-getEl"></a>
949            <b>getEl</b>() : Ext.Element            <div class="mdesc">
950                        <div class="short">Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.</div>
951            <div class="long">
952                Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.    <div class="mdetail-params">
953        <strong>Parameters:</strong>
954        <ul><li>None.</li>        </ul>
955        <strong>Returns:</strong>
956        <ul>
957            <li><code>Ext.Element</code><div class="sub-desc">The element</div></li>
958        </ul>
959    </div>
960                </div>
961                        </div>
962        </td>
963        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getEl" href="output/Ext.Component.html#getEl">Component</a></td>
964    </tr>
965        <tr class="method-row inherited expandable">
966        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
967        <td class="sig">
968        <a id="Ext.Slider-getId"></a>
969            <b>getId</b>() : String            <div class="mdesc">
970                        <div class="short">Returns the id of this component.</div>
971            <div class="long">
972                Returns the id of this component.    <div class="mdetail-params">
973        <strong>Parameters:</strong>
974        <ul><li>None.</li>        </ul>
975        <strong>Returns:</strong>
976        <ul>
977            <li><code>String</code></li>
978        </ul>
979    </div>
980                </div>
981                        </div>
982        </td>
983        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getId" href="output/Ext.Component.html#getId">Component</a></td>
984    </tr>
985        <tr class="method-row inherited alt expandable">
986        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
987        <td class="sig">
988        <a id="Ext.Slider-getItemId"></a>
989            <b>getItemId</b>() : String            <div class="mdesc">
990                        <div class="short">Returns the item id of this component.</div>
991            <div class="long">
992                Returns the item id of this component.    <div class="mdetail-params">
993        <strong>Parameters:</strong>
994        <ul><li>None.</li>        </ul>
995        <strong>Returns:</strong>
996        <ul>
997            <li><code>String</code></li>
998        </ul>
999    </div>
1000                </div>
1001                        </div>
1002        </td>
1003        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getItemId" href="output/Ext.Component.html#getItemId">Component</a></td>
1004    </tr>
1005        <tr class="method-row inherited expandable">
1006        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1007        <td class="sig">
1008        <a id="Ext.Slider-getPosition"></a>
1009            <b>getPosition</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean local</code>]</span>&nbsp;) : Array            <div class="mdesc">
1010                        <div class="short">Gets the current XY position of the component's underlying element.</div>
1011            <div class="long">
1012                Gets the current XY position of the component's underlying element.    <div class="mdetail-params">
1013        <strong>Parameters:</strong>
1014        <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>
1015        <strong>Returns:</strong>
1016        <ul>
1017            <li><code>Array</code><div class="sub-desc">The XY position of the element (e.g., [100, 200])</div></li>
1018        </ul>
1019    </div>
1020                </div>
1021                        </div>
1022        </td>
1023        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getPosition" href="output/Ext.BoxComponent.html#getPosition">BoxComponent</a></td>
1024    </tr>
1025        <tr class="method-row inherited alt expandable">
1026        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1027        <td class="sig">
1028        <a id="Ext.Slider-getSize"></a>
1029            <b>getSize</b>() : Object            <div class="mdesc">
1030                        <div class="short">Gets the current size of the component's underlying element.</div>
1031            <div class="long">
1032                Gets the current size of the component's underlying element.    <div class="mdetail-params">
1033        <strong>Parameters:</strong>
1034        <ul><li>None.</li>        </ul>
1035        <strong>Returns:</strong>
1036        <ul>
1037            <li><code>Object</code><div class="sub-desc">An object containing the element's size {width: (element width), height: (element height)}</div></li>
1038        </ul>
1039    </div>
1040                </div>
1041                        </div>
1042        </td>
1043        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getSize" href="output/Ext.BoxComponent.html#getSize">BoxComponent</a></td>
1044    </tr>
1045        <tr class="method-row expandable">
1046        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1047        <td class="sig">
1048        <a id="Ext.Slider-getValue"></a>
1049            <b>getValue</b>() : Number            <div class="mdesc">
1050                        <div class="short">Returns the current value of the slider</div>
1051            <div class="long">
1052                Returns the current value of the slider    <div class="mdetail-params">
1053        <strong>Parameters:</strong>
1054        <ul><li>None.</li>        </ul>
1055        <strong>Returns:</strong>
1056        <ul>
1057            <li><code>Number</code><div class="sub-desc">The current value of the slider</div></li>
1058        </ul>
1059    </div>
1060                </div>
1061                        </div>
1062        </td>
1063        <td class="msource">Slider</td>
1064    </tr>
1065        <tr class="method-row inherited alt expandable">
1066        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1067        <td class="sig">
1068        <a id="Ext.Slider-getXType"></a>
1069            <b>getXType</b>() : String            <div class="mdesc">
1070                        <div class="short">Gets the xtype for this component as registered with Ext.ComponentMgr. For a list of all
1071available xtypes, see the Ex...</div>
1072            <div class="long">
1073                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
1074available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
1075<pre><code>var t = <b>new</b> Ext.form.TextField();
1076alert(t.getXType());  // alerts <em>'textfield'</em></code></pre>    <div class="mdetail-params">
1077        <strong>Parameters:</strong>
1078        <ul><li>None.</li>        </ul>
1079        <strong>Returns:</strong>
1080        <ul>
1081            <li><code>String</code><div class="sub-desc">The xtype</div></li>
1082        </ul>
1083    </div>
1084                </div>
1085                        </div>
1086        </td>
1087        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXType" href="output/Ext.Component.html#getXType">Component</a></td>
1088    </tr>
1089        <tr class="method-row inherited expandable">
1090        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1091        <td class="sig">
1092        <a id="Ext.Slider-getXTypes"></a>
1093            <b>getXTypes</b>() : String            <div class="mdesc">
1094                        <div class="short">Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all
1095available xtypes, see the Ext...</div>
1096            <div class="long">
1097                <p>Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all
1098available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header.</p>
1099<p><b>If using your own subclasses, be aware that a Component must register its own xtype
1100to participate in determination of inherited xtypes.</b></p>
1101<p>Example usage:</p>
1102<pre><code>
1103var t = new Ext.form.TextField();
1104alert(t.getXTypes());  // alerts 'component/box/field/textfield'</pre></code>    <div class="mdetail-params">
1105        <strong>Parameters:</strong>
1106        <ul><li>None.</li>        </ul>
1107        <strong>Returns:</strong>
1108        <ul>
1109            <li><code>String</code><div class="sub-desc">The xtype hierarchy string</div></li>
1110        </ul>
1111    </div>
1112                </div>
1113                        </div>
1114        </td>
1115        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXTypes" href="output/Ext.Component.html#getXTypes">Component</a></td>
1116    </tr>
1117        <tr class="method-row inherited alt expandable">
1118        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1119        <td class="sig">
1120        <a id="Ext.Slider-hasListener"></a>
1121            <b>hasListener</b>(&nbsp;<code>String eventName</code>&nbsp;) : Boolean            <div class="mdesc">
1122                        <div class="short">Checks to see if this object has any listeners for a specified event</div>
1123            <div class="long">
1124                Checks to see if this object has any listeners for a specified event    <div class="mdetail-params">
1125        <strong>Parameters:</strong>
1126        <ul><li><code>eventName</code> : String<div class="sub-desc">The name of the event to check for</div></li>        </ul>
1127        <strong>Returns:</strong>
1128        <ul>
1129            <li><code>Boolean</code><div class="sub-desc">True if the event is being listened for, else false</div></li>
1130        </ul>
1131    </div>
1132                </div>
1133                        </div>
1134        </td>
1135        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#hasListener" href="output/Ext.util.Observable.html#hasListener">Observable</a></td>
1136    </tr>
1137        <tr class="method-row inherited expandable">
1138        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1139        <td class="sig">
1140        <a id="Ext.Slider-hide"></a>
1141            <b>hide</b>() : Ext.Component            <div class="mdesc">
1142                        <div class="short">Hide this component.</div>
1143            <div class="long">
1144                Hide this component.    <div class="mdetail-params">
1145        <strong>Parameters:</strong>
1146        <ul><li>None.</li>        </ul>
1147        <strong>Returns:</strong>
1148        <ul>
1149            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1150        </ul>
1151    </div>
1152                </div>
1153                        </div>
1154        </td>
1155        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hide" href="output/Ext.Component.html#hide">Component</a></td>
1156    </tr>
1157        <tr class="method-row inherited alt expandable">
1158        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1159        <td class="sig">
1160        <a id="Ext.Slider-isVisible"></a>
1161            <b>isVisible</b>() : void            <div class="mdesc">
1162                        <div class="short">Returns true if this component is visible.</div>
1163            <div class="long">
1164                Returns true if this component is visible.    <div class="mdetail-params">
1165        <strong>Parameters:</strong>
1166        <ul><li>None.</li>        </ul>
1167        <strong>Returns:</strong>
1168        <ul>
1169            <li><code>void</code></li>
1170        </ul>
1171    </div>
1172                </div>
1173                        </div>
1174        </td>
1175        <td class="msource"><a ext:cls="Ext.Component" ext:member="#isVisible" href="output/Ext.Component.html#isVisible">Component</a></td>
1176    </tr>
1177        <tr class="method-row inherited expandable">
1178        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1179        <td class="sig">
1180        <a id="Ext.Slider-isXType"></a>
1181            <b>isXType</b>(&nbsp;<code>String xtype</code>, <span class="optional" title="Optional">[<code>Boolean shallow</code>]</span>&nbsp;) : void            <div class="mdesc">
1182                        <div class="short">Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended
1183from th...</div>
1184            <div class="long">
1185                <p>Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended
1186from the xtype (default) or whether it is directly of the xtype specified (shallow = true).</p>
1187<p><b>If using your own subclasses, be aware that a Component must register its own xtype
1188to participate in determination of inherited xtypes.</b></p>
1189<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>
1190<p>Example usage:</p>
1191<pre><code>var t = <b>new</b> Ext.form.TextField();
1192<b>var</b> isText = t.isXType(<em>'textfield'</em>);        <i>// true</i>
1193<b>var</b> isBoxSubclass = t.isXType(<em>'box'</em>);       <i>// true, descended from BoxComponent</i>
1194<b>var</b> isBoxInstance = t.isXType(<em>'box'</em>, true); // false, not a direct BoxComponent instance</code></pre>    <div class="mdetail-params">
1195        <strong>Parameters:</strong>
1196        <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
1197the default), or true to check whether this Component is directly of the specified xtype.</div></li>        </ul>
1198        <strong>Returns:</strong>
1199        <ul>
1200            <li><code>void</code></li>
1201        </ul>
1202    </div>
1203                </div>
1204                        </div>
1205        </td>
1206        <td class="msource"><a ext:cls="Ext.Component" ext:member="#isXType" href="output/Ext.Component.html#isXType">Component</a></td>
1207    </tr>
1208        <tr class="method-row inherited alt expandable">
1209        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1210        <td class="sig">
1211        <a id="Ext.Slider-on"></a>
1212            <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">
1213                        <div class="short">Appends an event handler to this element (shorthand for addListener)</div>
1214            <div class="long">
1215                Appends an event handler to this element (shorthand for addListener)    <div class="mdetail-params">
1216        <strong>Parameters:</strong>
1217        <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
1218function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>
1219        <strong>Returns:</strong>
1220        <ul>
1221            <li><code>void</code></li>
1222        </ul>
1223    </div>
1224                </div>
1225                        </div>
1226        </td>
1227        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#on" href="output/Ext.util.Observable.html#on">Observable</a></td>
1228    </tr>
1229        <tr class="method-row inherited expandable">
1230        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1231        <td class="sig">
1232        <a id="Ext.Slider-purgeListeners"></a>
1233            <b>purgeListeners</b>() : void            <div class="mdesc">
1234                        <div class="short">Removes all listeners for this object</div>
1235            <div class="long">
1236                Removes all listeners for this object    <div class="mdetail-params">
1237        <strong>Parameters:</strong>
1238        <ul><li>None.</li>        </ul>
1239        <strong>Returns:</strong>
1240        <ul>
1241            <li><code>void</code></li>
1242        </ul>
1243    </div>
1244                </div>
1245                        </div>
1246        </td>
1247        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#purgeListeners" href="output/Ext.util.Observable.html#purgeListeners">Observable</a></td>
1248    </tr>
1249        <tr class="method-row inherited alt expandable">
1250        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1251        <td class="sig">
1252        <a id="Ext.Slider-relayEvents"></a>
1253            <b>relayEvents</b>(&nbsp;<code>Object o</code>, <code>Array events</code>&nbsp;) : void            <div class="mdesc">
1254                        <div class="short">Relays selected events from the specified Observable as if the events were fired by <tt><b>this</b></tt>.</div>
1255            <div class="long">
1256                Relays selected events from the specified Observable as if the events were fired by <tt><b>this</b></tt>.    <div class="mdetail-params">
1257        <strong>Parameters:</strong>
1258        <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>
1259        <strong>Returns:</strong>
1260        <ul>
1261            <li><code>void</code></li>
1262        </ul>
1263    </div>
1264                </div>
1265                        </div>
1266        </td>
1267        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#relayEvents" href="output/Ext.util.Observable.html#relayEvents">Observable</a></td>
1268    </tr>
1269        <tr class="method-row inherited expandable">
1270        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1271        <td class="sig">
1272        <a id="Ext.Slider-removeClass"></a>
1273            <b>removeClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">
1274                        <div class="short">Removes a CSS class from the component's underlying element.</div>
1275            <div class="long">
1276                Removes a CSS class from the component's underlying element.    <div class="mdetail-params">
1277        <strong>Parameters:</strong>
1278        <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to remove</div></li>        </ul>
1279        <strong>Returns:</strong>
1280        <ul>
1281            <li><code>void</code></li>
1282        </ul>
1283    </div>
1284                </div>
1285                        </div>
1286        </td>
1287        <td class="msource"><a ext:cls="Ext.Component" ext:member="#removeClass" href="output/Ext.Component.html#removeClass">Component</a></td>
1288    </tr>
1289        <tr class="method-row inherited alt expandable">
1290        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1291        <td class="sig">
1292        <a id="Ext.Slider-removeListener"></a>
1293            <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">
1294                        <div class="short">Removes a listener</div>
1295            <div class="long">
1296                Removes a listener    <div class="mdetail-params">
1297        <strong>Parameters:</strong>
1298        <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>
1299        <strong>Returns:</strong>
1300        <ul>
1301            <li><code>void</code></li>
1302        </ul>
1303    </div>
1304                </div>
1305                        </div>
1306        </td>
1307        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#removeListener" href="output/Ext.util.Observable.html#removeListener">Observable</a></td>
1308    </tr>
1309        <tr class="method-row inherited expandable">
1310        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1311        <td class="sig">
1312        <a id="Ext.Slider-render"></a>
1313            <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">
1314                        <div class="short">Render this Component into the passed HTML element.
1315If you are using a Container object to house this Component, then...</div>
1316            <div class="long">
1317                <p>Render this Component into the passed HTML element.</p>
1318<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
1319do not use the render method.</b></p>
1320<p>A Container's child Components are rendered by that Container's
1321<a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> manager when the Container is first rendered.</p>
1322<p>Certain layout managers allow dynamic addition of child components. Those that do
1323include <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>,
1324<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>
1325<p>If the Container is already rendered when a new child Component is added, you may need to call
1326the 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
1327unrendered child Components to be rendered. This is required so that you can add multiple
1328child components if needed while only refreshing the layout once.</p>
1329<p>When creating complex UIs, it is important to remember that sizing and positioning
1330of 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.
1331If you expect child items to be sized in response to user interactions, you must
1332configure the Container with a layout manager which creates and manages the type of layout you
1333have in mind.</p>
1334<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
1335layout manager is used which does nothing but render child components sequentially into the
1336Container. No sizing or positioning will be performed in this situation.</b></p>    <div class="mdetail-params">
1337        <strong>Parameters:</strong>
1338        <ul><li><code>container</code> : Element/HTMLElement/String<div class="sub-desc">(optional) The element this Component should be
1339rendered 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>
1340which this component will be inserted (defaults to appending to the end of the container)</div></li>        </ul>
1341        <strong>Returns:</strong>
1342        <ul>
1343            <li><code>void</code></li>
1344        </ul>
1345    </div>
1346                </div>
1347                        </div>
1348        </td>
1349        <td class="msource"><a ext:cls="Ext.Component" ext:member="#render" href="output/Ext.Component.html#render">Component</a></td>
1350    </tr>
1351        <tr class="method-row inherited alt expandable">
1352        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1353        <td class="sig">
1354        <a id="Ext.Slider-resumeEvents"></a>
1355            <b>resumeEvents</b>() : void            <div class="mdesc">
1356                        <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>
1357            <div class="long">
1358                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">
1359        <strong>Parameters:</strong>
1360        <ul><li>None.</li>        </ul>
1361        <strong>Returns:</strong>
1362        <ul>
1363            <li><code>void</code></li>
1364        </ul>
1365    </div>
1366                </div>
1367                        </div>
1368        </td>
1369        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">Observable</a></td>
1370    </tr>
1371        <tr class="method-row inherited expandable">
1372        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1373        <td class="sig">
1374        <a id="Ext.Slider-setDisabled"></a>
1375            <b>setDisabled</b>(&nbsp;<code>Boolean disabled</code>&nbsp;) : void            <div class="mdesc">
1376                        <div class="short">Convenience function for setting disabled/enabled by boolean.</div>
1377            <div class="long">
1378                Convenience function for setting disabled/enabled by boolean.    <div class="mdetail-params">
1379        <strong>Parameters:</strong>
1380        <ul><li><code>disabled</code> : Boolean<div class="sub-desc"></div></li>        </ul>
1381        <strong>Returns:</strong>
1382        <ul>
1383            <li><code>void</code></li>
1384        </ul>
1385    </div>
1386                </div>
1387                        </div>
1388        </td>
1389        <td class="msource"><a ext:cls="Ext.Component" ext:member="#setDisabled" href="output/Ext.Component.html#setDisabled">Component</a></td>
1390    </tr>
1391        <tr class="method-row inherited alt expandable">
1392        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1393        <td class="sig">
1394        <a id="Ext.Slider-setHeight"></a>
1395            <b>setHeight</b>(&nbsp;<code>Number height</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1396                        <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>
1397            <div class="long">
1398                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">
1399        <strong>Parameters:</strong>
1400        <ul><li><code>height</code> : Number<div class="sub-desc">The new height to set</div></li>        </ul>
1401        <strong>Returns:</strong>
1402        <ul>
1403            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1404        </ul>
1405    </div>
1406                </div>
1407                        </div>
1408        </td>
1409        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setHeight" href="output/Ext.BoxComponent.html#setHeight">BoxComponent</a></td>
1410    </tr>
1411        <tr class="method-row inherited expandable">
1412        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1413        <td class="sig">
1414        <a id="Ext.Slider-setPagePosition"></a>
1415            <b>setPagePosition</b>(&nbsp;<code>Number x</code>, <code>Number y</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1416                        <div class="short">Sets the page XY position of the component.  To set the left and top instead, use setPosition.
1417This method fires the ...</div>
1418            <div class="long">
1419                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>.
1420This method fires the <a ext:cls="Ext.BoxComponent" ext:member="move" href="output/Ext.BoxComponent.html#move">move</a> event.    <div class="mdetail-params">
1421        <strong>Parameters:</strong>
1422        <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>
1423        <strong>Returns:</strong>
1424        <ul>
1425            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1426        </ul>
1427    </div>
1428                </div>
1429                        </div>
1430        </td>
1431        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setPagePosition" href="output/Ext.BoxComponent.html#setPagePosition">BoxComponent</a></td>
1432    </tr>
1433        <tr class="method-row inherited alt expandable">
1434        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1435        <td class="sig">
1436        <a id="Ext.Slider-setPosition"></a>
1437            <b>setPosition</b>(&nbsp;<code>Number left</code>, <code>Number top</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1438                        <div class="short">Sets the left and top of the component.  To set the page XY position instead, use setPagePosition.
1439This method fires ...</div>
1440            <div class="long">
1441                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>.
1442This method fires the <a ext:cls="Ext.BoxComponent" ext:member="move" href="output/Ext.BoxComponent.html#move">move</a> event.    <div class="mdetail-params">
1443        <strong>Parameters:</strong>
1444        <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>
1445        <strong>Returns:</strong>
1446        <ul>
1447            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1448        </ul>
1449    </div>
1450                </div>
1451                        </div>
1452        </td>
1453        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setPosition" href="output/Ext.BoxComponent.html#setPosition">BoxComponent</a></td>
1454    </tr>
1455        <tr class="method-row inherited expandable">
1456        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1457        <td class="sig">
1458        <a id="Ext.Slider-setSize"></a>
1459            <b>setSize</b>(&nbsp;<code>Number/Object width</code>, <code>Number height</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1460                        <div class="short">Sets the width and height of the component.  This method fires the resize event.  This method can accept
1461either width...</div>
1462            <div class="long">
1463                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
1464either width and height as separate numeric arguments, or you can pass a size object like {width:10, height:20}.    <div class="mdetail-params">
1465        <strong>Parameters:</strong>
1466        <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>
1467        <strong>Returns:</strong>
1468        <ul>
1469            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1470        </ul>
1471    </div>
1472                </div>
1473                        </div>
1474        </td>
1475        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setSize" href="output/Ext.BoxComponent.html#setSize">BoxComponent</a></td>
1476    </tr>
1477        <tr class="method-row alt expandable">
1478        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1479        <td class="sig">
1480        <a id="Ext.Slider-setValue"></a>
1481            <b>setValue</b>(&nbsp;<code>Number value</code>, <code>Boolean animate</code>&nbsp;) : void            <div class="mdesc">
1482                        <div class="short">Programmatically sets the value of the Slider. Ensures that the value is constrained within
1483the minValue and maxValue.</div>
1484            <div class="long">
1485                Programmatically sets the value of the Slider. Ensures that the value is constrained within
1486the minValue and maxValue.    <div class="mdetail-params">
1487        <strong>Parameters:</strong>
1488        <ul><li><code>value</code> : Number<div class="sub-desc">The value to set the slider to. (This will be constrained within minValue and maxValue)</div></li><li><code>animate</code> : Boolean<div class="sub-desc">Turn on or off animation, defaults to true</div></li>        </ul>
1489        <strong>Returns:</strong>
1490        <ul>
1491            <li><code>void</code></li>
1492        </ul>
1493    </div>
1494                </div>
1495                        </div>
1496        </td>
1497        <td class="msource">Slider</td>
1498    </tr>
1499        <tr class="method-row inherited expandable">
1500        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1501        <td class="sig">
1502        <a id="Ext.Slider-setVisible"></a>
1503            <b>setVisible</b>(&nbsp;<code>Boolean visible</code>&nbsp;) : Ext.Component            <div class="mdesc">
1504                        <div class="short">Convenience function to hide or show this component by boolean.</div>
1505            <div class="long">
1506                Convenience function to hide or show this component by boolean.    <div class="mdetail-params">
1507        <strong>Parameters:</strong>
1508        <ul><li><code>visible</code> : Boolean<div class="sub-desc">True to show, false to hide</div></li>        </ul>
1509        <strong>Returns:</strong>
1510        <ul>
1511            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1512        </ul>
1513    </div>
1514                </div>
1515                        </div>
1516        </td>
1517        <td class="msource"><a ext:cls="Ext.Component" ext:member="#setVisible" href="output/Ext.Component.html#setVisible">Component</a></td>
1518    </tr>
1519        <tr class="method-row inherited alt expandable">
1520        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1521        <td class="sig">
1522        <a id="Ext.Slider-setWidth"></a>
1523            <b>setWidth</b>(&nbsp;<code>Number width</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1524                        <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>
1525            <div class="long">
1526                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">
1527        <strong>Parameters:</strong>
1528        <ul><li><code>width</code> : Number<div class="sub-desc">The new width to set</div></li>        </ul>
1529        <strong>Returns:</strong>
1530        <ul>
1531            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1532        </ul>
1533    </div>
1534                </div>
1535                        </div>
1536        </td>
1537        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setWidth" href="output/Ext.BoxComponent.html#setWidth">BoxComponent</a></td>
1538    </tr>
1539        <tr class="method-row inherited expandable">
1540        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1541        <td class="sig">
1542        <a id="Ext.Slider-show"></a>
1543            <b>show</b>() : Ext.Component            <div class="mdesc">
1544                        <div class="short">Show this component.</div>
1545            <div class="long">
1546                Show this component.    <div class="mdetail-params">
1547        <strong>Parameters:</strong>
1548        <ul><li>None.</li>        </ul>
1549        <strong>Returns:</strong>
1550        <ul>
1551            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1552        </ul>
1553    </div>
1554                </div>
1555                        </div>
1556        </td>
1557        <td class="msource"><a ext:cls="Ext.Component" ext:member="#show" href="output/Ext.Component.html#show">Component</a></td>
1558    </tr>
1559        <tr class="method-row inherited alt expandable">
1560        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1561        <td class="sig">
1562        <a id="Ext.Slider-suspendEvents"></a>
1563            <b>suspendEvents</b>() : void            <div class="mdesc">
1564                        <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>
1565            <div class="long">
1566                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">
1567        <strong>Parameters:</strong>
1568        <ul><li>None.</li>        </ul>
1569        <strong>Returns:</strong>
1570        <ul>
1571            <li><code>void</code></li>
1572        </ul>
1573    </div>
1574                </div>
1575                        </div>
1576        </td>
1577        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">Observable</a></td>
1578    </tr>
1579        <tr class="method-row inherited expandable">
1580        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1581        <td class="sig">
1582        <a id="Ext.Slider-syncSize"></a>
1583            <b>syncSize</b>() : Ext.BoxComponent            <div class="mdesc">
1584                        <div class="short">Force the component's size to recalculate based on the underlying element's current height and width.</div>
1585            <div class="long">
1586                Force the component's size to recalculate based on the underlying element's current height and width.    <div class="mdetail-params">
1587        <strong>Parameters:</strong>
1588        <ul><li>None.</li>        </ul>
1589        <strong>Returns:</strong>
1590        <ul>
1591            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1592        </ul>
1593    </div>
1594                </div>
1595                        </div>
1596        </td>
1597        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#syncSize" href="output/Ext.BoxComponent.html#syncSize">BoxComponent</a></td>
1598    </tr>
1599        <tr class="method-row alt expandable">
1600        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1601        <td class="sig">
1602        <a id="Ext.Slider-syncThumb"></a>
1603            <b>syncThumb</b>() : void            <div class="mdesc">
1604                        <div class="short">Synchronizes the thumb position to the proper proportion of the total component width based
1605on the current slider val...</div>
1606            <div class="long">
1607                Synchronizes the thumb position to the proper proportion of the total component width based
1608on the current slider <a ext:cls="Ext.Slider" ext:member="value" href="output/Ext.Slider.html#value">value</a>.  This will be called automatically when the Slider
1609is resized by a layout, but if it is rendered auto width, this method can be called from
1610another resize handler to sync the Slider if necessary.    <div class="mdetail-params">
1611        <strong>Parameters:</strong>
1612        <ul><li>None.</li>        </ul>
1613        <strong>Returns:</strong>
1614        <ul>
1615            <li><code>void</code></li>
1616        </ul>
1617    </div>
1618                </div>
1619                        </div>
1620        </td>
1621        <td class="msource">Slider</td>
1622    </tr>
1623        <tr class="method-row inherited expandable">
1624        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1625        <td class="sig">
1626        <a id="Ext.Slider-un"></a>
1627            <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">
1628                        <div class="short">Removes a listener (shorthand for removeListener)</div>
1629            <div class="long">
1630                Removes a listener (shorthand for removeListener)    <div class="mdetail-params">
1631        <strong>Parameters:</strong>
1632        <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>
1633        <strong>Returns:</strong>
1634        <ul>
1635            <li><code>void</code></li>
1636        </ul>
1637    </div>
1638                </div>
1639                        </div>
1640        </td>
1641        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#un" href="output/Ext.util.Observable.html#un">Observable</a></td>
1642    </tr>
1643        <tr class="method-row inherited alt expandable">
1644        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1645        <td class="sig">
1646        <a id="Ext.Slider-updateBox"></a>
1647            <b>updateBox</b>(&nbsp;<code>Object box</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1648                        <div class="short">Sets the current box measurements of the component's underlying element.</div>
1649            <div class="long">
1650                Sets the current box measurements of the component's underlying element.    <div class="mdetail-params">
1651        <strong>Parameters:</strong>
1652        <ul><li><code>box</code> : Object<div class="sub-desc">An object in the format {x, y, width, height}</div></li>        </ul>
1653        <strong>Returns:</strong>
1654        <ul>
1655            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1656        </ul>
1657    </div>
1658                </div>
1659                        </div>
1660        </td>
1661        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#updateBox" href="output/Ext.BoxComponent.html#updateBox">BoxComponent</a></td>
1662    </tr>
1663            </table>
1664                <a id="Ext.Slider-events"></a>
1665        <h2>Public Events</h2>
1666                <table cellspacing="0" class="member-table">
1667            <tr>
1668                <th class="sig-header" colspan="2">Event</th>
1669                <th class="msource-header">Defined By</th>
1670            </tr>
1671                <tr class="event-row expandable">
1672        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1673        <td class="sig">
1674        <a id="Ext.Slider-beforechange"></a>
1675            <b>beforechange</b> : (&nbsp;<code>Ext.Slider slider</code>, <code>Number newValue</code>, <code>Number oldValue</code>&nbsp;)            <div class="mdesc">
1676                        <div class="short">Fires before the slider value is changed. By returning false from an event handler,
1677you can cancel the event and pre...</div>
1678            <div class="long">
1679                Fires before the slider value is changed. By returning false from an event handler,
1680you can cancel the event and prevent the slider from changing.    <div class="mdetail-params">
1681        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1682        <ul><li><code>slider</code> : Ext.Slider<div class="sub-desc">The slider</div></li><li><code>newValue</code> : Number<div class="sub-desc">The new value which the slider is being changed to.</div></li><li><code>oldValue</code> : Number<div class="sub-desc">The old value which the slider was previously.</div></li>        </ul>
1683    </div>
1684                </div>
1685                        </div>
1686        </td>
1687        <td class="msource">Slider</td>
1688    </tr>
1689        <tr class="event-row inherited alt expandable">
1690        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1691        <td class="sig">
1692        <a id="Ext.Slider-beforedestroy"></a>
1693            <b>beforedestroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1694                        <div class="short">Fires before the component is destroyed. Return false to stop the destroy.</div>
1695            <div class="long">
1696                Fires before the component is destroyed. Return false to stop the destroy.    <div class="mdetail-params">
1697        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1698        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1699    </div>
1700                </div>
1701                        </div>
1702        </td>
1703        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforedestroy" href="output/Ext.Component.html#event-beforedestroy">Component</a></td>
1704    </tr>
1705        <tr class="event-row inherited expandable">
1706        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1707        <td class="sig">
1708        <a id="Ext.Slider-beforehide"></a>
1709            <b>beforehide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1710                        <div class="short">Fires before the component is hidden. Return false to stop the hide.</div>
1711            <div class="long">
1712                Fires before the component is hidden. Return false to stop the hide.    <div class="mdetail-params">
1713        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1714        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1715    </div>
1716                </div>
1717                        </div>
1718        </td>
1719        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforehide" href="output/Ext.Component.html#event-beforehide">Component</a></td>
1720    </tr>
1721        <tr class="event-row inherited alt expandable">
1722        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1723        <td class="sig">
1724        <a id="Ext.Slider-beforerender"></a>
1725            <b>beforerender</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1726                        <div class="short">Fires before the component is rendered. Return false to stop the render.</div>
1727            <div class="long">
1728                Fires before the component is rendered. Return false to stop the render.    <div class="mdetail-params">
1729        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1730        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1731    </div>
1732                </div>
1733                        </div>
1734        </td>
1735        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforerender" href="output/Ext.Component.html#event-beforerender">Component</a></td>
1736    </tr>
1737        <tr class="event-row inherited expandable">
1738        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1739        <td class="sig">
1740        <a id="Ext.Slider-beforeshow"></a>
1741            <b>beforeshow</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1742                        <div class="short">Fires before the component is shown. Return false to stop the show.</div>
1743            <div class="long">
1744                Fires before the component is shown. Return false to stop the show.    <div class="mdetail-params">
1745        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1746        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1747    </div>
1748                </div>
1749                        </div>
1750        </td>
1751        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforeshow" href="output/Ext.Component.html#event-beforeshow">Component</a></td>
1752    </tr>
1753        <tr class="event-row inherited alt expandable">
1754        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1755        <td class="sig">
1756        <a id="Ext.Slider-beforestaterestore"></a>
1757            <b>beforestaterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
1758                        <div class="short">Fires before the state of the component is restored. Return false to stop the restore.</div>
1759            <div class="long">
1760                Fires before the state of the component is restored. Return false to stop the restore.    <div class="mdetail-params">
1761        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1762        <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>
1763    </div>
1764                </div>
1765                        </div>
1766        </td>
1767        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestaterestore" href="output/Ext.Component.html#event-beforestaterestore">Component</a></td>
1768    </tr>
1769        <tr class="event-row inherited expandable">
1770        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1771        <td class="sig">
1772        <a id="Ext.Slider-beforestatesave"></a>
1773            <b>beforestatesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
1774                        <div class="short">Fires before the state of the component is saved to the configured state provider. Return false to stop the save.</div>
1775            <div class="long">
1776                Fires before the state of the component is saved to the configured state provider. Return false to stop the save.    <div class="mdetail-params">
1777        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1778        <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>
1779    </div>
1780                </div>
1781                        </div>
1782        </td>
1783        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestatesave" href="output/Ext.Component.html#event-beforestatesave">Component</a></td>
1784    </tr>
1785        <tr class="event-row alt expandable">
1786        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1787        <td class="sig">
1788        <a id="Ext.Slider-change"></a>
1789            <b>change</b> : (&nbsp;<code>Ext.Slider slider</code>, <code>Number newValue</code>&nbsp;)            <div class="mdesc">
1790                        <div class="short">Fires when the slider value is changed.</div>
1791            <div class="long">
1792                Fires when the slider value is changed.    <div class="mdetail-params">
1793        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1794        <ul><li><code>slider</code> : Ext.Slider<div class="sub-desc">The slider</div></li><li><code>newValue</code> : Number<div class="sub-desc">The new value which the slider has been changed to.</div></li>        </ul>
1795    </div>
1796                </div>
1797                        </div>
1798        </td>
1799        <td class="msource">Slider</td>
1800    </tr>
1801        <tr class="event-row expandable">
1802        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1803        <td class="sig">
1804        <a id="Ext.Slider-changecomplete"></a>
1805            <b>changecomplete</b> : (&nbsp;<code>Ext.Slider slider</code>, <code>Number newValue</code>&nbsp;)            <div class="mdesc">
1806                        <div class="short">Fires when the slider value is changed by the user and any drag operations have completed.</div>
1807            <div class="long">
1808                Fires when the slider value is changed by the user and any drag operations have completed.    <div class="mdetail-params">
1809        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1810        <ul><li><code>slider</code> : Ext.Slider<div class="sub-desc">The slider</div></li><li><code>newValue</code> : Number<div class="sub-desc">The new value which the slider has been changed to.</div></li>        </ul>
1811    </div>
1812                </div>
1813                        </div>
1814        </td>
1815        <td class="msource">Slider</td>
1816    </tr>
1817        <tr class="event-row inherited alt expandable">
1818        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1819        <td class="sig">
1820        <a id="Ext.Slider-destroy"></a>
1821            <b>destroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1822                        <div class="short">Fires after the component is destroyed.</div>
1823            <div class="long">
1824                Fires after the component is destroyed.    <div class="mdetail-params">
1825        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1826        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1827    </div>
1828                </div>
1829                        </div>
1830        </td>
1831        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-destroy" href="output/Ext.Component.html#event-destroy">Component</a></td>
1832    </tr>
1833        <tr class="event-row inherited expandable">
1834        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1835        <td class="sig">
1836        <a id="Ext.Slider-disable"></a>
1837            <b>disable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1838                        <div class="short">Fires after the component is disabled.</div>
1839            <div class="long">
1840                Fires after the component is disabled.    <div class="mdetail-params">
1841        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1842        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1843    </div>
1844                </div>
1845                        </div>
1846        </td>
1847        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-disable" href="output/Ext.Component.html#event-disable">Component</a></td>
1848    </tr>
1849        <tr class="event-row alt expandable">
1850        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1851        <td class="sig">
1852        <a id="Ext.Slider-drag"></a>
1853            <b>drag</b> : (&nbsp;<code>Ext.Slider slider</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
1854                        <div class="short">Fires continuously during the drag operation while the mouse is moving.</div>
1855            <div class="long">
1856                Fires continuously during the drag operation while the mouse is moving.    <div class="mdetail-params">
1857        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1858        <ul><li><code>slider</code> : Ext.Slider<div class="sub-desc">The slider</div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc">The event fired from Ext.dd.DragTracker</div></li>        </ul>
1859    </div>
1860                </div>
1861                        </div>
1862        </td>
1863        <td class="msource">Slider</td>
1864    </tr>
1865        <tr class="event-row expandable">
1866        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1867        <td class="sig">
1868        <a id="Ext.Slider-dragend"></a>
1869            <b>dragend</b> : (&nbsp;<code>Ext.Slider slider</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
1870                        <div class="short">Fires after the drag operation has completed.</div>
1871            <div class="long">
1872                Fires after the drag operation has completed.    <div class="mdetail-params">
1873        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1874        <ul><li><code>slider</code> : Ext.Slider<div class="sub-desc">The slider</div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc">The event fired from Ext.dd.DragTracker</div></li>        </ul>
1875    </div>
1876                </div>
1877                        </div>
1878        </td>
1879        <td class="msource">Slider</td>
1880    </tr>
1881        <tr class="event-row alt expandable">
1882        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1883        <td class="sig">
1884        <a id="Ext.Slider-dragstart"></a>
1885            <b>dragstart</b> : (&nbsp;<code>Ext.Slider slider</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
1886                        <div class="short">Fires after a drag operation has started.</div>
1887            <div class="long">
1888                Fires after a drag operation has started.    <div class="mdetail-params">
1889        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1890        <ul><li><code>slider</code> : Ext.Slider<div class="sub-desc">The slider</div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc">The event fired from Ext.dd.DragTracker</div></li>        </ul>
1891    </div>
1892                </div>
1893                        </div>
1894        </td>
1895        <td class="msource">Slider</td>
1896    </tr>
1897        <tr class="event-row inherited expandable">
1898        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1899        <td class="sig">
1900        <a id="Ext.Slider-enable"></a>
1901            <b>enable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1902                        <div class="short">Fires after the component is enabled.</div>
1903            <div class="long">
1904                Fires after the component is enabled.    <div class="mdetail-params">
1905        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1906        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1907    </div>
1908                </div>
1909                        </div>
1910        </td>
1911        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-enable" href="output/Ext.Component.html#event-enable">Component</a></td>
1912    </tr>
1913        <tr class="event-row inherited alt expandable">
1914        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1915        <td class="sig">
1916        <a id="Ext.Slider-hide"></a>
1917            <b>hide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1918                        <div class="short">Fires after the component is hidden.</div>
1919            <div class="long">
1920                Fires after the component is hidden.    <div class="mdetail-params">
1921        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1922        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1923    </div>
1924                </div>
1925                        </div>
1926        </td>
1927        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-hide" href="output/Ext.Component.html#event-hide">Component</a></td>
1928    </tr>
1929        <tr class="event-row inherited expandable">
1930        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1931        <td class="sig">
1932        <a id="Ext.Slider-move"></a>
1933            <b>move</b> : (&nbsp;<code>Ext.Component this</code>, <code>Number x</code>, <code>Number y</code>&nbsp;)            <div class="mdesc">
1934                        <div class="short">Fires after the component is moved.</div>
1935            <div class="long">
1936                Fires after the component is moved.    <div class="mdetail-params">
1937        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1938        <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>
1939    </div>
1940                </div>
1941                        </div>
1942        </td>
1943        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#event-move" href="output/Ext.BoxComponent.html#event-move">BoxComponent</a></td>
1944    </tr>
1945        <tr class="event-row inherited alt expandable">
1946        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1947        <td class="sig">
1948        <a id="Ext.Slider-render"></a>
1949            <b>render</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1950                        <div class="short">Fires after the component is rendered.</div>
1951            <div class="long">
1952                Fires after the component is rendered.    <div class="mdetail-params">
1953        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1954        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1955    </div>
1956                </div>
1957                        </div>
1958        </td>
1959        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-render" href="output/Ext.Component.html#event-render">Component</a></td>
1960    </tr>
1961        <tr class="event-row inherited expandable">
1962        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1963        <td class="sig">
1964        <a id="Ext.Slider-resize"></a>
1965            <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">
1966                        <div class="short">Fires after the component is resized.</div>
1967            <div class="long">
1968                Fires after the component is resized.    <div class="mdetail-params">
1969        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1970        <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>
1971    </div>
1972                </div>
1973                        </div>
1974        </td>
1975        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#event-resize" href="output/Ext.BoxComponent.html#event-resize">BoxComponent</a></td>
1976    </tr>
1977        <tr class="event-row inherited alt expandable">
1978        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1979        <td class="sig">
1980        <a id="Ext.Slider-show"></a>
1981            <b>show</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1982                        <div class="short">Fires after the component is shown.</div>
1983            <div class="long">
1984                Fires after the component is shown.    <div class="mdetail-params">
1985        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1986        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1987    </div>
1988                </div>
1989                        </div>
1990        </td>
1991        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-show" href="output/Ext.Component.html#event-show">Component</a></td>
1992    </tr>
1993        <tr class="event-row inherited expandable">
1994        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1995        <td class="sig">
1996        <a id="Ext.Slider-staterestore"></a>
1997            <b>staterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
1998                        <div class="short">Fires after the state of the component is restored.</div>
1999            <div class="long">
2000                Fires after the state of the component is restored.    <div class="mdetail-params">
2001        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2002        <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>
2003    </div>
2004                </div>
2005                        </div>
2006        </td>
2007        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-staterestore" href="output/Ext.Component.html#event-staterestore">Component</a></td>
2008    </tr>
2009        <tr class="event-row inherited alt expandable">
2010        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2011        <td class="sig">
2012        <a id="Ext.Slider-statesave"></a>
2013            <b>statesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
2014                        <div class="short">Fires after the state of the component is saved to the configured state provider.</div>
2015            <div class="long">
2016                Fires after the state of the component is saved to the configured state provider.    <div class="mdetail-params">
2017        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2018        <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>
2019    </div>
2020                </div>
2021                        </div>
2022        </td>
2023        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-statesave" href="output/Ext.Component.html#event-statesave">Component</a></td>
2024    </tr>
2025            </table>
2026       
2027        </div>
Note: See TracBrowser for help on using the repository browser.