NewSurveySettings: Difference between revisions
From LimeSurvey Manual
DenisChenu (talk | contribs) Page creation |
DenisChenu (talk | contribs) mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
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]] added in his event. | ||
'''Example''' | '''Example''' |
Latest revision as of 08:43, 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 settings added in his event.
Example
- A lot of example settings: exampleSettings
- In demo plugin of LimeSurvey Demo/Example/Example.php