Skip to content

Commit

Permalink
add spellcheck attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
novikov82 committed Aug 27, 2024
1 parent fea2115 commit 3a93934
Show file tree
Hide file tree
Showing 43 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion examples/angular/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

</head>

<body>
<body spellscheck="false">
<ng-app></ng-app>
<script src="./index.js"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion examples/jquery-ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script src="../../build/survey-jquery-ui/survey-jquery-ui.js"></script>
</head>

<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
<script src="./index.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion examples/jquery/customWidget.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<script src="https://unpkg.com/surveyjs-widgets/surveyjs-widgets.js"></script>
</head>

<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
<script src="./index.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion examples/jquery/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script src="../../build/survey-jquery/survey.jquery.js"></script>
</head>

<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
<script src="./index.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion examples/knockout/bootstrap-material/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script src="../../../build/survey-knockout/survey.ko.js"></script>
</head>

<body>
<body spellscheck="false">
<div id="surveyElement">
</div>
<script src="./index.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion examples/knockout/customWidget.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<script src="https://unpkg.com/surveyjs-widgets/surveyjs-widgets.js"></script>
</head>

<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
<script src="./index.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion examples/knockout/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script src="../../build/survey-knockout-ui/survey-knockout-ui.js"></script>
</head>

<body>
<body spellscheck="false">
<div id="surveyElement">
<survey params="survey: model"/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion examples/react/customWidget.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<script src="https://unpkg.com/surveyjs-widgets/surveyjs-widgets.js"></script>
</head>

<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
<script type="text/babel" src="./index.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion examples/react/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<script src="../../build/survey-react-ui/survey-react-ui.js"></script>
</head>

<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
<script type="text/babel" src="./index.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion examples/survey-js-ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script src="../../build/survey-js-ui/survey-js-ui.js"></script>
</head>

<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
<script src="./index.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
</head>
<body>
<body spellscheck="false">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/customWidget.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<script src="https://unpkg.com/surveyjs-widgets/surveyjs-widgets.js"></script>
</head>

<body>
<body spellscheck="false">
<div id="surveyElement">
<survey :survey="survey" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<script src="../../build/survey-vue/survey.vue.js"></script>
</head>

<body>
<body spellscheck="false">
<div id="surveyElement">
<survey :survey="survey" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion examples_test/bootstrap/jquery-ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<script src="../../build/survey-core/plugins/bootstrap-integration.js"></script>
<script src="../../build/survey-jquery-ui/survey-jquery-ui.min.js"></script>
</head>
<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion examples_test/bootstrap/knockout.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/bootstrap.min.css"/>
<script src="../../build/survey-knockout/survey.ko.min.js"></script>
</head>
<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion examples_test/bootstrap/react.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<script src="../../build/survey-core/plugins/bootstrap-integration/index.min.js"></script>
<script src="../../build/survey-react-ui/survey-react-ui.min.js"></script>
</head>
<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion examples_test/bootstrap/survey-js-ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<script src="../../build/survey-core/plugins/bootstrap-integration/index.min.js"></script>
<script src="../../build/survey-js-ui/survey-js-ui.min.js"></script>
</head>
<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion examples_test/bootstrap/vue.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/bootstrap.min.css"/>
<script src="../../build/survey-vue/survey.vue.min.js"></script>
</head>
<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions examples_test/customWidget/jquery-ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<script src="./index.js"></script>
</head>

<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
</body>
Expand All @@ -54,7 +54,7 @@


</head>
<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion examples_test/customWidget/knockout.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<script src="./index.js"></script>
</head>

<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion examples_test/customWidget/react.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<script src="./index.js"></script>
</head>

<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions examples_test/customWidget/survey-js-ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<script src="./index.js"></script>
</head>

<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
</body>
Expand All @@ -54,7 +54,7 @@


</head>
<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion examples_test/customWidget/vue.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<script src="./index.js"></script>
</head>

<body>
<body spellscheck="false">
<div id="surveyElement">
<survey :survey="survey" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion examples_test/default/jquery-ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<script src="../../build/survey-jquery-ui/survey-jquery-ui.min.js"></script>
<script src="./index.js"></script>
</head>
<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion examples_test/default/knockout.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script src="../../build/survey-knockout/survey.ko.min.js"></script>
<script src="./index.js"></script>
</head>
<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion examples_test/default/react.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<script src="../../build/survey-react-ui/survey-react-ui.min.js"></script>
<script src="./index.js"></script>
</head>
<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion examples_test/default/survey-js-ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<script src="../../build/survey-js-ui/survey-js-ui.min.js"></script>
<script src="./index.js"></script>
</head>
<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion examples_test/default/vue.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script src="../../build/survey-vue/survey.vue.min.js"></script>
<script src="./index.js"></script>
</head>
<body>
<body spellscheck="false">
<div id="surveyElement">
<survey :survey="survey" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion examples_test/defaultV2/jquery-ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script src="../../build/survey-core/i18n/index.min.js"></script>
<script src="../../build/survey-jquery-ui/survey-jquery-ui.min.js"></script>
</head>
<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion examples_test/defaultV2/knockout.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" href="../../build/survey-knockout/defaultV2.min.css" />
<script src="../../build/survey-knockout/survey.ko.min.js"></script>
</head>
<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion examples_test/defaultV2/react.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<script src="../../build/survey-core/survey.i18n.min.js"></script>
<script src="../../build/survey-react-ui/survey-react-ui.min.js"></script>
</head>
<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion examples_test/defaultV2/survey-js-ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script src="../../build/survey-core/i18n/index.min.js"></script>
<script src="../../build/survey-js-ui/survey-js-ui.min.js"></script>
</head>
<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion examples_test/defaultV2/vue.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="../../build/survey-vue/defaultV2.min.css" />
<script src="../../build/survey-vue/survey.vue.min.js"></script>
</head>
<body>
<body spellscheck="false">
<div id="surveyElement">
<survey :survey="survey" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion examples_test/modern/jquery-ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script src="../../build/survey-core/i18n/index.min.js"></script>
<script src="../../build/survey-jquery-ui/survey-jquery-ui.min.js"></script>
</head>
<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion examples_test/modern/knockout.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script src="../../build/survey-knockout/survey.ko.min.js"></script>
<script src="./index.js"></script>
</head>
<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion examples_test/modern/react.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script src="../../build/survey-react-ui/survey-react-ui.min.js"></script>
<script src="./index.js"></script>
</head>
<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion examples_test/modern/survey-js-ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script src="../../build/survey-core/i18n/index.min.js"></script>
<script src="../../build/survey-js-ui/survey-js-ui.min.js"></script>
</head>
<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion examples_test/modern/vue.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script src="../../build/survey-vue/survey.vue.min.js"></script>
<script src="./index.js"></script>
</head>
<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion packages/survey-angular-ui/example/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<body spellscheck="false">
<app-root></app-root>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<script src="./index.js"></script>
</head>

<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<script src="../../build/survey-react-ui.min.js"></script>
</head>

<body>
<body spellscheck="false">
<div id="surveyElement"></div>
<div id="surveyResultElement"></div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion packages/survey-vue3-ui/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
</head>
<body>
<body spellscheck="false">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
Expand Down
Loading

0 comments on commit 3a93934

Please sign in to comment.