Subversion Repositories eFlore/Applications.cel

Rev

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

Rev Author Line No. Line
2 aperonnet 1
        <div class="body-wrap">
2
        <div class="top-tools">
3
            <a class="inner-link" href="#Ext.DatePicker-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4
            <a class="inner-link" href="#Ext.DatePicker-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5
            <a class="inner-link" href="#Ext.DatePicker-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6
                            <a class="inner-link" href="#Ext.DatePicker-configs"><img src="../resources/images/default/s.gif" class="item-icon icon-config">Config Options</a>
7
                        <a class="bookmark" href="../docs/?class=Ext.DatePicker"><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"/>DatePicker</pre></div>
13
                <h1>Class Ext.DatePicker</h1>
14
        <table cellspacing="0">
15
            <tr><td class="label">Package:</td><td class="hd-info">Ext</td></tr>
16
            <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../source/widgets/DatePicker.js" target="_blank">DatePicker.js</a></td></tr>
17
            <tr><td class="label">Class:</td><td class="hd-info">DatePicker</td></tr>
18
                                    <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.Component" ext:member="" href="output/Ext.Component.html">Component</a></td></tr>
19
                    </table>
20
        <div class="description">
21
            Simple date picker class.        </div>
22
 
23
        <div class="hr"></div>
24
                <a id="Ext.DatePicker-configs"></a>
25
        <h2>Config Options</h2>
26
        <table cellspacing="0" class="member-table">
27
            <tr>
28
                <th class="sig-header" colspan="2">Config Options</th>
29
                <th class="msource-header">Defined By</th>
30
            </tr>
31
                <tr class="config-row inherited">
32
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
33
        <td class="sig">
34
        <a id="Ext.DatePicker-allowDomMove"></a>
35
            <b>allowDomMove</b> : Boolean            <div class="mdesc">
36
                            Whether the component can move the Dom node when rendering (defaults to true).                        </div>
37
        </td>
38
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#allowDomMove" href="output/Ext.Component.html#allowDomMove">Component</a></td>
39
    </tr>
40
        <tr class="config-row inherited alt expandable">
41
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
42
        <td class="sig">
43
        <a id="Ext.DatePicker-applyTo"></a>
44
            <b>applyTo</b> : Mixed            <div class="mdesc">
45
                        <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>
46
            <div class="long">
47
                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>
48
                        </div>
49
        </td>
50
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#applyTo" href="output/Ext.Component.html#applyTo">Component</a></td>
51
    </tr>
52
        <tr class="config-row inherited expandable">
53
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
54
        <td class="sig">
55
        <a id="Ext.DatePicker-autoShow"></a>
56
            <b>autoShow</b> : Boolean            <div class="mdesc">
57
                        <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>
58
            <div class="long">
59
                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>
60
                        </div>
61
        </td>
62
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#autoShow" href="output/Ext.Component.html#autoShow">Component</a></td>
63
    </tr>
64
        <tr class="config-row alt">
65
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
66
        <td class="sig">
67
        <a id="Ext.DatePicker-cancelText"></a>
68
            <b>cancelText</b> : String            <div class="mdesc">
69
                            The text to display on the cancel button                        </div>
70
        </td>
71
        <td class="msource">DatePicker</td>
72
    </tr>
73
        <tr class="config-row inherited expandable">
74
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
75
        <td class="sig">
76
        <a id="Ext.DatePicker-cls"></a>
77
            <b>cls</b> : String            <div class="mdesc">
78
                        <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>
79
            <div class="long">
80
                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>
81
                        </div>
82
        </td>
83
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#cls" href="output/Ext.Component.html#cls">Component</a></td>
84
    </tr>
85
        <tr class="config-row alt">
86
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
87
        <td class="sig">
88
        <a id="Ext.DatePicker-constrainToViewport"></a>
89
            <b>constrainToViewport</b> : Boolean            <div class="mdesc">
90
                            True to constrain the date picker to the viewport (defaults to true)                        </div>
91
        </td>
92
        <td class="msource">DatePicker</td>
93
    </tr>
94
        <tr class="config-row inherited expandable">
95
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
96
        <td class="sig">
97
        <a id="Ext.DatePicker-ctCls"></a>
98
            <b>ctCls</b> : String            <div class="mdesc">
99
                        <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>
100
            <div class="long">
101
                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>
102
                        </div>
103
        </td>
104
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#ctCls" href="output/Ext.Component.html#ctCls">Component</a></td>
105
    </tr>
106
        <tr class="config-row alt">
107
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
108
        <td class="sig">
109
        <a id="Ext.DatePicker-dayNames"></a>
110
            <b>dayNames</b> : Array            <div class="mdesc">
111
                            An array of textual day names which can be overriden for localization support (defaults to Date.dayNames)                        </div>
112
        </td>
113
        <td class="msource">DatePicker</td>
114
    </tr>
115
        <tr class="config-row inherited">
116
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
117
        <td class="sig">
118
        <a id="Ext.DatePicker-disabledClass"></a>
119
            <b>disabledClass</b> : String            <div class="mdesc">
120
                            CSS class added to the component when it is disabled (defaults to "x-item-disabled").                        </div>
121
        </td>
122
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabledClass" href="output/Ext.Component.html#disabledClass">Component</a></td>
123
    </tr>
124
        <tr class="config-row alt">
125
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
126
        <td class="sig">
127
        <a id="Ext.DatePicker-disabledDatesRE"></a>
128
            <b>disabledDatesRE</b> : RegExp            <div class="mdesc">
129
                            JavaScript regular expression used to disable a pattern of dates (defaults to null)                        </div>
130
        </td>
131
        <td class="msource">DatePicker</td>
132
    </tr>
133
        <tr class="config-row">
134
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
135
        <td class="sig">
136
        <a id="Ext.DatePicker-disabledDatesText"></a>
137
            <b>disabledDatesText</b> : String            <div class="mdesc">
138
                            The tooltip text to display when the date falls on a disabled date (defaults to "")                        </div>
139
        </td>
140
        <td class="msource">DatePicker</td>
141
    </tr>
142
        <tr class="config-row alt">
143
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
144
        <td class="sig">
145
        <a id="Ext.DatePicker-disabledDays"></a>
146
            <b>disabledDays</b> : Array            <div class="mdesc">
147
                            An array of days to disable, 0-based. For example, [0, 6] disables Sunday and Saturday (defaults to null).                        </div>
148
        </td>
149
        <td class="msource">DatePicker</td>
150
    </tr>
151
        <tr class="config-row">
152
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
153
        <td class="sig">
154
        <a id="Ext.DatePicker-disabledDaysText"></a>
155
            <b>disabledDaysText</b> : String            <div class="mdesc">
156
                            The tooltip to display when the date falls on a disabled day (defaults to "")                        </div>
157
        </td>
158
        <td class="msource">DatePicker</td>
159
    </tr>
160
        <tr class="config-row alt expandable">
161
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
162
        <td class="sig">
163
        <a id="Ext.DatePicker-format"></a>
164
            <b>format</b> : String            <div class="mdesc">
165
                        <div class="short">The default date format string which can be overriden for localization support. The format must be valid according to...</div>
166
            <div class="long">
167
                The default date format string which can be overriden for localization support. The format must be valid according to <a ext:cls="Date" ext:member="parseDate" href="output/Date.html#parseDate">Date.parseDate</a> (defaults to 'm/d/y').            </div>
168
                        </div>
169
        </td>
170
        <td class="msource">DatePicker</td>
171
    </tr>
172
        <tr class="config-row inherited expandable">
173
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
174
        <td class="sig">
175
        <a id="Ext.DatePicker-hideMode"></a>
176
            <b>hideMode</b> : String            <div class="mdesc">
177
                        <div class="short">How this component should hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset posi...</div>
178
            <div class="long">
179
                How this component should hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset position) and "display" (css display) - defaults to "display".            </div>
180
                        </div>
181
        </td>
