Question T2548
Visible to All Users

Can we hide json editor area from builder

created 6 years ago

Hello Serge/Andrew,

Can we remove the below highlighted area from the survey builder?

Clipboard-File-1.png

Please assist me how I can hide it.

Thanks

Answers approved by surveyjs Support

created 6 years ago

Hello,

This can be achieved via the following code:

JavaScript
var creatorOptions = { showJSONEditorTab: false }; var creator = new SurveyCreator.SurveyCreator("creatorElement", creatorOptions);

This is described on this page https://surveyjs.io/Examples/Survey-Creator/?id=options&theme=bootstrap in the "Documentation" tab.

Thanks, Serge
SurveyJS Team