Actions

BeforeSurveySettings: Difference between revisions

From LimeSurvey Manual

(Page creation)
 
(Update example)
 
(2 intermediate revisions by 2 users not shown)
Line 12: Line 12:


* surveysettings : array of settings for survey
* surveysettings : array of settings for survey
'''Example'''
* A lot of example settings: [https://framagit.org/Shnoulle/exampleSettings/blob/master/exampleSettings.php exampleSettings]
* In demo plugin of LimeSurvey [https://github.com/LimeSurvey/LimeSurvey/blob/master/plugins/Demo/Example/Example.php Demo/Example/Example.php]
[[Category:Plugins events]]

Latest revision as of 08:38, 23 September 2016

When

This event is fired before show the advanced settings page

Input

The event receives the following information:

  • survey the id of the current survey

Possible output

  • surveysettings : array of settings for survey

Example