182
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideMode" href="output/Ext.Component.html#hideMode">Component</a></td>
183
    </tr>
184
        <tr class="config-row inherited alt expandable">
185
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
186
        <td class="sig">
187
        <a id="Ext.DatePicker-hideParent"></a>
188
            <b>hideParent</b> : Boolean            <div class="mdesc">
189
                        <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>
190
            <div class="long">
191
                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>
192
                        </div>
193
        </td>
194
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideParent" href="output/Ext.Component.html#hideParent">Component</a></td>
195
    </tr>
196
        <tr class="config-row inherited">
197
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
198
        <td class="sig">
199
        <a id="Ext.DatePicker-id"></a>
200
            <b>id</b> : String            <div class="mdesc">
201
                            The unique id of this component (defaults to an auto-assigned id).                        </div>
202
        </td>
203
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#id" href="output/Ext.Component.html#id">Component</a></td>
204
    </tr>
205
        <tr class="config-row inherited alt expandable">
206
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
207
        <td class="sig">
208
        <a id="Ext.DatePicker-listeners"></a>
209
            <b>listeners</b> : Object            <div class="mdesc">
210
                        <div class="short">A config object containing one or more event handlers to be added to this object during initialization. This should b...</div>
211
            <div class="long">
212
                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>
213
                        </div>
214
        </td>
215
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#listeners" href="output/Ext.util.Observable.html#listeners">Observable</a></td>
216
    </tr>
217
        <tr class="config-row">
218
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
219
        <td class="sig">
220
        <a id="Ext.DatePicker-maxDate"></a>
221
            <b>maxDate</b> : Date            <div class="mdesc">
222
                            Maximum allowable date (JavaScript date object, defaults to null)                        </div>
223
        </td>
224
        <td class="msource">DatePicker</td>
225
    </tr>
226
        <tr class="config-row alt">
227
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
228
        <td class="sig">
229
        <a id="Ext.DatePicker-maxText"></a>
230
            <b>maxText</b> : String            <div class="mdesc">
231
                            The error text to display if the maxDate validation fails (defaults to "This date is after the maximum date")                        </div>
232
        </td>
233
        <td class="msource">DatePicker</td>
234
    </tr>
235
        <tr class="config-row">
236
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
237
        <td class="sig">
238
        <a id="Ext.DatePicker-minDate"></a>
239
            <b>minDate</b> : Date            <div class="mdesc">
240
                            Minimum allowable date (JavaScript date object, defaults to null)                        </div>
241
        </td>
242
        <td class="msource">DatePicker</td>
243
    </tr>
244
        <tr class="config-row alt">
245
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
246
        <td class="sig">
247
        <a id="Ext.DatePicker-minText"></a>
248
            <b>minText</b> : String            <div class="mdesc">
249
                            The error text to display if the minDate validation fails (defaults to "This date is before the minimum date")                        </div>
250
        </td>
251
        <td class="msource">DatePicker</td>
252
    </tr>
253
        <tr class="config-row">
254
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
255
        <td class="sig">
256
        <a id="Ext.DatePicker-monthNames"></a>
257
            <b>monthNames</b> : Array            <div class="mdesc">
258
                            An array of textual month names which can be overriden for localization support (defaults to Date.monthNames)                        </div>
259
        </td>
260
        <td class="msource">DatePicker</td>
261
    </tr>
262
        <tr class="config-row alt">
263
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
264
        <td class="sig">
265
        <a id="Ext.DatePicker-monthYearText"></a>
266
            <b>monthYearText</b> : String            <div class="mdesc">
267
                            The header month selector tooltip (defaults to 'Choose a month (Control+Up/Down to move years)')                        </div>
268
        </td>
269
        <td class="msource">DatePicker</td>
270
    </tr>
271
        <tr class="config-row">
272
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
273
        <td class="sig">
274
        <a id="Ext.DatePicker-nextText"></a>
275
            <b>nextText</b> : String            <div class="mdesc">
276
                            The next month navigation button tooltip (defaults to 'Next Month (Control+Right)')                        </div>
277
        </td>
278
        <td class="msource">DatePicker</td>
279
    </tr>
280
        <tr class="config-row alt">
281
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
282
        <td class="sig">
283
        <a id="Ext.DatePicker-okText"></a>
284
            <b>okText</b> : String            <div class="mdesc">
285
                            The text to display on the ok button                        </div>
286
        </td>
287
        <td class="msource">DatePicker</td>
288
    </tr>
289
        <tr class="config-row inherited expandable">
290
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
291
        <td class="sig">
292
        <a id="Ext.DatePicker-plugins"></a>
293
            <b>plugins</b> : Object/Array            <div class="mdesc">
294
                        <div class="short">An object or array of objects that will provide custom functionality for this component. The only requirement for a v...</div>
295
            <div class="long">
296
                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>
297
                        </div>
298
        </td>
299
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#plugins" href="output/Ext.Component.html#plugins">Component</a></td>
300
    </tr>
301
        <tr class="config-row alt">
302
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
303
        <td class="sig">
304
        <a id="Ext.DatePicker-prevText"></a>
305
            <b>prevText</b> : String            <div class="mdesc">
306
                            The previous month navigation button tooltip (defaults to 'Previous Month (Control+Left)')                        </div>
307
        </td>
308
        <td class="msource">DatePicker</td>
309
    </tr>
310
        <tr class="config-row inherited expandable">
311
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
312
        <td class="sig">
313
        <a id="Ext.DatePicker-renderTo"></a>
314
            <b>renderTo</b> : Mixed            <div class="mdesc">
315
                        <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>
316
            <div class="long">
317
                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>
318
                        </div>
319
        </td>
320
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#renderTo" href="output/Ext.Component.html#renderTo">Component</a></td>
321
    </tr>
322
        <tr class="config-row alt">
323
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
324
        <td class="sig">
325
        <a id="Ext.DatePicker-startDay"></a>
326
            <b>startDay</b> : Number            <div class="mdesc">
327
                            Day index at which the week should begin, 0-based (defaults to 0, which is Sunday)                        </div>
328
        </td>
329
        <td class="msource">DatePicker</td>
330
    </tr>
331
        <tr class="config-row inherited expandable">
332
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
333
        <td class="sig">
334
        <a id="Ext.DatePicker-stateEvents"></a>
335
            <b>stateEvents</b> : Array            <div class="mdesc">
336
                        <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>
337
            <div class="long">
338
                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>
339
                        </div>
340
        </td>
341
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateEvents" href="output/Ext.Component.html#stateEvents">Component</a></td>
342
    </tr>
343
        <tr class="config-row inherited alt expandable">
344
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
345
        <td class="sig">
346
        <a id="Ext.DatePicker-stateId"></a>
347
            <b>stateId</b> : String            <div class="mdesc">
348
                        <div class="short">The unique id for this component to use for state management purposes (defaults to the component id). See stateful fo...</div>
349
            <div class="long">
350
                The unique id for this component to use for state management purposes (defaults to the component id). <p>See <a ext:cls="Ext.Component" ext:member="stateful" href="output/Ext.Component.html#stateful">stateful</a> for an explanation of saving and restoring Component state.</p>            </div>
351
                        </div>
352
        </td>
353
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateId" href="output/Ext.Component.html#stateId">Component</a></td>
354
    </tr>
355
        <tr class="config-row inherited expandable">
356
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
357
        <td class="sig">
358
        <a id="Ext.DatePicker-stateful"></a>
359
            <b>stateful</b> : Boolean            <div class="mdesc">
360
                        <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>
361
            <div class="long">
