Sencha Documentation

Adapter that moves the splitter element to align with the resized sizing element. Used with an absolute positioned SplitBar.

Properties

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

Methods

 
getElementSize( Ext.SplitBar s ) : Void
Called before drag operations to get the current size of the resizing element.
Called before drag operations to get the current size of the resizing element.

Parameters

  • s : Ext.SplitBar
    The SplitBar using this adapter

Returns

  • Void
 
setElementSize( Ext.SplitBar s, Number newSize, Function onComplete ) : Void
Called after drag operations to set the size of the resizing element.
Called after drag operations to set the size of the resizing element.

Parameters

  • s : Ext.SplitBar
    The SplitBar using this adapter
  • newSize : Number
    The new size to set
  • onComplete : Function
    A function to be invoked when resizing is complete

Returns

  • Void