Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

The collection of custom widgets for SurveyJS: Survey Library and Survey Creator 📦

License

NotificationsYou must be signed in to change notification settings

surveyjs/custom-widgets

Repository files navigation

IMPORTANT: Using a custom widget is no longer the recommended approach to customizing SurveyJS forms. For current best practices and available options, refer to the following help topic:Question Customization Options.

Build.Node.js CI

Software License

Getting started

es5 examples:https://surveyjs.io/Examples/Library/?id=custom-widget-select2-tagbox
es modules examples:https://stackblitz.com/edit/surveyjs-widgets-react

Install the library using es5.

<script src="https://unpkg.com/surveyjs-widgets"></script>

Install the library using npm.

npm install surveyjs-widgets

Or use unpkg CDN:https://unpkg.com/surveyjs-widgets@{version-number}/surveyjs-widgets.min.js

You find all versions/builds in thesurveyjs/build repo.

Building surveyjs-widgets from sources

To build library yourself:

  1. Clone the repo from GitHub

    git clone https://github.com/surveyjs/widgets.gitcd surveyjs-widgets
  2. Acquire build dependencies. Make sure you haveNode.js installed on your workstation. This is only needed tobuild surveyjs from sources.

    npm install
  3. Build the library

    npm run build

    After that you should have the libraries (angular, jquery, knockout, react and vue) at 'packages' directory.

  4. Add your own custom widget

    Please go tothis plunker and selectcustomwidget.js to review the code and comments.

    Thesame plunker example, but for Survey Creator / Form Builder

License

MIT license

About

The collection of custom widgets for SurveyJS: Survey Library and Survey Creator 📦

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors25


[8]ページ先頭

©2009-2025 Movatter.jp