362
                A flag which causes the Component to attempt to restore the state of internal properties from a saved state on startup.<p> For state saving to work, the state manager's provider must have been set to an implementation of <a ext:cls="Ext.state.Provider" href="output/Ext.state.Provider.html">Ext.state.Provider</a> which overrides the <a ext:cls="Ext.state.Provider" ext:member="set" href="output/Ext.state.Provider.html#set">set</a> and <a ext:cls="Ext.state.Provider" ext:member="get" href="output/Ext.state.Provider.html#get">get</a> methods to save and recall name/value pairs. A built-in implementation, <a ext:cls="Ext.state.CookieProvider" href="output/Ext.state.CookieProvider.html">Ext.state.CookieProvider</a> is available.</p> <p>To set the state provider for the current page:</p> <pre><code>Ext.state.Manager.setProvider(<b>new</b> Ext.state.CookieProvider());</code></pre> <p>Components attempt to save state when one of the events listed in the <a ext:cls="Ext.Component" ext:member="stateEvents" href="output/Ext.Component.html#stateEvents">stateEvents</a> configuration fires.</p> <p>You can perform extra processing on state save and restore by attaching handlers to the <a ext:cls="Ext.Component" ext:member="beforestaterestore" href="output/Ext.Component.html#beforestaterestore">beforestaterestore</a>, <a ext:cls="staterestore" href="output/staterestore.html">staterestore</a>, <a ext:cls="beforestatesave" href="output/beforestatesave.html">beforestatesave</a> and <a ext:cls="statesave" href="output/statesave.html">statesave</a> events</p>            </div>
363
                        </div>
364
        </td>
365
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateful" href="output/Ext.Component.html#stateful">Component</a></td>
366
    </tr>
367
        <tr class="config-row inherited alt expandable">
368
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
369
        <td class="sig">
370
        <a id="Ext.DatePicker-style"></a>
371
            <b>style</b> : String            <div class="mdesc">
372
                        <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>
373
            <div class="long">
374
                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>
375
                        </div>
376
        </td>
377
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#style" href="output/Ext.Component.html#style">Component</a></td>
378
    </tr>
379
        <tr class="config-row">
380
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
381
        <td class="sig">
382
        <a id="Ext.DatePicker-todayText"></a>
383
            <b>todayText</b> : String            <div class="mdesc">
384
                            The text to display on the button that selects the current date (defaults to "Today")                        </div>
385
        </td>
386
        <td class="msource">DatePicker</td>
387
    </tr>
388
        <tr class="config-row alt">
389
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
390
        <td class="sig">
391
        <a id="Ext.DatePicker-todayTip"></a>
392
            <b>todayTip</b> : String            <div class="mdesc">
393
                            The tooltip to display for the button that selects the current date (defaults to "{current date} (Spacebar)")                        </div>
394
        </td>
395
        <td class="msource">DatePicker</td>
396
    </tr>
397
        <tr class="config-row inherited expandable">
398
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
399
        <td class="sig">
400
        <a id="Ext.DatePicker-xtype"></a>
401
            <b>xtype</b> : String            <div class="mdesc">
402
                        <div class="short">The registered xtype to create. This config option is not used when passing a config object into a constructor. This ...</div>
403
            <div class="long">
404
                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>
405
                        </div>
406
        </td>
407
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#xtype" href="output/Ext.Component.html#xtype">Component</a></td>
408
    </tr>
409
            </table>
410
                <a id="Ext.DatePicker-props"></a>
411
        <h2>Public Properties</h2>
412
                <table cellspacing="0" class="member-table">
413
            <tr>
414
                <th class="sig-header" colspan="2">Property</th>
415
                <th class="msource-header">Defined By</th>
416
            </tr>
417
                <tr class="property-row inherited">
418
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
419
        <td class="sig">
420
        <a id="Ext.DatePicker-disabled"></a>
421
            <b>disabled</b> : Boolean            <div class="mdesc">
422
                            True if this component is disabled. Read-only.                        </div>
423
        </td>
424
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabled" href="output/Ext.Component.html#disabled">Component</a></td>
425
    </tr>
426
        <tr class="property-row inherited alt">
427
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
428
        <td class="sig">
429
        <a id="Ext.DatePicker-hidden"></a>
430
            <b>hidden</b> : Boolean            <div class="mdesc">
431
 
432
True if this component is hidden. Read-only.                        </div>
433
        </td>
434
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">Component</a></td>
435
    </tr>
436
        <tr class="property-row inherited">
437
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
438
        <td class="sig">
439
        <a id="Ext.DatePicker-initialConfig"></a>
440
            <b>initialConfig</b> : Object            <div class="mdesc">
441
                            This Component's initial configuration specification. Read-only.                        </div>
442
        </td>
443
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#initialConfig" href="output/Ext.Component.html#initialConfig">Component</a></td>
444
    </tr>
445
        <tr class="property-row inherited alt expandable">
446
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
447
        <td class="sig">
448
        <a id="Ext.DatePicker-ownerCt"></a>
449
            <b>ownerCt</b> : Ext.Container            <div class="mdesc">
450
                        <div class="short">The component's owner Ext.Container (defaults to undefined, and is set automatically when
451
the component is added to a...</div>
452
            <div class="long">
453
                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
454
the component is added to a container).  Read-only.            </div>
455
                        </div>
456
        </td>
457
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#ownerCt" href="output/Ext.Component.html#ownerCt">Component</a></td>
458
    </tr>
459
        <tr class="property-row inherited">
460
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
461
        <td class="sig">
462
        <a id="Ext.DatePicker-rendered"></a>
463
            <b>rendered</b> : Boolean            <div class="mdesc">
464
                            True if this component has been rendered. Read-only.                        </div>
465
        </td>
466
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#rendered" href="output/Ext.Component.html#rendered">Component</a></td>
467
    </tr>
468
            </table>
469
                <a id="Ext.DatePicker-methods"></a>
470
        <h2>Public Methods</h2>
471
                <table cellspacing="0" class="member-table">
472
            <tr>
473
                <th class="sig-header" colspan="2">Method</th>
474
                <th class="msource-header">Defined By</th>
475
            </tr>
476
                <tr class="method-row expandable">
477
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
478
        <td class="sig">
479
        <a id="Ext.DatePicker-DatePicker"></a>
480
            <b>DatePicker</b>(&nbsp;<code>Object config</code>&nbsp;)            <div class="mdesc">
481
                        <div class="short">Create a new DatePicker</div>
482
            <div class="long">
483
                Create a new DatePicker    <div class="mdetail-params">
484
        <strong>Parameters:</strong>
485
        <ul><li><code>config</code> : Object<div class="sub-desc">The config object</div></li>        </ul>
486
        <strong>Returns:</strong>
487
        <ul>
488
            <li><code></code></li>
489
        </ul>
490
    </div>
491
                </div>
492
                        </div>
493
        </td>
494
        <td class="msource">DatePicker</td>
495
    </tr>
496
        <tr class="method-row inherited alt expandable">
497
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
498
        <td class="sig">
499
        <a id="Ext.DatePicker-addClass"></a>
500
            <b>addClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">
501
                        <div class="short">Adds a CSS class to the component's underlying element.</div>
502
            <div class="long">
503
                Adds a CSS class to the component's underlying element.    <div class="mdetail-params">
504
        <strong>Parameters:</strong>
505
        <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to add</div></li>        </ul>
506
        <strong>Returns:</strong>
507
        <ul>
508
            <li><code>void</code></li>
509
        </ul>
510
    </div>
511
                </div>
512
                        </div>
513
        </td>
514
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#addClass" href="output/Ext.Component.html#addClass">Component</a></td>
515
    </tr>
516
        <tr class="method-row inherited expandable">
517
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
518
        <td class="sig">
519
        <a id="Ext.DatePicker-addEvents"></a>
520
            <b>addEvents</b>(&nbsp;<code>Object object</code>&nbsp;) : void            <div class="mdesc">
521
                        <div class="short">Used to define events on this Observable</div>
522
            <div class="long">
523
                Used to define events on this Observable    <div class="mdetail-params">
524
        <strong>Parameters:</strong>
525
        <ul><li><code>object</code> : Object<div class="sub-desc">The object with the events defined</div></li>        </ul>
526
        <strong>Returns:</strong>
527
        <ul>
528
            <li><code>void</code></li>
