Skip to content

Commit

Permalink
updated survey-creator docs [azurepipelines skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed Nov 27, 2024
1 parent f33c752 commit c4d54aa
Show file tree
Hide file tree
Showing 14 changed files with 284 additions and 4 deletions.
268 changes: 268 additions & 0 deletions docs/end-user-guide-expression-syntax.md

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion docs/get-started-angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ If you are looking for a quick-start application that includes all SurveyJS comp

> In this guide, the terms "Form Builder" and "Survey Creator" are used interchangeably and both refer to the SurveyJS form building component for Angular.
## Install the `survey-creator-angular` npm Package
<div id="install-the-survey-creator-angular-npm-package"></div>

## Install the Angular Form Builder npm Package

Survey Creator for Angular consists of two npm packages: [`survey-creator-core`](https://www.npmjs.com/package/survey-creator-core) (platform-independent code) and [`survey-creator-angular`](https://www.npmjs.com/package/survey-creator-angular) (rendering code). Run the following command to install `survey-creator-angular`. The `survey-creator-core` package will be installed automatically as a dependency.

Expand Down
4 changes: 3 additions & 1 deletion docs/get-started-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ If you are looking for a quick-start application that includes all SurveyJS comp

> In this guide, the terms "Form Builder" and "Survey Creator" are used interchangeably and both refer to the SurveyJS form building component for React.
## Install the `survey-creator-react` npm Package
<div id="install-the-survey-creator-react-npm-package"></div>

## Install the React Form Builder npm Package

Survey Creator for React consists of two npm packages: [`survey-creator-core`](https://www.npmjs.com/package/survey-creator-core) (platform-independent code) and [`survey-creator-react`](https://www.npmjs.com/package/survey-creator-react) (rendering code). Run the following command to install `survey-creator-react`. The `survey-creator-core` package will be installed automatically as a dependency.

Expand Down
8 changes: 6 additions & 2 deletions docs/get-started-vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ If you are looking for a quick-start application that includes all SurveyJS comp
## Add Survey Creator to a Vue 3 Application

### Install the `survey-creator-vue` npm Package
<div id="install-the-survey-creator-vue-npm-package"></div>

### Install the Vue Form Builder npm Package

Survey Creator for Vue 3 consists of two npm packages: [`survey-creator-core`](https://www.npmjs.com/package/survey-creator-core) (platform-independent code) and [`survey-creator-vue`](https://www.npmjs.com/package/survey-creator-vue) (rendering code). Run the following command to install `survey-creator-vue`. The `survey-creator-core` package will be installed automatically as a dependency.

Expand Down Expand Up @@ -479,7 +481,9 @@ creator.saveSurveyFunc = (saveNo: number, callback: Function) => {

## Add Survey Creator to a Vue 2 Application

### Install the `survey-creator-knockout` npm Package
<div id="install-the-survey-creator-knockout-npm-package"></div>

### Install the Knockout Form Builder npm Package

Survey Creator does not provide a native implementation for Vue 2. However, you can integrate the version for Knockout into your Vue 2 application. Run the following command to install the <a href="https://www.npmjs.com/package/survey-creator-knockout" target="_blank">survey-creator-knockout</a> package:

Expand Down
Binary file added docs/images/eud-datevalidation-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/eud-expression-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/eud-inputype-date.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/eud-questionname.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/eud-validation-datediff-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/eud-validation-datediff.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/eud-validationrules-addnewrule.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/eud-validationrules-expression.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/eud-visibleif-expression.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@
"Name": "eug-form-calculations",
"Title": "Form Calculations",
"Items": [
{
"Name": "end-user-guide-expression-syntax",
"Title": "Expression Syntax"
},
{
"Name": "end-user-guide-how-to-calculate-duration-between-dates-within-form",
"Title": "Calculate Duration Between Dates"
Expand Down

0 comments on commit c4d54aa

Please sign in to comment.