- Posts: 98
- Thank you received: 7
Ask the community, share ideas, and connect with other LimeSurvey users!
100 $menuItem = new MenuItem(array( 101 'label' => gT('myPlugin'), 102 'iconClass' => 'fa fa-table', 103 'href' => $href 104 ));
if (class_exists("\LimeSurvey\Menu\MenuItem")) { $menuItem = new \LimeSurvey\Menu\MenuItem($aMenuItem); } else { $menuItem = new \ls\menu\MenuItem($aMenuItem); }
$href = Yii::app()->createUrl( 'admin/pluginhelper', array( 'sa' => 'fullpagewrapper', 'plugin' => 'myPlugin', 'method' => 'actionIndex', 'surveyId' => $surveyId ) );