source: trunk/web/addons/job_monarch/lib/extjs/docs/output/Ext.ux.form.DateTime.html @ 619

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

lib/:

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