diff --git a/gulpfile.js b/gulpfile.js index 0b812a2f88..193cd5ce03 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -19,7 +19,7 @@ var gulp = require('gulp'), getWebpackConfig = require('./webpack.config'); var Server = require("karma").Server; -var editorVersion = "0.9.12"; +var editorVersion = "0.10.0"; var paths = { mainJSfile: "surveyeditor.js", diff --git a/src/editor.ts b/src/editor.ts index 8e3329e6c2..0295909b86 100644 --- a/src/editor.ts +++ b/src/editor.ts @@ -543,6 +543,7 @@ export class SurveyEditor { } } +Survey.Survey.cssType = "bootstrap"; new Survey.SurveyTemplateText().replaceText(templatePageHtml, "page"); new Survey.SurveyTemplateText().replaceText(templateQuestionHtml, "question"); diff --git a/tests/index.html b/tests/index.html index 458a158ccf..d1871dfadc 100644 --- a/tests/index.html +++ b/tests/index.html @@ -4,14 +4,14 @@ QUnit Example - + + +
- - \ No newline at end of file