Skip to content

Themes for SurveyJS Editor

Choose a tag to compare

@tsv2013 tsv2013 released this 17 Apr 14:33
· 9414 commits to master since this release

Since 1.0.17 SurveyJS Editor supports appearance customization. In addition to the basic bootstrap theme you get six additional pre-defined themes and theme customization API. And now you get bootstrap-free version of the SurveyJS Editor. For example:

  • Default theme (bootstrap free): SurveyEditor.StylesManager.applyTheme("default");

image

  • Orange theme SurveyEditor.StylesManager.applyTheme("orange");

image

  • Winter theme SurveyEditor.StylesManager.applyTheme("winter");

image

For more details please check our examples on https://surveyjs.io/Examples/Builder.