SurveySidemenuWidget
extends WhSelect2
in package
Table of Contents
Properties
- $activePanel : mixed
- $allLanguages : mixed
- $sid : mixed
- $sideMenu : mixed
- $surveyEntry : mixed
Methods
- getActivePanel() : mixed
- Gets the active panel.
- getSideMenu() : mixed
- Gets the side menu structure.
- getSurveyEntry() : mixed
- Gets survey entry by name.
- highlightActiveMenuItem() : mixed
- Highlights the active menu item.
- init() : mixed
- Initializes the widget.
- registerClientScript() : void
- Registers required script files
- run() : mixed
- Runs the widget.
Properties
$activePanel
public
mixed
$activePanel
$allLanguages
public
mixed
$allLanguages
$sid
public
mixed
$sid
$sideMenu
public
mixed
$sideMenu
$surveyEntry
public
mixed
$surveyEntry
Methods
getActivePanel()
Gets the active panel.
public
getActivePanel() : mixed
getSideMenu()
Gets the side menu structure.
public
getSideMenu() : mixed
getSurveyEntry()
Gets survey entry by name.
public
getSurveyEntry(mixed $entryName) : mixed
Parameters
- $entryName : mixed
highlightActiveMenuItem()
Highlights the active menu item.
public
highlightActiveMenuItem() : mixed
init()
Initializes the widget.
public
init() : mixed
registerClientScript()
Registers required script files
public
registerClientScript() : void
run()
Runs the widget.
public
run() : mixed