X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/docs/output/Ext.SplitBar.html 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 @@ -
Properties Methods Events Config Options Direct Link
Observable
  SplitBar

Class Ext.SplitBar

Package:Ext
Defined In:SplitBar.js
Class:SplitBar
Extends:Observable
Creates draggable splitter bar functionality from two elements (element to be dragged and element to be resized). +
Observable
  SplitBar

Class Ext.SplitBar

Package:Ext
Defined In:SplitBar.js
Class:SplitBar
Extends:Observable
Creates draggable splitter bar functionality from two elements (element to be dragged and element to be resized).

Usage:
var split = new Ext.SplitBar("elementToDrag", "elementToSize",
@@ -63,7 +63,7 @@ Ext.DomObserver = Ext.extend(Object, {
     mode: 'local',
     triggerAction: 'all'
 });

Observable

Public Properties

PropertyDefined 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

Public Methods

MethodDefined By