Customize the Designer and Preview Tabs
The Survey Creator UI is built upon regular surveys from the SurveyJS Form Library. To customize the UI, access the internal surveys within the onSurveyInstanceCreated
event handler and use the SurveyModel
API. For example, this demo handles the SurveyModel
's onGetQuestionTitleActions
event to add a custom button to question titles. In the Designer tab, this button opens a configuration dialog, while in the Preview tab, it displays an alert box with a specified message. Read more...