X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..c8256059947f3aa8f5b0a9a2acf55e2142bb4742:/docs/output/Ext.menu.DateMenu.html?ds=inline diff --git a/docs/output/Ext.menu.DateMenu.html b/docs/output/Ext.menu.DateMenu.html index e5241d68..62591528 100644 --- a/docs/output/Ext.menu.DateMenu.html +++ b/docs/output/Ext.menu.DateMenu.html @@ -1,11 +1,11 @@ -
Observable Component BoxComponent Container Menu DateMenu
Package: | Ext.menu |
Defined In: | DateMenu.js |
Class: | DateMenu |
Extends: | Menu |
A menu containing an Ext.DatePicker Component.
-Notes:
Observable Component BoxComponent Container Menu DateMenu
Package: | Ext.menu |
Defined In: | DateMenu.js |
Class: | DateMenu |
Extends: | Menu |
A menu containing an Ext.DatePicker Component.
+Notes:
Config Options | Defined By | |
---|---|---|
activeItem : String/Number A string component id or the numeric index of the component that should be initially activated within the
container's... A string component id or the numeric index of the component that should be initially activated within the
container's layout on render. For example, activeItem: 'item-1' or activeItem: 0 (index 0 = the first
@@ -221,11 +221,11 @@ If configured as floating:false , the Menu may be
used as child item of another Container instead of a free-floating
Layer. | Menu | |
forceLayout : Boolean If true the container will force a layout initially even if hidden or collapsed. This option
is useful for forcing fo... If true the container will force a layout initially even if hidden or collapsed. This option
-is useful for forcing forms to render in collapsed or hidden containers. (defaults to false). | Container | |
handler : Function Optional. A function that will handle the select event of this menu.
-The handler is passed the following parameters:... Optional. A function that will handle the select event of this menu.
-The handler is passed the following parameters:
| Container | |
handler : Function Optional. A function that will handle the select event of this menu.
+The handler is passed the following parameters:<... Optional. A function that will handle the select event of this menu.
+The handler is passed the following parameters:
| DateMenu | |
height : Number The height of this component in pixels (defaults to auto).
Note to express this dimension as a percentage or offset s... The height of this component in pixels (defaults to auto).
Note to express this dimension as a percentage or offset see Ext.Component.anchor. | BoxComponent | |
hidden : Boolean Render this component hidden (default is false). If true, the
@@ -515,7 +515,7 @@ to render and manage its child items.
When using this config, a call to render() is not required.
-See render also. | Component | |
resizeEvent : String The event to listen to for resizing in layouts. Defaults to 'resize' . | Container | |
scope : Object | Component | |
resizeEvent : String The event to listen to for resizing in layouts. Defaults to 'resize' . | Container | |
scope : Object The scope (this reference) in which the handler
function will be called. Defaults to this DateMenu instance. | DateMenu | |
shadow : Boolean/String True or 'sides' for the default effect, 'frame' for 4-way shadow, and 'drop'
for bottom-right shadow (defaults to 'si... True or 'sides' for the default effect, 'frame' for 4-way shadow, and 'drop'
for bottom-right shadow (defaults to 'sides') | Menu | |
showSeparator : Boolean True to show the icon separator. (defaults to true). | Menu | |
stateEvents : Array An array of events that, when fired, should trigger this component to
@@ -635,13 +635,11 @@ config for a suggestion, or use a render listener directly:
| Component | |
hidden : Boolean True if this component is hidden. Read-only. | Component | |
initialConfig : Object This Component's initial configuration specification. Read-only. | Component | |
items : MixedCollection The collection of components in this container as a Ext.util.MixedCollection | Container | |
ownerCt : Ext.Container This Component's owner Container (defaults to undefined, and is set automatically when
this Component is added to a C... | Component | |
picker : DatePicker The Ext.DatePicker instance for this DateMenu | DateMenu | |
private : Object We can only lay out if there is a view area in which to layout.
-display:none on the layout target, *or any of its par... We can only lay out if there is a view area in which to layout.
-display:none on the layout target, *or any of its parent elements* will mean it has no view area. | Container | |
refOwner : Ext.Container The ancestor Container into which the ref reference was inserted if this Component
+ Note: to access items within the Container see itemId. | Component | |
picker : DatePicker The Ext.DatePicker instance for this DateMenu | DateMenu | |
refOwner : Ext.Container The ancestor Container into which the ref reference was inserted if this Component
is a child of a Container, and has... The ancestor Container into which the ref reference was inserted if this Component
-is a child of a Container, and has been configured with a ref . | Component | |
rendered : Boolean True if this component has been rendered. Read-only. | Component |
Method | Defined By | |
---|---|---|
add( Object/Array component , Object (Optional) , Object (Optional) )
+is a child of a Container, and has been configured with a ref . | Component | |
rendered : Boolean True if this component has been rendered. Read-only. | Component |
Method | Defined By | |
---|---|---|
add( ...Object/Array component )
:
- Ext.ComponentAdds Component(s) to this Container.
+ Ext.Component/Array Adds Component(s) to this Container.
Description :
<ul class="mdetail-params">
Fires the beforeadd event before addin... Adds Component(s) to this Container. @@ -666,8 +664,8 @@ tb.BorderLayout for more details. -Parameters:
| Container | |
addClass( string cls )
+Parameters:
| Container | |
addClass( string cls )
:
Ext.ComponentAdds a CSS class to the component's underlying element. Adds a CSS class to the component's underlying element. Parameters:
| Component | |
addElement( Mixed el )
:
@@ -767,38 +765,38 @@ calc layouts as required (defaults to false, which calls doLayout recursively fo
:
Ext.ComponentEnable 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 | |
find( String prop , String value )
:
ArrayFind a component under this container at any level by property Find a component under this container at any level by property Parameters:
| Container | |
findBy( Function fn , [Object scope ] )
@@ -1023,10 +1021,10 @@ events fired during event suspension will be sent to any listeners now.Sets the overflow on the content element of the component. Sets the overflow on the content element of the component. Parameters:
| BoxComponent | |
setDisabled( Boolean disabled )
:
- Ext.ComponentConvenience function for setting disabled/enabled by boolean. Convenience function for setting disabled/enabled by boolean. Parameters:
| Component | |
setHeight( Number height )
+ Ext.ComponentConvenience function for setting disabled/enabled by boolean. Convenience function for setting disabled/enabled by boolean. Parameters:
| Component | |
setHeight( Mixed height )
:
- Ext.BoxComponentSets the height of the component. This method fires the resize event. Sets the height of the component. This method fires the resize event. Parameters:
| BoxComponent | |
setPagePosition( Number x , Number y )
@@ -1053,10 +1051,10 @@ This may be one of:
| BoxComponent | |
setVisible( Boolean visible )
:
- Ext.ComponentConvenience function to hide or show this component by boolean. Convenience function to hide or show this component by boolean. Parameters:
| Component | |
setWidth( Number width )
+ Ext.ComponentConvenience function to hide or show this component by boolean. Convenience function to hide or show this component by boolean. Parameters:
| Component | |
setWidth( Mixed width )
:
- Ext.BoxComponentSets the width of the component. This method fires the resize event. Sets the width of the component. This method fires the resize event. Parameters:
| BoxComponent | |
show( Mixed element , [String position ], [Ext.menu.Menu parentMenu ] )
:
|