A survey header configuration interface.
An IHeader
object configures advanced survey header appearance settings. To apply them, you need to assign the object to the header
property of your theme configuration and set the headerView
property to "advanced"
.
An image to display in the background of the header. Accepts a base64 or URL string value.
A string value that specifies how to resize a background image to fit it into the header.
Possible values:
"cover"
(default)"fill"
"contain"
"tile"
A value from 0 to 1 that specifies how transparent the background image should be: 0 makes the image completely transparent, and 1 makes it opaque.
A string value that specifies the survey description position within the header in the horizontal direction.
Possible values:
"left"
(default)"right"
"center"
To specify a survey description, set SurveyModel
's description
property.
A string value that specifies the survey description position within the header in the vertical direction.
Possible values:
"bottom"
(default)"top"
"middle"
To specify a survey description, set SurveyModel
's description
property.
The height of the survey header in pixels.
Default value: 256
A string value that specifies whether the header spans the width of the survey or that of the survey container.
Possible values:
"survey"
"container"
(default)A string value that specifies the logo position within the header in the horizontal direction.
Possible values:
"right"
(default)"left"
"center"
To specify a logo, set SurveyModel
's logo
property.
A string value that specifies the logo position within the header in the vertical direction.
Possible values:
"top"
(default)"bottom"
"middle"
To specify a logo, set SurveyModel
's logo
property.
The height of the survey header on smartphones, measured in pixels.
Default value: 0 (the height is calculated automatically to accommodate the header's content).
A Boolean value that specifies whether the header overlaps the survey content.
Default value: false
The width of the header area that contains the survey title and description, measured in pixels.
Default value: 512
A string value that specifies the survey title position within the header in the horizontal direction.
Possible values:
"left"
(default)"right"
"center"
To specify a survey title, set SurveyModel
's title
property.
A string value that specifies the survey title position within the header in the vertical direction.
Possible values:
"bottom"
(default)"top"
"middle"
To specify a survey title, set SurveyModel
's title
property.
Copyright © 2025 Devsoft Baltic OÜ. All rights reserved.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4