BeforeSurveyPage: Difference between revisions
From LimeSurvey Manual
DenisChenu (talk | contribs) m FeatureStarting|2.05 build 140109 |
No edit summary |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
'''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 17: | 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