529
        </ul>
530
    </div>
531
                </div>
532
                        </div>
533
        </td>
534
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addEvents" href="output/Ext.util.Observable.html#addEvents">Observable</a></td>
535
    </tr>
536
        <tr class="method-row inherited alt expandable">
537
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
538
        <td class="sig">
539
        <a id="Ext.DatePicker-addListener"></a>
540
            <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">
541
                        <div class="short">Appends an event handler to this component</div>
542
            <div class="long">
543
                Appends an event handler to this component    <div class="mdetail-params">
544
        <strong>Parameters:</strong>
545
        <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
546
function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional) An object containing handler configuration
547
properties. This may contain any of the following properties:<ul>
548
<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>
549
<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>
550
<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>
551
<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
552
by the specified number of milliseconds. If the event fires again within that time, the original
553
handler is <em>not</em> invoked, but the new handler is scheduled in its place.</p></li>
554
</ul><br>
555
<p>
556
<b>Combining Options</b><br>
557
Using the options argument, it is possible to combine different types of listeners:<br>
558
<br>
559
A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)
560
<pre><code>el.on(<em>'click'</em>, <b>this</b>.onClick, <b>this</b>, {
561
    single: true,
562
    delay: 100,
563
    forumId: 4
564
});</code></pre>
565
<p>
566
<b>Attaching multiple handlers in 1 call</b><br>
567
The method also allows for a single argument to be passed which is a config object containing properties
568
which specify multiple handlers.
569
<p>
570
<pre><code>foo.on({
571
    <em>'click'</em> : {
572
        fn: <b>this</b>.onClick,
573
        scope: <b>this</b>,
574
        delay: 100
575
    },
576
    <em>'mouseover'</em> : {
577
        fn: <b>this</b>.onMouseOver,
578
        scope: <b>this</b>
579
    },
580
    <em>'mouseout'</em> : {
581
        fn: <b>this</b>.onMouseOut,
582
        scope: <b>this</b>
583
    }
584
});</code></pre>
585
<p>
586
Or a shorthand syntax:<br>
587
<pre><code>foo.on({
588
    <em>'click'</em> : <b>this</b>.onClick,
589
    <em>'mouseover'</em> : <b>this</b>.onMouseOver,
590
    <em>'mouseout'</em> : <b>this</b>.onMouseOut,
591
     scope: <b>this</b>
592
});</code></pre></div></li>        </ul>
593
        <strong>Returns:</strong>
594
        <ul>
595
            <li><code>void</code></li>
596
        </ul>
597
    </div>
598
                </div>
599
                        </div>
600
        </td>
601
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addListener" href="output/Ext.util.Observable.html#addListener">Observable</a></td>
602
    </tr>
603
        <tr class="method-row inherited expandable">
604
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
605
        <td class="sig">
606
        <a id="Ext.DatePicker-applyToMarkup"></a>
607
            <b>applyToMarkup</b>(&nbsp;<code>String/HTMLElement el</code>&nbsp;) : void            <div class="mdesc">
608
                        <div class="short">Apply this component to existing markup that is valid. With this function, no call to render() is required.</div>
609
            <div class="long">
610
                Apply this component to existing markup that is valid. With this function, no call to render() is required.    <div class="mdetail-params">
611
        <strong>Parameters:</strong>
612
        <ul><li><code>el</code> : String/HTMLElement<div class="sub-desc"></div></li>        </ul>
613
        <strong>Returns:</strong>
614
        <ul>
615
            <li><code>void</code></li>
616
        </ul>
617
    </div>
618
                </div>
619
                        </div>
620
        </td>
621
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#applyToMarkup" href="output/Ext.Component.html#applyToMarkup">Component</a></td>
622
    </tr>
623
        <tr class="method-row inherited alt expandable">
624
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
625
        <td class="sig">
626
        <a id="Ext.DatePicker-cloneConfig"></a>
627
            <b>cloneConfig</b>(&nbsp;<code>Object overrides</code>&nbsp;) : Ext.Component            <div class="mdesc">
628
                        <div class="short">Clone the current component using the original config values passed into this instance by default.</div>
629
            <div class="long">
630
                Clone the current component using the original config values passed into this instance by default.    <div class="mdetail-params">
631
        <strong>Parameters:</strong>
632
        <ul><li><code>overrides</code> : Object<div class="sub-desc">A new config containing any properties to override in the cloned version.
633
An id property can be passed on this object, otherwise one will be generated to avoid duplicates.</div></li>        </ul>
634
        <strong>Returns:</strong>
635
        <ul>
636
            <li><code>Ext.Component</code><div class="sub-desc">clone The cloned copy of this component</div></li>
637
        </ul>
638
    </div>
639
                </div>
640
                        </div>
641
        </td>
642
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#cloneConfig" href="output/Ext.Component.html#cloneConfig">Component</a></td>
643
    </tr>
644
        <tr class="method-row inherited expandable">
645
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
646
        <td class="sig">
647
        <a id="Ext.DatePicker-destroy"></a>
648
            <b>destroy</b>() : void            <div class="mdesc">
649
                        <div class="short">Destroys this component by purging any event listeners, removing the component's element from the DOM,
650
removing the c...</div>
651
            <div class="long">
652
                Destroys this component by purging any event listeners, removing the component's element from the DOM,
653
removing the component from its <a ext:cls="Ext.Container" href="output/Ext.Container.html">Ext.Container</a> (if applicable) and unregistering it from
654
<a ext:cls="Ext.ComponentMgr" href="output/Ext.ComponentMgr.html">Ext.ComponentMgr</a>.  Destruction is generally handled automatically by the framework and this method
655
should usually not need to be called directly.    <div class="mdetail-params">
656
        <strong>Parameters:</strong>
657
        <ul><li>None.</li>        </ul>
658
        <strong>Returns:</strong>
659
        <ul>
660
            <li><code>void</code></li>
661
        </ul>
662
    </div>
663
                </div>
664
                        </div>
665
        </td>
666
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#destroy" href="output/Ext.Component.html#destroy">Component</a></td>
667
    </tr>
668
        <tr class="method-row inherited alt expandable">
669
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
670
        <td class="sig">
671
        <a id="Ext.DatePicker-disable"></a>
672
            <b>disable</b>() : Ext.Component            <div class="mdesc">
673
                        <div class="short">Disable this component.</div>
674
            <div class="long">
675
                Disable this component.    <div class="mdetail-params">
676
        <strong>Parameters:</strong>
677
        <ul><li>None.</li>        </ul>
678
        <strong>Returns:</strong>
679
        <ul>
680
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
681
        </ul>
682
    </div>
683
                </div>
684
                        </div>
685
        </td>
686
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disable" href="output/Ext.Component.html#disable">Component</a></td>
687
    </tr>
688
        <tr class="method-row inherited expandable">
689
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
690
        <td class="sig">
691
        <a id="Ext.DatePicker-enable"></a>
692
            <b>enable</b>() : Ext.Component            <div class="mdesc">
693
                        <div class="short">Enable this component.</div>
694
            <div class="long">
695
                Enable this component.    <div class="mdetail-params">
696
        <strong>Parameters:</strong>
697
        <ul><li>None.</li>        </ul>
698
        <strong>Returns:</strong>
699
        <ul>
700
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
701
        </ul>
702
    </div>
703
                </div>
704
                        </div>
705
        </td>
706
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#enable" href="output/Ext.Component.html#enable">Component</a></td>
707
    </tr>
708
        <tr class="method-row inherited alt expandable">
709
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
710
        <td class="sig">
711
        <a id="Ext.DatePicker-findParentBy"></a>
