![]() | ![]() |
SlideMenuParent Class [PHP]
Summary
Properties | Description | |
![]() | expand | Get or set whether slidemenu parent expand initially |
![]() | id | Get or set id of slidemenu parent |
![]() | link | Get or set link of slidemenu parent. |
![]() | parent | Get the direct parent object |
![]() | target | Get or set target of slidemenu parent link. |
![]() | text | Get or set text of slidemenu parent |
Methods | Description | |
![]() | addChild | Add child/panel/subparent object as a child to the parent |
Properties Detail
expandTop
bool expand
Get or set whether slidemenu parent expand initially
Supported from version: 1.0.0.0
Methods Detail
addChildTop
void addChild(object $child)
Add child/panel/subparent object as a child to the parent
Supported from version: 1.0.0.0
![]() | ![]() |