BeforeSurveyPage: Difference between revisions
From LimeSurvey Manual
Created page with "'''When''' This event is fired just before the survey (during runtime) is displayed on screen. '''Input''' The event reveives the followiong information: ''surveyId'' the ..." |
No edit summary |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{FeatureStarting|2.05 build 140109}} | |||
'''When''' | '''When''' | ||
This event is fired just before the survey (during runtime) is displayed on screen. | This event is fired just before the survey (during runtime) is displayed on screen. It is fired before ''any'' HTML is echoed, so don't echo anything here. | ||
'''Input''' | '''Input''' | ||
The event | The event receives the following information: | ||
''surveyId'' the id of the current survey | ''surveyId'' the id of the current survey | ||
Line 15: | Line 17: | ||
''template'' The name of the template to use | ''template'' The name of the template to use | ||
[[Category:Plugins events]] |
Latest revision as of 16:54, 20 January 2017
When
This event is fired just before the survey (during runtime) is displayed on screen. It is fired before any HTML is echoed, so don't echo anything here.
Input
The event receives the following information:
surveyId the id of the current survey
Possible output
The following information can be set in the event:
template The name of the template to use