712
            <b>findParentBy</b>(&nbsp;<code>Function fcn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : Array            <div class="mdesc">
713
                        <div class="short">Find a container above this component at any level by a custom function. If the passed function returns
714
true, the con...</div>
715
            <div class="long">
716
                Find a container above this component at any level by a custom function. If the passed function returns
717
true, the container will be returned. The passed function is called with the arguments (container, this component).    <div class="mdetail-params">
718
        <strong>Parameters:</strong>
719
        <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>
720
        <strong>Returns:</strong>
721
        <ul>
722
            <li><code>Array</code><div class="sub-desc">Array of Ext.Components</div></li>
723
        </ul>
724
    </div>
725
                </div>
726
                        </div>
727
        </td>
728
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentBy" href="output/Ext.Component.html#findParentBy">Component</a></td>
729
    </tr>
730
        <tr class="method-row inherited expandable">
731
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
732
        <td class="sig">
733
        <a id="Ext.DatePicker-findParentByType"></a>
734
            <b>findParentByType</b>(&nbsp;<code>String/Class xtype</code>&nbsp;) : Container            <div class="mdesc">
735
                        <div class="short">Find a container above this component at any level by xtype or class</div>
736
            <div class="long">
737
                Find a container above this component at any level by xtype or class    <div class="mdetail-params">
738
        <strong>Parameters:</strong>
739
        <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>
740
        <strong>Returns:</strong>
741
        <ul>
742
            <li><code>Container</code><div class="sub-desc">The found container</div></li>
743
        </ul>
744
    </div>
745
                </div>
746
                        </div>
747
        </td>
748
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentByType" href="output/Ext.Component.html#findParentByType">Component</a></td>
749
    </tr>
750
        <tr class="method-row inherited alt expandable">
751
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
752
        <td class="sig">
753
        <a id="Ext.DatePicker-fireEvent"></a>
754
            <b>fireEvent</b>(&nbsp;<code>String eventName</code>, <code>Object... args</code>&nbsp;) : Boolean            <div class="mdesc">
755
                        <div class="short">Fires the specified event with the passed parameters (minus the event name).</div>
756
            <div class="long">
757
                Fires the specified event with the passed parameters (minus the event name).    <div class="mdetail-params">
758
        <strong>Parameters:</strong>
759
        <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>
760
        <strong>Returns:</strong>
761
        <ul>
762
            <li><code>Boolean</code><div class="sub-desc">returns false if any of the handlers return false otherwise it returns true</div></li>
763
        </ul>
764
    </div>
765
                </div>
766
                        </div>
767
        </td>
768
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#fireEvent" href="output/Ext.util.Observable.html#fireEvent">Observable</a></td>
769
    </tr>
770
        <tr class="method-row inherited expandable">
771
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
772
        <td class="sig">
773
        <a id="Ext.DatePicker-focus"></a>
774
            <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">
775
                        <div class="short">Try to focus this component.</div>
776
            <div class="long">
777
                Try to focus this component.    <div class="mdetail-params">
778
        <strong>Parameters:</strong>
779
        <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>
780
        <strong>Returns:</strong>
781
        <ul>
782
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
783
        </ul>
784
    </div>
785
                </div>
786
                        </div>
787
        </td>
788
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#focus" href="output/Ext.Component.html#focus">Component</a></td>
789
    </tr>
790
        <tr class="method-row inherited alt expandable">
791
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
792
        <td class="sig">
793
        <a id="Ext.DatePicker-getEl"></a>
794
            <b>getEl</b>() : Ext.Element            <div class="mdesc">
795
                        <div class="short">Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.</div>
796
            <div class="long">
797
                Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.    <div class="mdetail-params">
798
        <strong>Parameters:</strong>
799
        <ul><li>None.</li>        </ul>
800
        <strong>Returns:</strong>
801
        <ul>
802
            <li><code>Ext.Element</code><div class="sub-desc">The element</div></li>
803
        </ul>
804
    </div>
805
                </div>
806
                        </div>
807
        </td>
808
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getEl" href="output/Ext.Component.html#getEl">Component</a></td>
809
    </tr>
810
        <tr class="method-row inherited expandable">
811
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
812
        <td class="sig">
813
        <a id="Ext.DatePicker-getId"></a>
814
            <b>getId</b>() : String            <div class="mdesc">
815
                        <div class="short">Returns the id of this component.</div>
816
            <div class="long">
817
                Returns the id of this component.    <div class="mdetail-params">
818
        <strong>Parameters:</strong>
819
        <ul><li>None.</li>        </ul>
820
        <strong>Returns:</strong>
821
        <ul>
822
            <li><code>String</code></li>
823
        </ul>
824
    </div>
825
                </div>
826
                        </div>
827
        </td>
828
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getId" href="output/Ext.Component.html#getId">Component</a></td>
829
    </tr>
830
        <tr class="method-row inherited alt expandable">
831
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
832
        <td class="sig">
833
        <a id="Ext.DatePicker-getItemId"></a>
834
            <b>getItemId</b>() : String            <div class="mdesc">
835
                        <div class="short">Returns the item id of this component.</div>
836
            <div class="long">
837
                Returns the item id of this component.    <div class="mdetail-params">
838
        <strong>Parameters:</strong>
839
        <ul><li>None.</li>        </ul>
840
        <strong>Returns:</strong>
841
        <ul>
842
            <li><code>String</code></li>
843
        </ul>
844
    </div>
845
                </div>
846
                        </div>
847
        </td>
848
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getItemId" href="output/Ext.Component.html#getItemId">Component</a></td>
849
    </tr>
850
        <tr class="method-row expandable">
851
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
852
        <td class="sig">
853
        <a id="Ext.DatePicker-getValue"></a>
854
            <b>getValue</b>() : Date            <div class="mdesc">
855
                        <div class="short">Gets the current selected value of the date field</div>
856
            <div class="long">
857
                Gets the current selected value of the date field    <div class="mdetail-params">
858
        <strong>Parameters:</strong>
859
        <ul><li>None.</li>        </ul>
860
        <strong>Returns:</strong>
861
        <ul>
862
            <li><code>Date</code><div class="sub-desc">The selected date</div></li>
863
        </ul>
864
    </div>
865
                </div>
866
                        </div>
867
        </td>
868
        <td class="msource">DatePicker</td>
869
    </tr>
870
        <tr class="method-row inherited alt expandable">
871
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
872
        <td class="sig">
873
        <a id="Ext.DatePicker-getXType"></a>
874
            <b>getXType</b>() : String            <div class="mdesc">
875
                        <div class="short">Gets the xtype for this component as registered with Ext.ComponentMgr. For a list of all
876
available xtypes, see the Ex...</div>
877
            <div class="long">
878
                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
879
available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
880
<pre><code>var t = <b>new</b> Ext.form.TextField();
881
alert(t.getXType());  // alerts <em>'textfield'</em></code></pre>    <div class="mdetail-params">
882
        <strong>Parameters:</strong>
883
        <ul><li>None.</li>        </ul>
884
        <strong>Returns:</strong>
885
        <ul>
886
            <li><code>String</code><div class="sub-desc">The xtype</div></li>
887
        </ul>
888
    </div>
889
                </div>
890
                        </div>
891
        </td>
892
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXType" href="output/Ext.Component.html#getXType">Component</a></td>
893
    </tr>
894
        <tr class="method-row inherited expandable">
895
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
896
        <td class="sig">
897
        <a id="Ext.DatePicker-getXTypes"></a>
898
            <b>getXTypes</b>() : String            <div class="mdesc">
899
                        <div class="short">Returns this component's xtype hierarchy as a slash-delimited string. For a list of all
900
available xtypes, see the Ext...</div>
901
            <div class="long">
902
                Returns this component's xtype hierarchy as a slash-delimited string. For a list of all
903
available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
904
<pre><code>
905
var t = new Ext.form.TextField();
906
alert(t.getXTypes());  // alerts 'component/box/field/textfield'</pre></code>    <div class="mdetail-params">
907
        <strong>Parameters:</strong>
908
        <ul><li>None.</li>        </ul>
909
        <strong>Returns:</strong>
910
        <ul>
911
            <li><code>String</code><div class="sub-desc">The xtype hierarchy string</div></li>
912
        </ul>
913
    </div>
914
                </div>
915
                        </div>
916
        </td>
917
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXTypes" href="output/Ext.Component.html#getXTypes">Component</a></td>
918
    </tr>
919
        <tr class="method-row inherited alt expandable">
920
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
921
        <td class="sig">
922
        <a id="Ext.DatePicker-hasListener"></a>
923
            <b>hasListener</b>(&nbsp;<code>String eventName</code>&nbsp;) : Boolean            <div class="mdesc">
924
                        <div class="short">Checks to see if this object has any listeners for a specified event</div>
925
            <div class="long">
926
                Checks to see if this object has any listeners for a specified event    <div class="mdetail-params">
927
        <strong>Parameters:</strong>
928
        <ul><li><code>eventName</code> : String<div class="sub-desc">The name of the event to check for</div></li>        </ul>
929
        <strong>Returns:</strong>
930
        <ul>
931
            <li><code>Boolean</code><div class="sub-desc">True if the event is being listened for, else false</div></li>
932
        </ul>
933
    </div>
934
                </div>
935
                        </div>
936
        </td>
937
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#hasListener" href="output/Ext.util.Observable.html#hasListener">Observable</a></td>
938
    </tr>
939
        <tr class="method-row inherited expandable">
940
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
941
        <td class="sig">
942
        <a id="Ext.DatePicker-hide"></a>
943
            <b>hide</b>() : Ext.Component            <div class="mdesc">
944
                        <div class="short">Hide this component.</div>
945
            <div class="long">
946
                Hide this component.    <div class="mdetail-params">
947
        <strong>Parameters:</strong>
948
        <ul><li>None.</li>        </ul>
949
        <strong>Returns:</strong>
950
        <ul>
951
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
952
        </ul>
953
    </div>
954
                </div>
955
                        </div>
956
        </td>
957
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hide" href="output/Ext.Component.html#hide">Component</a></td>
958
    </tr>
959
        <tr class="method-row inherited alt expandable">
960
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
961
        <td class="sig">
962
        <a id="Ext.DatePicker-isVisible"></a>
963
            <b>isVisible</b>() : void            <div class="mdesc">
964
                        <div class="short">Returns true if this component is visible.</div>
965
            <div class="long">
966
                Returns true if this component is visible.    <div class="mdetail-params">
967
        <strong>Parameters:</strong>
968
        <ul><li>None.</li>        </ul>
969
        <strong>Returns:</strong>
970
        <ul>
971
            <li><code>void</code></li>
972
        </ul>
973
    </div>
974
                </div>
975
                        </div>
976
        </td>
977
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#isVisible" href="output/Ext.Component.html#isVisible">Component</a></td>
978
    </tr>
979
        <tr class="method-row inherited expandable">
980
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
981
        <td class="sig">
982
        <a id="Ext.DatePicker-isXType"></a>
983
            <b>isXType</b>(&nbsp;<code>String xtype</code>, <span class="optional" title="Optional">[<code>Boolean shallow</code>]</span>&nbsp;) : void            <div class="mdesc">
984
                        <div class="short">Tests whether or not this component is of a specific xtype. This can test whether this component is descended
985
from th...</div>
986
            <div class="long">
987
                Tests whether or not this component is of a specific xtype. This can test whether this component is descended
988
from the xtype (default) or whether it is directly of the xtype specified (shallow = true). For a list of all
989
available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
990
<pre><code>var t = <b>new</b> Ext.form.TextField();
991
<b>var</b> isText = t.isXType(<em>'textfield'</em>);        <i>// true</i>
992
<b>var</b> isBoxSubclass = t.isXType(<em>'box'</em>);       <i>// true, descended from BoxComponent</i>
993
<b>var</b> isBoxInstance = t.isXType(<em>'box'</em>, true); // false, not a direct BoxComponent instance</code></pre>    <div class="mdetail-params">
994
        <strong>Parameters:</strong>
995
        <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
996
the default), or true to check whether this component is directly of the specified xtype.</div></li>        </ul>
997
        <strong>Returns:</strong>
