- Notifications
You must be signed in to change notification settings - Fork82
The collection of custom widgets for SurveyJS: Survey Library and Survey Creator 📦
License
surveyjs/custom-widgets
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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.
jqueryuidatepicker:site,repo, license:https://github.com/jquery/jquery-ui/blob/master/LICENSE.txt
nouislider:site,repo, license:https://github.com/leongersen/noUiSlider/blob/master/LICENSE
ckeditor:site,repo, license:https://github.com/ckeditor/ckeditor-dev/blob/major/LICENSE.md
pretty-checkbox:site,repo, license:https://github.com/lokesh-coder/pretty-checkbox/blob/master/LICENSE
bootstrap-slider:site,repo, license:https://github.com/seiyria/bootstrap-slider/blob/master/LICENSE.md
imageHotArearepo, licence: MIT
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-widgetsOr use unpkg CDN:https://unpkg.com/surveyjs-widgets@{version-number}/surveyjs-widgets.min.js
You find all versions/builds in thesurveyjs/build repo.
To build library yourself:
Clone the repo from GitHub
git clone https://github.com/surveyjs/widgets.gitcd surveyjs-widgetsAcquire build dependencies. Make sure you haveNode.js installed on your workstation. This is only needed tobuild surveyjs from sources.
npm installBuild the library
npm run buildAfter that you should have the libraries (angular, jquery, knockout, react and vue) at 'packages' directory.
Add your own custom widget
Please go tothis plunker and select
customwidget.jsto review the code and comments.Thesame plunker example, but for Survey Creator / Form Builder
About
The collection of custom widgets for SurveyJS: Survey Library and Survey Creator 📦
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.