@tsv2013 tsv2013 released this Apr 17, 2018 · 168 commits to master since this release

Assets 3

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.