998
        <ul>
999
            <li><code>void</code></li>
1000
        </ul>
1001
    </div>
1002
                </div>
1003
                        </div>
1004
        </td>
1005
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#isXType" href="output/Ext.Component.html#isXType">Component</a></td>
1006
    </tr>
1007
        <tr class="method-row inherited alt expandable">
1008
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1009
        <td class="sig">
1010
        <a id="Ext.DatePicker-on"></a>
1011
            <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">
1012
                        <div class="short">Appends an event handler to this element (shorthand for addListener)</div>
1013
            <div class="long">
1014
                Appends an event handler to this element (shorthand for addListener)    <div class="mdetail-params">
1015
        <strong>Parameters:</strong>
1016
        <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
1017
function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>
1018
        <strong>Returns:</strong>
1019
        <ul>
1020
            <li><code>void</code></li>
1021
        </ul>
1022
    </div>
1023
                </div>
1024
                        </div>
1025
        </td>
1026
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#on" href="output/Ext.util.Observable.html#on">Observable</a></td>
1027
    </tr>
1028
        <tr class="method-row inherited expandable">
1029
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1030
        <td class="sig">
1031
        <a id="Ext.DatePicker-purgeListeners"></a>
1032
            <b>purgeListeners</b>() : void            <div class="mdesc">
1033
                        <div class="short">Removes all listeners for this object</div>
1034
            <div class="long">
1035
                Removes all listeners for this object    <div class="mdetail-params">
1036
        <strong>Parameters:</strong>
1037
        <ul><li>None.</li>        </ul>
1038
        <strong>Returns:</strong>
1039
        <ul>
1040
            <li><code>void</code></li>
1041
        </ul>
1042
    </div>
1043
                </div>
1044
                        </div>
1045
        </td>
1046
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#purgeListeners" href="output/Ext.util.Observable.html#purgeListeners">Observable</a></td>
1047
    </tr>
1048
        <tr class="method-row inherited alt expandable">
1049
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1050
        <td class="sig">
1051
        <a id="Ext.DatePicker-removeClass"></a>
1052
            <b>removeClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">
1053
                        <div class="short">Removes a CSS class from the component's underlying element.</div>
1054
            <div class="long">
1055
                Removes a CSS class from the component's underlying element.    <div class="mdetail-params">
1056
        <strong>Parameters:</strong>
1057
        <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to remove</div></li>        </ul>
1058
        <strong>Returns:</strong>
1059
        <ul>
1060
            <li><code>void</code></li>
1061
        </ul>
1062
    </div>
1063
                </div>
1064
                        </div>
1065
        </td>
1066
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#removeClass" href="output/Ext.Component.html#removeClass">Component</a></td>
1067
    </tr>
1068
        <tr class="method-row inherited expandable">
1069
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1070
        <td class="sig">
1071
        <a id="Ext.DatePicker-removeListener"></a>
1072
            <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">
1073
                        <div class="short">Removes a listener</div>
1074
            <div class="long">
1075
                Removes a listener    <div class="mdetail-params">
1076
        <strong>Parameters:</strong>
1077
        <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>
1078
        <strong>Returns:</strong>
1079
        <ul>
1080
            <li><code>void</code></li>
1081
        </ul>
1082
    </div>
1083
                </div>
1084
                        </div>
1085
        </td>
1086
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#removeListener" href="output/Ext.util.Observable.html#removeListener">Observable</a></td>
1087
    </tr>
1088
        <tr class="method-row inherited alt expandable">
1089
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1090
        <td class="sig">
1091
        <a id="Ext.DatePicker-render"></a>
1092
            <b>render</b>(&nbsp;<span class="optional" title="Optional">[<code>Mixed container</code>]</span>, <span class="optional" title="Optional">[<code>String/Number position</code>]</span>&nbsp;) : void            <div class="mdesc">
1093
                        <div class="short">If this is a lazy rendering component, render it to its container element.</div>
1094
            <div class="long">
1095
                If this is a lazy rendering component, render it to its container element.    <div class="mdetail-params">
