contentTop
string content
Get or set content of slidemenu panel
Show/Hide Code
<?php $panel = new SlideMenuPanel("panel"); $panel->content = "This is panel, any html here";//Set the content of panel ?>
Supported from version: 1.0.0.0
idTop
string id
Get or set id of slidemenu panel
<?php $panel = new SlideMenuPanel("panel"); $panel->id="thepanel";//Change id from "panel" to "thepanel" ?>
parentTop
SlideMenuParent parent
Get the direct parent object