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