X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..10a866c12701c0a0afd0ac85dcdcf32a421514ac:/docs/output/Ext.SplitBar.html?ds=inline diff --git a/docs/output/Ext.SplitBar.html b/docs/output/Ext.SplitBar.html index 792588f1..8bd31a92 100644 --- a/docs/output/Ext.SplitBar.html +++ b/docs/output/Ext.SplitBar.html @@ -1,4 +1,4 @@ -
Observable SplitBar
Package: | Ext |
Defined In: | SplitBar.js |
Class: | SplitBar |
Extends: | Observable |
Observable SplitBar
Package: | Ext |
Defined In: | SplitBar.js |
Class: | SplitBar |
Extends: | Observable |
var split = new Ext.SplitBar("elementToDrag", "elementToSize",
@@ -63,7 +63,7 @@ Ext.DomObserver = Ext.extend(Object, {
mode: 'local',
triggerAction: 'all'
});
Property | Defined By | |
---|---|---|
animate : Boolean Whether to animate the transition to the new size | SplitBar | |
maxSize : Number The maximum size of the resizing element. (Defaults to 2000) | SplitBar | |
minSize : Number The minimum size of the resizing element. (Defaults to 0) | SplitBar | |
tickSize : Number The increment, in pixels by which to move this SplitBar. When undefined, the SplitBar moves smoothly. | SplitBar | |
useShim : Boolean Whether to create a transparent shim that overlays the page when dragging, enables dragging across iframes. | SplitBar |
Method | Defined By | |
---|---|---|
SplitBar( Mixed dragElement , Mixed resizingElement , [Number orientation ], [Number placement ] )
- Create a new SplitBar Create a new SplitBar Parameters:
| SplitBar | |
addEvents( Object|String o , string Optional. )
:
@@ -122,7 +122,7 @@ Or a shorthand syntax:scope: this });Returns:
| Observable | |
destroy( Boolean removeEl )
:
- voidDestroy this splitbar. Destroy this splitbar. Parameters:
| SplitBar | |
enableBubble( Object events )
+ voidDestroy this splitbar. Destroy this splitbar. Parameters:
| SplitBar | |
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 @@ -131,13 +131,13 @@ this.getBubbleTarget() if present... Enables events fi 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:
Parameters:
| Observable | |
fireEvent( String eventName , Object... args )
+});Parameters:
| Observable | |
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). |