1096
        <strong>Parameters:</strong>
1097
        <ul><li><code>container</code> : Mixed<div class="sub-desc">(optional) The element this component should be rendered into. If it is being
1098
applied to existing markup, this should be left off.</div></li><li><code>position</code> : String/Number<div class="sub-desc">(optional) The element ID or DOM node index within the container <b>before</b>
1099
which this component will be inserted (defaults to appending to the end of the container)</div></li>        </ul>
1100
        <strong>Returns:</strong>
1101
        <ul>
1102
            <li><code>void</code></li>
1103
        </ul>
1104
    </div>
1105
                </div>
1106
                        </div>
1107
        </td>
1108
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#render" href="output/Ext.Component.html#render">Component</a></td>
1109
    </tr>
1110
        <tr class="method-row inherited expandable">
1111
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1112
        <td class="sig">
1113
        <a id="Ext.DatePicker-resumeEvents"></a>
1114
            <b>resumeEvents</b>() : void            <div class="mdesc">
1115
                        <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>
1116
            <div class="long">
1117
                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">
1118
        <strong>Parameters:</strong>
1119
        <ul><li>None.</li>        </ul>
1120
        <strong>Returns:</strong>
1121
        <ul>
1122
            <li><code>void</code></li>
1123
        </ul>
1124
    </div>
1125
                </div>
1126
                        </div>
1127
        </td>
1128
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">Observable</a></td>
1129
    </tr>
1130
        <tr class="method-row inherited alt expandable">
1131
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1132
        <td class="sig">
1133
        <a id="Ext.DatePicker-setDisabled"></a>
1134
            <b>setDisabled</b>(&nbsp;<code>Boolean disabled</code>&nbsp;) : void            <div class="mdesc">
1135
                        <div class="short">Convenience function for setting disabled/enabled by boolean.</div>
1136
            <div class="long">
1137
                Convenience function for setting disabled/enabled by boolean.    <div class="mdetail-params">
1138
        <strong>Parameters:</strong>
1139
        <ul><li><code>disabled</code> : Boolean<div class="sub-desc"></div></li>        </ul>
1140
        <strong>Returns:</strong>
1141
        <ul>
1142
            <li><code>void</code></li>
1143
        </ul>
1144
    </div>
1145
                </div>
1146
                        </div>
1147
        </td>
1148
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#setDisabled" href="output/Ext.Component.html#setDisabled">Component</a></td>
1149
    </tr>
1150
        <tr class="method-row expandable">
1151
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1152
        <td class="sig">
1153
        <a id="Ext.DatePicker-setValue"></a>
1154
            <b>setValue</b>(&nbsp;<code>Date value</code>&nbsp;) : void            <div class="mdesc">
1155
                        <div class="short">Sets the value of the date field</div>
1156
            <div class="long">
1157
                Sets the value of the date field    <div class="mdetail-params">
1158
        <strong>Parameters:</strong>
1159
        <ul><li><code>value</code> : Date<div class="sub-desc">The date to set</div></li>        </ul>
1160
        <strong>Returns:</strong>
1161
        <ul>
1162
            <li><code>void</code></li>
1163
        </ul>
1164
    </div>
1165
                </div>
1166
                        </div>
1167
        </td>
1168
        <td class="msource">DatePicker</td>
1169
    </tr>
1170
        <tr class="method-row inherited alt expandable">
1171
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1172
        <td class="sig">
1173
        <a id="Ext.DatePicker-setVisible"></a>
1174
            <b>setVisible</b>(&nbsp;<code>Boolean visible</code>&nbsp;) : Ext.Component            <div class="mdesc">
1175
                        <div class="short">Convenience function to hide or show this component by boolean.</div>
1176
            <div class="long">
1177
                Convenience function to hide or show this component by boolean.    <div class="mdetail-params">
1178
        <strong>Parameters:</strong>
1179
        <ul><li><code>visible</code> : Boolean<div class="sub-desc">True to show, false to hide</div></li>        </ul>
1180
        <strong>Returns:</strong>
1181
        <ul>
1182
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1183
        </ul>
1184
    </div>
1185
                </div>
1186
                        </div>
1187
        </td>
1188
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#setVisible" href="output/Ext.Component.html#setVisible">Component</a></td>
1189
    </tr>
1190
        <tr class="method-row inherited expandable">
1191
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1192
        <td class="sig">
1193
        <a id="Ext.DatePicker-show"></a>
1194
            <b>show</b>() : Ext.Component            <div class="mdesc">
1195
                        <div class="short">Show this component.</div>
1196
            <div class="long">
1197
                Show this component.    <div class="mdetail-params">
1198
        <strong>Parameters:</strong>
1199
        <ul><li>None.</li>        </ul>
1200
        <strong>Returns:</strong>
1201
        <ul>
1202
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1203
        </ul>
1204
    </div>
1205
                </div>
1206
                        </div>
1207
        </td>
1208
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#show" href="output/Ext.Component.html#show">Component</a></td>
1209
    </tr>
1210
        <tr class="method-row inherited alt expandable">
1211
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1212
        <td class="sig">
1213
        <a id="Ext.DatePicker-suspendEvents"></a>
1214
            <b>suspendEvents</b>() : void            <div class="mdesc">
1215
                        <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>
1216
            <div class="long">
1217
                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">
1218
        <strong>Parameters:</strong>
1219
        <ul><li>None.</li>        </ul>
1220
        <strong>Returns:</strong>
1221
        <ul>
1222
            <li><code>void</code></li>
1223
        </ul>
1224
    </div>
1225
                </div>
1226
                        </div>
1227
        </td>
1228
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">Observable</a></td>
1229
    </tr>
1230
        <tr class="method-row inherited expandable">
1231
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1232
        <td class="sig">
1233
        <a id="Ext.DatePicker-un"></a>
1234
            <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">
1235
                        <div class="short">Removes a listener (shorthand for removeListener)</div>
1236
            <div class="long">
1237
                Removes a listener (shorthand for removeListener)    <div class="mdetail-params">
1238
        <strong>Parameters:</strong>
1239
        <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>
1240
        <strong>Returns:</strong>
1241
        <ul>
1242
            <li><code>void</code></li>
1243
        </ul>
1244
    </div>
1245
                </div>
1246
                        </div>
1247
        </td>
1248
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#un" href="output/Ext.util.Observable.html#un">Observable</a></td>
1249
    </tr>
1250
            </table>
1251
                <a id="Ext.DatePicker-events"></a>
1252
        <h2>Public Events</h2>
1253
                <table cellspacing="0" class="member-table">
1254
            <tr>
1255
                <th class="sig-header" colspan="2">Event</th>
1256
                <th class="msource-header">Defined By</th>
1257
            </tr>
1258
                <tr class="event-row inherited expandable">
1259
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1260
        <td class="sig">
1261
        <a id="Ext.DatePicker-beforedestroy"></a>
1262
            <b>beforedestroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1263
                        <div class="short">Fires before the component is destroyed. Return false to stop the destroy.</div>
1264
            <div class="long">
1265
                Fires before the component is destroyed. Return false to stop the destroy.    <div class="mdetail-params">
1266
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1267
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1268
    </div>
1269
                </div>
1270
                        </div>
1271
        </td>
1272
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforedestroy" href="output/Ext.Component.html#event-beforedestroy">Component</a></td>
1273
    </tr>
1274
        <tr class="event-row inherited alt expandable">
1275
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1276
        <td class="sig">
1277
        <a id="Ext.DatePicker-beforehide"></a>
1278
            <b>beforehide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1279
                        <div class="short">Fires before the component is hidden. Return false to stop the hide.</div>
1280
            <div class="long">
1281
                Fires before the component is hidden. Return false to stop the hide.    <div class="mdetail-params">
1282
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1283
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1284
    </div>
1285
                </div>
1286
                        </div>
1287
        </td>
1288
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforehide" href="output/Ext.Component.html#event-beforehide">Component</a></td>
1289
    </tr>
