SlideMenuParent Class [Javascript]

Summary

Methods Description
expand Expand the parent
collapse Collapse the parent
isExpanded Get whether the parent is expanded
getSlideMenu Get object of slidemenu which the parent belongs to Show example

Methods Detail

expandTop

void expand()

Expand the parent

Show/Hide Code

Supported from version: 1.0.0.0

collapseTop

void collapse()

Collapse the parent

Show/Hide Code

Supported from version: 1.0.0.0

isExpandedTop

bool isExpanded()

Get whether the parent is expanded

Show/Hide Code

Supported from version: 1.0.0.0

getSlideMenuTop

KoolSlideMenu getSlideMenu()

Get object of slidemenu which the parent belongs to Show example

Show/Hide Code

Supported from version: 1.0.0.0