X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..c8256059947f3aa8f5b0a9a2acf55e2142bb4742:/docs/output/Ext.DatePicker.html diff --git a/docs/output/Ext.DatePicker.html b/docs/output/Ext.DatePicker.html index 7856a6d6..9e81f5f2 100644 --- a/docs/output/Ext.DatePicker.html +++ b/docs/output/Ext.DatePicker.html @@ -1,4 +1,4 @@ -
Observable Component DatePicker
Package: | Ext |
Defined In: | DatePicker.js |
Class: | DatePicker |
Extends: | Component |
A popup date picker. This class is used by the DateField class +
Observable Component DatePicker
Package: | Ext |
Defined In: | DatePicker.js |
Class: | DatePicker |
Extends: | Component |
A popup date picker. This class is used by the DateField class to allow browsing and selection of valid dates.
All the string values documented below may be overridden by including an Ext locale file in your page.
Config Options | Defined By | |
---|---|---|
allowDomMove : Boolean Whether the component can move the Dom node when rendering (defaults to true). | Component | |
applyTo : Mixed Specify the id of the element, a DOM element or an existing Element corresponding to a DIV
@@ -17,7 +17,10 @@ element's parent node will automatically be used as the component's container.
| Component | |
autoShow : Boolean True if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove
them on render... 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). | Component | |
cancelText : String The text to display on the cancel button (defaults to 'Cancel' ) | DatePicker | |
clearCls : String The CSS class used to to apply to the special clearing div rendered
+them on render (defaults to false). | Component | |
bubbleEvents : Array An array of events that, when fired, should be bubbled to any parent container.
+See Ext.util.Observable.enableBubble.... An array of events that, when fired, should be bubbled to any parent container. +See Ext.util.Observable.enableBubble. +Defaults to []. | Component | |
cancelText : String The text to display on the cancel button (defaults to 'Cancel' ) | DatePicker | |
clearCls : String The CSS class used to to apply to the special clearing div rendered
directly after each form field wrapper to provide... The CSS class used to to apply to the special clearing div rendered directly after each form field wrapper to provide field clearing (defaults to 'x-form-clear-left'). @@ -531,38 +534,38 @@ should usually not need to be called directly.Enable this component and fire the 'enable' event. Enable this component and fire the 'enable' event. Parameters:
| Component | |
enableBubble( String/Array events )
:
- voidEnables events fired by this Observable to bubble up an owner hierarchy by calling
-this.getBubbleTarget() if present... Enables events fired by this Observable to bubble up an owner hierarchy by calling
- This is commonly used by Ext.Components to bubble events to owner Containers. See Ext.Component.getBubbleTarget. The default -implementation in Ext.Component returns the Component's immediate owner. But if a known target is required, this can be overridden to -access the required target more quickly. -Example:
| Observable | |
findParentBy( Function fn )
:
Ext.ContainerFind a container above this component at any level by a custom function. If the passed function returns
|