Hi,
I need to implement "tagbox" in one of my survey. can you guide me how can I implement that thing in survey JS and in my code which is in angular 4.
I can't see custom widgets when I login in to my account and try to create new survey.
Please provide all steps in details about integration in account and in angular code(required libraries, version, etc).
Thanks.
Hello,
Here is the live example with all necessary code - https://surveyjs.io/Examples/Library/?id=custom-widget-select2-tagbox&platform=Angular2&theme=default
This example shows how to initialize custom widgets in SurveyJS Builder - https://surveyjs.io/Examples/Builder/?id=customwidgets&theme=bootstrap
Here is the SurveyJS Angular boilerplate - https://github.com/surveyjs/surveyjs_angular_cli
Hope this helps
Thanks, Serge
SurveyJS Team
Thanks for this links. But how can I add custom widget in my survey Designer Toolbox?
Hello,
Here is the working sample - https://plnkr.co/edit/VPgBSa4xTIe71Gzevtg7?p=preview
with uncommented references to select2 3rd party custom widget
{ "pages": [ { "name": "page1", "elements": [ { "type": "tagbox", "name": "question1", "choices": [ "Item 1", "Item 2", "Item 3" ] } ] } ] }
Thanks, Serge
SurveyJS Team
Ok, got this.
I just understood that I can setup editor locally as well. We are using online surveys at https://surveyjs.io/Service/MySurveys/ for our use, is there a way we can add "tagbox" custom widget in this online survey editor ?
Thank You.
Hello,
Unfortunately online SurveyJS Builder doesn't support custom widgets at the moment.
Thanks, Serge
SurveyJS Team