Sencha Documentation

Default Adapter. It assumes the splitter and resizing element are not positioned elements and only gets/sets the width of the element. Generally used for table based layouts.

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