GetGlobalBasePermissions: Difference between revisions
From LimeSurvey Manual
DenisChenu (talk | contribs) Created page with "'''When''' This event is fired before show the survey menu bar '''Input''' None '''Possible output''' * globalBasePermissions : array for each new Permission <pre> '..." |
DenisChenu (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
'''Possible output''' | '''Possible output''' | ||
* | * functions : array of new function for expression manager | ||
* packages : array of javascript package to be registred | |||
'''Example''' | '''Example''' | ||
* LimeSurvey | * LimeSurvey Demo plugin : https://github.com/LimeSurvey/LimeSurvey/tree/develop/plugins/Demo/demoAddEmFunction | ||
[[Category:Plugins events]] | [[Category:Plugins events]] |
Revision as of 18:18, 13 February 2019
When
This event is fired before show the survey menu bar
Input
None
Possible output
- functions : array of new function for expression manager
- packages : array of javascript package to be registred
Example
- LimeSurvey Demo plugin : https://github.com/LimeSurvey/LimeSurvey/tree/develop/plugins/Demo/demoAddEmFunction