Class YAHOO.ext.SplitBar.BasicLayoutAdapter
Object
|
+--YAHOO.ext.SplitBar.BasicLayoutAdapter
- class
YAHOO.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.
Defined in SplitBar.js
YAHOO.ext.SplitBar.BasicLayoutAdapter
YAHOO.ext.SplitBar.BasicLayoutAdapter()
getElementSize
Object getElementSize(<YAHOO.ext.SplitBar> s)
Called before drag operations to get the current size of the resizing element.
Parameters:
s - The SplitBar using this adapter
init
void init(s)
setElementSize
void setElementSize(<YAHOO.ext.SplitBar> s, <Number> newSize, <Function> onComplete)
Called after drag operations to set the size of the resizing element.
Parameters:
s - The SplitBar using this adapter
newSize - The new size to set
onComplete - A function to be invoke when resizing is complete
Documentation generated by
JSDoc on Sat Oct 14 06:07:10 2006