X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/docs/output/Ext.SplitBar.html diff --git a/docs/output/Ext.SplitBar.html b/docs/output/Ext.SplitBar.html index aaa7a417..ff409cfc 100644 --- a/docs/output/Ext.SplitBar.html +++ b/docs/output/Ext.SplitBar.html @@ -1,612 +1,207 @@ -
-
- 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",
+
var split = new Ext.SplitBar("elementToDrag", "elementToSize",
                    Ext.SplitBar.HORIZONTAL, Ext.SplitBar.LEFT);
 split.setAdapter(new Ext.SplitBar.AbsoluteLayoutAdapter("container"));
 split.minSize = 100;
 split.maxSize = 600;
 split.animate = true;
-split.on('moved', splitterMoved);
- -
- -

Config Options

- - - - - - - - - - -
Config OptionsDefined By
- -

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
  - - useShim : Boolean
- Whether to create a transparent shim that overlays the page when dragging, enables dragging across iframes.
-
SplitBar
- -

Public Methods

- - - - - - - - - - - - - - - - - -
MethodDefined By

Public Events

EventDefined By
\ No newline at end of file