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.
Public Properties
This class has no public properties.
Public Methods
|
getElementSize(YAHOO.ext.SplitBar s ) : void |
SplitBar.BasicLayoutAdapter |
Called before drag operations to get the current size of the resizing element. |
|
setElementSize(YAHOO.ext.SplitBar s , Number newSize , Function onComplete ) : void |
SplitBar.BasicLayoutAdapter |
Called after drag operations to set the size of the resizing element. |
Public Events
This class has no public events.
Method Details
getElementSize
public function getElementSize(YAHOO.ext.SplitBar s
)
Called before drag operations to get the current size of the resizing element.
This method is defined by SplitBar.BasicLayoutAdapter.
setElementSize
public function setElementSize(YAHOO.ext.SplitBar s
, Number newSize
, Function onComplete
)
Called after drag operations to set the size of the resizing element.
This method is defined by SplitBar.BasicLayoutAdapter.
yui-ext - Copyright © 2006 Jack Slocum. |
Yahoo! UI - Copyright © 2006 Yahoo! Inc.
All rights reserved.