Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
D
 decorate, Scroller
 dispose, SplitPane
G
 getHeight, Scroller
 getWidth, Scroller
I
 initialize, Scroller
 intialize, SplitPane
O
 onChange, Scroller
R
 reset, Scroller. Scroller
 resetScrollbar, Scroller
S
 serialize, SplitPane
 set, SplitPane
 setAll, Scroller. Scroller
 setWidth, Scroller
decorate: function()
create the necessary elements to implement the scrollbar and wire up events.
dispose: function()
unhook from events
getHeight: function(el)
Get the height of the passed element.
getWidth: function(el)
Get the width of the passed element.
initialize: function(el)
Wrap the passed div in a scrollpane.
onChange: function(val)
Called when the script.aculo.us slider has changed (i.e.
Scroller.reset = function (body_id)
If the passed element has class ‘makeScroll’, wrap it in a Scroller.
resetScrollbar: function(full)
Re-calculate the geometry of the scrollbar.
serialize: function()
serialize the splitpane in a form suitable to be used in an HTTP request.
set: function()
create a divider.
Scroller.setAll = function ()
Search for divs of the class ‘makeScroll’ and wrap them in a Scroller.
setWidth: function()
Set the width of of the scrollpane (aka innerBox).