| C | |
| cache, SplitPane. SplitPane | |
| D | |
| decorate, Scroller | |
| dispose, SplitPane | |
| F | |
| Functions | |
| G | |
| getHeight, Scroller | |
| getWidth, Scroller | |
| I | |
| i, Scroller. Scroller | |
| ids, Scroller. Scroller | |
| initialize, Scroller | |
| intialize, SplitPane | |
| O | |
| onChange, Scroller | |
| P | |
| Properties | |
| R | |
| reset, Scroller. Scroller | |
| resetScrollbar, Scroller | |
| S | |
| Scroller | |
| serialize, SplitPane | |
| set, SplitPane | |
| setAll, Scroller. Scroller | |
| setWidth, Scroller | |
| SplitPane | |
| U | |
| updateAll, Scroller. Scroller |
create the necessary elements to implement the scrollbar and wire up events.
decorate: function()
unhook from events
dispose: function()
Get the height of the passed element.
getHeight: function( el )
Get the width of the passed element.
getWidth: function( el )
Wrap the passed div in a scrollpane.
initialize: function( el )
Called when the script.aculo.us slider has changed (i.e.
onChange: function( val )
If the passed element has class ‘makeScroll’, wrap it in a Scroller.
Scroller.reset = function ( body_id )
Re-calculate the geometry of the scrollbar.
resetScrollbar: function( full )
serialize the splitpane in a form suitable to be used in an HTTP request.
serialize: function()
create a divider.
set: function()
Search for divs of the class ‘makeScroll’ and wrap them in a Scroller.
Scroller.setAll = function ()
Set the width of of the scrollpane (aka innerBox).
setWidth: function()