Class Ext.SplitBar.BasicLayoutAdapter
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.
Public Properties
This class has no public properties.
Public 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.
|
SplitBar.BasicLayoutAdapter |
|
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.
|
SplitBar.BasicLayoutAdapter |
Public Events
This class has no public events.