NewSurveySettings: Difference between revisions
From LimeSurvey Manual
DenisChenu (talk | contribs) Page creation |
DenisChenu (talk | contribs) No edit summary |
||
Line 12: | Line 12: | ||
'''Possible output''' | '''Possible output''' | ||
* none. This allow the plugin to save the [BeforeSurveySettings settings] | * none. This allow the plugin to save the [[BeforeSurveySettings settings]] | ||
'''Example''' | '''Example''' |
Revision as of 08:42, 23 September 2016
When
This event is fired when survey settings is saved.
Input
The event receives the following information:
- survey the id of the current survey
- settings array of settings with value for this plugin
Possible output
- none. This allow the plugin to save the BeforeSurveySettings settings
Example
- A lot of example settings: exampleSettings
- In demo plugin of LimeSurvey Demo/Example/Example.php