X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/docs/output/Ext.SplitBar.AbsoluteLayoutAdapter.html diff --git a/docs/output/Ext.SplitBar.AbsoluteLayoutAdapter.html b/docs/output/Ext.SplitBar.AbsoluteLayoutAdapter.html index a46bb88a..a931a6a6 100644 --- a/docs/output/Ext.SplitBar.AbsoluteLayoutAdapter.html +++ b/docs/output/Ext.SplitBar.AbsoluteLayoutAdapter.html @@ -1,4 +1,4 @@ -
Properties Methods Events Direct Link
SplitBar.BasicLayoutAdapter
  SplitBar.AbsoluteLayoutAdapter

Class Ext.SplitBar.AbsoluteLayoutAdapter

Package:Ext
Defined In:SplitBar.js
Class:SplitBar.AbsoluteLayoutAdapter
Extends:SplitBar.BasicLayoutAdapter
Adapter that moves the splitter element to align with the resized sizing element. +
SplitBar.BasicLayoutAdapter
  SplitBar.AbsoluteLayoutAdapter

Class Ext.SplitBar.AbsoluteLayoutAdapter

Package:Ext
Defined In:SplitBar.js
Class:SplitBar.AbsoluteLayoutAdapter
Extends:SplitBar.BasicLayoutAdapter
Adapter that moves the splitter element to align with the resized sizing element. Used with an absolute positioned SplitBar.

Public Properties

PropertyDefined By
 BOTTOM : Number
Placement constant - The resizing element is positioned under splitter element
SplitBar.AbsoluteLayoutAdapter
 HORIZONTAL : Number
Orientation constant - Create a horizontal SplitBar
SplitBar.AbsoluteLayoutAdapter
 LEFT : Number
Placement constant - The resizing element is to the left of the splitter element
SplitBar.AbsoluteLayoutAdapter
 RIGHT : Number
Placement constant - The resizing element is to the right of the splitter element
SplitBar.AbsoluteLayoutAdapter
 TOP : Number
Placement constant - The resizing element is positioned above the splitter element
SplitBar.AbsoluteLayoutAdapter
 VERTICAL : Number
Orientation constant - Create a vertical SplitBar
SplitBar.AbsoluteLayoutAdapter

Public Methods

MethodDefined By