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
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
Holds all instances of SplitPane.
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.
A unique ID generator.
A cache of Scrollers indexed by the ID of the original div.
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.
Adds a scrollbar to a specific div.
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).
Separates two divs with a draggable divider that you can use to resize the divs, kind of like a frame but without using frames! 
Reset all of the scrollbars.