X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/docs/output/Ext.SplitBar.html diff --git a/docs/output/Ext.SplitBar.html b/docs/output/Ext.SplitBar.html index 792588f1..ff409cfc 100644 --- a/docs/output/Ext.SplitBar.html +++ b/docs/output/Ext.SplitBar.html @@ -1,13 +1,14 @@ -
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). -

-Usage: -
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