X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/530ef4b6c5b943cfa68b779d11cf7de29aa878bf..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.slider.MultiSlider.html diff --git a/docs/output/Ext.slider.MultiSlider.html b/docs/output/Ext.slider.MultiSlider.html index 1e758db7..ea60d414 100644 --- a/docs/output/Ext.slider.MultiSlider.html +++ b/docs/output/Ext.slider.MultiSlider.html @@ -1,4 +1,7 @@ -
Observable Component BoxComponent MultiSlider
Package: | Ext.slider |
Defined In: | Slider.js |
Class: | MultiSlider |
Subclasses: | SingleSlider |
Extends: | BoxComponent |
Observable + Component + BoxComponent + MultiSlider
Package: | Ext.slider |
Defined In: | Slider.js |
Class: | MultiSlider |
Subclasses: | SingleSlider |
Extends: | BoxComponent |
new Ext.Slider({ renderTo: Ext.getBody(), @@ -578,7 +581,7 @@ The predefined xtypes are listed Ext.ComponentMgr.registerType in order to be able to -take advantage of lazy instantiation and rendering.
Property | Defined By | |
---|---|---|
disabled : Boolean True if this component is disabled. Read-only. | Component | |
dragging : Boolean True while the thumb is in a drag operation | MultiSlider | |
el : Ext.Element The Ext.Element which encapsulates this Component. Read-only.
+take advantage of lazy instantiation and rendering. | Component | |
y : Number The local y (top) coordinate for this component if contained within a positioning container. | BoxComponent |
Property | Defined By | ||
---|---|---|---|
disabled : Boolean True if this component is disabled. Read-only. | Component | ||
el : Ext.Element The Ext.Element which encapsulates this Component. Read-only.
This will usually be a <DIV> element created by the ... The Ext.Element which encapsulates this Component. Read-only. This will usually be a <DIV> element created by the class's onRender method, but
that may be overridden using the : void Creates a new thumb and adds it to the slider Creates a new thumb and adds it to the slider Parameters:
| MultiSlider | ||
applyToMarkup( String/HTMLElement el )
:
- voidApply this component to existing markup that is valid. With this function, no call to render() is required. Apply this component to existing markup that is valid. With this function, no call to render() is required. Parameters:
| Component | ||
cloneConfig( Object overrides )
+ voidApply this component to existing markup that is valid. With this function, no call to render() is required. Apply this component to existing markup that is valid. With this function, no call to render() is required. Parameters:
| Component | ||
bubble( Function fn , [Object scope ], [Array args ] )
+ :
+ Ext.ComponentBubbles up the component/container heirarchy, calling the specified function with each component. The scope (this) of... Bubbles up the component/container heirarchy, calling the specified function with each component. The scope (this) of
+function call will be the scope provided or the current component. The arguments to the function
+will be the args provided or the current component. If the function returns false at any point,
+the bubble is stopped. Parameters:
| Component | ||
cloneConfig( Object overrides )
:
Ext.ComponentClone the current component using the original config values passed into this instance by default. Clone the current component using the original config values passed into this instance by default. Parameters:
| Component | ||
destroy()
@@ -714,9 +722,11 @@ access the required target more quickly.
:
Ext.Container Find a container above this component at any level by a custom function. If the passed function returns
true, the con... Find a container above this component at any level by a custom function. If the passed function returns
-true, the container will be returned. Parameters:
| Component | ||
findParentByType( String/Class xtype )
+true, the container will be returned.Parameters:
| Component | ||
findParentByType( String/Ext.Component/Class xtype , [Boolean shallow ] )
:
- Ext.ContainerFind a container above this component at any level by xtype or class Find a container above this component at any level by xtype or class Parameters:
| Component | ||
fireEvent( String eventName , Object... args )
+ Ext.ContainerFind a container above this component at any level by xtype or class Find a container above this component at any level by xtype or class Parameters:
| Component | ||
fireEvent( String eventName , Object... args )
:
BooleanFires the specified event with the passed parameters (minus the event name).
An event may be set to bubble up an Obse... Fires the specified event with the passed parameters (minus the event name). @@ -804,7 +814,7 @@ false to cancel hiding the component. Fires the 'h...Hi
event after hiding the component. Note this method is called internally if
the component is configured to be hidden .Parameters:
| Component | ||
isVisible()
:
- Boolean Returns true if this component is visible. Returns true if this component is visible. Parameters:
| Component | ||
isXType( String xtype , [Boolean shallow ] )
+ BooleanReturns true if this component is visible. Returns true if this component is visible. Parameters:
| Component | ||
isXType( String/Ext.Component/Class xtype , [Boolean shallow ] )
:
BooleanTests whether or not this Component is of a specific xtype. This can test whether this Component is descended
from th... Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended @@ -816,7 +826,11 @@ to participate in determination of inherited xtypes.
Parameters:
| Component | ||
mon( Observable|Element item , Object|String ename , Function fn , Object scope , Object opt )
:
voidAdds listeners to any Observable object (or Elements) which are automatically removed when this Component
@@ -966,10 +980,10 @@ The afterrender event is fired after this Component has been rendere... Listeners will be called with the following arguments:
| Component | ||
beforechange :
- ( Ext.Slider slider , Number newValue , Number oldValue )
+ ( Ext.slider.MultiSlider slider , Number newValue , Number oldValue )
Fires before the slider value is changed. By returning false from an event handler,
you can cancel the event and prev... Fires before the slider value is changed. By returning false from an event handler,
-you can cancel the event and prevent the slider from changing. Listeners will be called with the following arguments:
| MultiSlider | ||
beforedestroy :
+you can cancel the event and prevent the slider from changing. Listeners will be called with the following arguments:
| MultiSlider | ||
beforedestroy :
( Ext.Component this )
| Component | ||
beforehide :
( Ext.Component this )
@@ -994,20 +1008,20 @@ provide custom state restoration. | getState() on the Component. This method must be provided by the developer to return whetever representation of state is required, by default, Ext.Component has a null implementation. | Component | |
change :
- ( Ext.Slider slider , Number newValue , Ext.slider.Thumb thumb )
- Fires when the slider value is changed. Fires when the slider value is changed. Listeners will be called with the following arguments:
| MultiSlider | ||
changecomplete :
- ( Ext.Slider slider , Number newValue , Ext.slider.Thumb thumb )
- Fires when the slider value is changed by the user and any drag operations have completed. Fires when the slider value is changed by the user and any drag operations have completed. Listeners will be called with the following arguments:
| MultiSlider | ||
destroy :
+ ( Ext.slider.MultiSlider slider , Number newValue , Ext.slider.Thumb thumb )
+ Fires when the slider value is changed. Fires when the slider value is changed. Listeners will be called with the following arguments:
| MultiSlider | ||
changecomplete :
+ ( Ext.slider.MultiSlider slider , Number newValue , Ext.slider.Thumb thumb )
+ Fires when the slider value is changed by the user and any drag operations have completed. Fires when the slider value is changed by the user and any drag operations have completed. Listeners will be called with the following arguments:
| MultiSlider | ||
destroy :
( Ext.Component this )
Fires after the component is destroyed. Fires after the component is destroyed. Listeners will be called with the following arguments:
| Component | ||
disable :
( Ext.Component this )
Fires after the component is disabled. Fires after the component is disabled. Listeners will be called with the following arguments:
| Component | ||
drag :
- ( Ext.Slider slider , Ext.EventObject e )
- Fires continuously during the drag operation while the mouse is moving. Fires continuously during the drag operation while the mouse is moving. Listeners will be called with the following arguments:
| MultiSlider | ||
dragend :
- ( Ext.Slider slider , Ext.EventObject e )
- Fires after the drag operation has completed. Fires after the drag operation has completed. Listeners will be called with the following arguments:
| MultiSlider | ||
dragstart :
- ( Ext.Slider slider , Ext.EventObject e )
- Fires after a drag operation has started. Fires after a drag operation has started. Listeners will be called with the following arguments:
| MultiSlider | ||
enable :
+ ( Ext.slider.MultiSlider slider , Ext.EventObject e )
+ Fires continuously during the drag operation while the mouse is moving. Fires continuously during the drag operation while the mouse is moving. Listeners will be called with the following arguments:
| MultiSlider | ||
dragend :
+ ( Ext.slider.MultiSlider slider , Ext.EventObject e )
+ Fires after the drag operation has completed. Fires after the drag operation has completed. Listeners will be called with the following arguments:
| MultiSlider | ||
dragstart :
+ ( Ext.slider.MultiSlider slider , Ext.EventObject e )
+ Fires after a drag operation has started. Fires after a drag operation has started. Listeners will be called with the following arguments:
| MultiSlider | ||
enable :
( Ext.Component this )
Fires after the component is enabled. Fires after the component is enabled. Listeners will be called with the following arguments:
| Component | ||
hide :
( Ext.Component this )
|