Class Index | File Index

Classes


Class SweetDevRia.Spliter

Spliter
Defined in: Spliter.js.

Class Summary
Constructor Attributes Constructor Name and Description
<private>  
SweetDevRia.Spliter(id, minSize, height)
Method Summary
Method Attributes Method Name and Description
<private>  
Return the next html node from this component (nextSibling)
<private>  
Return the main html node of this component
<private>  
Return the previous html node from this component (previousSibling)
 
Override this function triggered on resize
 
Override this function triggered on resize end
 
Override this function triggered on resize start
Class Detail
<private> SweetDevRia.Spliter(id, minSize, height)
Parameters:
{String} id
the id of the spliter
{String} minSize
the minimal size for this spliter
height
Method Detail
<private> {HTMLElement} getNextNode()
Return the next html node from this component (nextSibling)
Returns:
the next html node from this component

<private> {HTMLElement} getNode()
Return the main html node of this component
Returns:
the main html node of this component

<private> {HTMLElement} getPreviousNode()
Return the previous html node from this component (previousSibling)
Returns:
the previous html node from this component

onSplit()
Override this function triggered on resize

onSplitEnd()
Override this function triggered on resize end

onSplitStart()
Override this function triggered on resize start

Documentation generated by JsDoc Toolkit 2.0.0 on Thu Dec 02 2010 15:18:56 GMT+0100 (CET)