Class SweetDevRia.Spliter
Spliter
Defined in: Spliter.js.
Constructor Attributes | Constructor Name and Description |
---|---|
<private> |
SweetDevRia.Spliter(id, minSize, height)
|
Method Attributes | Method Name and Description |
---|---|
<private> |
Return the next html node from this component (nextSibling)
|
<private> |
getNode()
Return the main html node of this component
|
<private> |
Return the previous html node from this component (previousSibling)
|
onSplit()
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