class
SAPO.Widget.IdSapo
Defined in
Widget/IdSapo/0.1/lib.js
Property Summary
Object
animate
methods for slideUp and slideDown
Constructor Summary
IdSapo
(Object
options)
Function Summary
Get the real height of an element
slide down an element
slide up an element
Function Details
function getHeight
Private Integer
getHeight(DOMElement
target)
Get the real height of an element
Parameters:
target
function slideDown
slideDown(DOMElement
target, Function
callback, Integer
speed)
slide down an element
Parameters:
target
callback
speed
function slideUp
slideUp(DOMElement
target, Function
callback, Integer
speed)
slide up an element
Parameters:
target
callback
speed