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


Constructor Summary
YAHOO.ext.SplitBar.BasicLayoutAdapter ()
  
 
Method Summary * Parameter types in italic indicate optional parameters
 Object getElementSize(<YAHOO.ext.SplitBar> s)
   Called before drag operations to get the current size of the resizing element.
 void init(s)
  
 void setElementSize(<YAHOO.ext.SplitBar> s, <Number> newSize, <Function> onComplete)
   Called after drag operations to set the size of the resizing element.

Constructor Detail

YAHOO.ext.SplitBar.BasicLayoutAdapter

YAHOO.ext.SplitBar.BasicLayoutAdapter()

Method Detail

getElementSize

Object getElementSize(<YAHOO.ext.SplitBar> s)

init

void init(s)

setElementSize

void setElementSize(<YAHOO.ext.SplitBar> s, <Number> newSize, <Function> onComplete)


Documentation generated by JSDoc on Sat Oct 14 06:07:10 2006