1290
        <tr class="event-row inherited expandable">
1291
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1292
        <td class="sig">
1293
        <a id="Ext.DatePicker-beforerender"></a>
1294
            <b>beforerender</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1295
                        <div class="short">Fires before the component is rendered. Return false to stop the render.</div>
1296
            <div class="long">
1297
                Fires before the component is rendered. Return false to stop the render.    <div class="mdetail-params">
1298
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1299
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1300
    </div>
1301
                </div>
1302
                        </div>
1303
        </td>
1304
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforerender" href="output/Ext.Component.html#event-beforerender">Component</a></td>
1305
    </tr>
1306
        <tr class="event-row inherited alt expandable">
1307
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1308
        <td class="sig">
1309
        <a id="Ext.DatePicker-beforeshow"></a>
1310
            <b>beforeshow</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1311
                        <div class="short">Fires before the component is shown. Return false to stop the show.</div>
1312
            <div class="long">
1313
                Fires before the component is shown. Return false to stop the show.    <div class="mdetail-params">
1314
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1315
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1316
    </div>
1317
                </div>
1318
                        </div>
1319
        </td>
1320
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforeshow" href="output/Ext.Component.html#event-beforeshow">Component</a></td>
1321
    </tr>
1322
        <tr class="event-row inherited expandable">
1323
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1324
        <td class="sig">
1325
        <a id="Ext.DatePicker-beforestaterestore"></a>
1326
            <b>beforestaterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
1327
                        <div class="short">Fires before the state of the component is restored. Return false to stop the restore.</div>
1328
            <div class="long">
1329
                Fires before the state of the component is restored. Return false to stop the restore.    <div class="mdetail-params">
1330
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1331
        <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>
1332
    </div>
1333
                </div>
1334
                        </div>
1335
        </td>
1336
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestaterestore" href="output/Ext.Component.html#event-beforestaterestore">Component</a></td>
1337
    </tr>
1338
        <tr class="event-row inherited alt expandable">
1339
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1340
        <td class="sig">
1341
        <a id="Ext.DatePicker-beforestatesave"></a>
1342
            <b>beforestatesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
1343
                        <div class="short">Fires before the state of the component is saved to the configured state provider. Return false to stop the save.</div>
1344
            <div class="long">
1345
                Fires before the state of the component is saved to the configured state provider. Return false to stop the save.    <div class="mdetail-params">
1346
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1347
        <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>
1348
    </div>
1349
                </div>
1350
                        </div>
1351
        </td>
1352
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestatesave" href="output/Ext.Component.html#event-beforestatesave">Component</a></td>
1353
    </tr>
1354
        <tr class="event-row inherited expandable">
1355
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1356
        <td class="sig">
1357
        <a id="Ext.DatePicker-destroy"></a>
1358
            <b>destroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1359
                        <div class="short">Fires after the component is destroyed.</div>
1360
            <div class="long">
1361
                Fires after the component is destroyed.    <div class="mdetail-params">
1362
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1363
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1364
    </div>
1365
                </div>
1366
                        </div>
1367
        </td>
1368
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-destroy" href="output/Ext.Component.html#event-destroy">Component</a></td>
1369
    </tr>
1370
        <tr class="event-row inherited alt expandable">
1371
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1372
        <td class="sig">
1373
        <a id="Ext.DatePicker-disable"></a>
1374
            <b>disable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1375
                        <div class="short">Fires after the component is disabled.</div>
1376
            <div class="long">
1377
                Fires after the component is disabled.    <div class="mdetail-params">
1378
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1379
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1380
    </div>
1381
                </div>
1382
                        </div>
1383
        </td>
1384
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-disable" href="output/Ext.Component.html#event-disable">Component</a></td>
1385
    </tr>
1386
        <tr class="event-row inherited expandable">
1387
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1388
        <td class="sig">
1389
        <a id="Ext.DatePicker-enable"></a>
1390
            <b>enable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1391
                        <div class="short">Fires after the component is enabled.</div>
1392
            <div class="long">
1393
                Fires after the component is enabled.    <div class="mdetail-params">
1394
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1395
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1396
    </div>
1397
                </div>
1398
                        </div>
1399
        </td>
1400
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-enable" href="output/Ext.Component.html#event-enable">Component</a></td>
1401
    </tr>
1402
        <tr class="event-row inherited alt expandable">
1403
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1404
        <td class="sig">
1405
        <a id="Ext.DatePicker-hide"></a>
1406
            <b>hide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1407
                        <div class="short">Fires after the component is hidden.</div>
1408
            <div class="long">
1409
                Fires after the component is hidden.    <div class="mdetail-params">
1410
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1411
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1412
    </div>
1413
                </div>
1414
                        </div>
1415
        </td>
1416
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-hide" href="output/Ext.Component.html#event-hide">Component</a></td>
1417
    </tr>
1418
        <tr class="event-row inherited expandable">
1419
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1420
        <td class="sig">
1421
        <a id="Ext.DatePicker-render"></a>
1422
            <b>render</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1423
                        <div class="short">Fires after the component is rendered.</div>
1424
            <div class="long">
1425
                Fires after the component is rendered.    <div class="mdetail-params">
1426
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1427
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1428
    </div>
1429
                </div>
1430
                        </div>
1431
        </td>
1432
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-render" href="output/Ext.Component.html#event-render">Component</a></td>
1433
    </tr>
1434
        <tr class="event-row alt expandable">
1435
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1436
        <td class="sig">
1437
        <a id="Ext.DatePicker-select"></a>
1438
            <b>select</b> : (&nbsp;<code>DatePicker this</code>, <code>Date date</code>&nbsp;)            <div class="mdesc">
1439
                        <div class="short">Fires when a date is selected</div>
1440
            <div class="long">
1441
                Fires when a date is selected    <div class="mdetail-params">
1442
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1443
        <ul><li><code>this</code> : DatePicker<div class="sub-desc"></div></li><li><code>date</code> : Date<div class="sub-desc">The selected date</div></li>        </ul>
1444
    </div>
1445
                </div>
1446
                        </div>
1447
        </td>
1448
        <td class="msource">DatePicker</td>
1449
    </tr>
1450
        <tr class="event-row inherited expandable">
1451
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1452
        <td class="sig">
1453
        <a id="Ext.DatePicker-show"></a>
1454
            <b>show</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1455
                        <div class="short">Fires after the component is shown.</div>
1456
            <div class="long">
1457
                Fires after the component is shown.    <div class="mdetail-params">
1458
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1459
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1460
    </div>
1461
                </div>
1462
                        </div>
1463
        </td>
1464
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-show" href="output/Ext.Component.html#event-show">Component</a></td>
1465
    </tr>
1466
        <tr class="event-row inherited alt expandable">
1467
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1468
        <td class="sig">
1469
        <a id="Ext.DatePicker-staterestore"></a>
1470
            <b>staterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
1471
                        <div class="short">Fires after the state of the component is restored.</div>
1472
            <div class="long">
1473
                Fires after the state of the component is restored.    <div class="mdetail-params">
1474
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1475
        <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>
1476
    </div>
1477
                </div>
1478
                        </div>
1479
        </td>
1480
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-staterestore" href="output/Ext.Component.html#event-staterestore">Component</a></td>
1481
    </tr>
1482
        <tr class="event-row inherited expandable">
1483
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1484
        <td class="sig">
1485
        <a id="Ext.DatePicker-statesave"></a>
1486
            <b>statesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
1487
                        <div class="short">Fires after the state of the component is saved to the configured state provider.</div>
1488
            <div class="long">
1489
                Fires after the state of the component is saved to the configured state provider.    <div class="mdetail-params">
1490
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1491
        <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>
1492
    </div>
1493
                </div>
1494
                        </div>
1495
        </td>
1496
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-statesave" href="output/Ext.Component.html#event-statesave">Component</a></td>
1497
    </tr>
1498
            </table>
1499
 
1500
        </div>