Question T8482
Visible to All Users

Setting window

created 3 years ago

Hello,

Can I hide the appearance of the settings window, which appears by default?

Clipboard-File-1.png

Answers approved by surveyjs Support

created 3 years ago

Hello,

You need to use the following code:

JavaScript
creator.showPropertyGrid = false;

Here is the working sample - https://plnkr.co/edit/bsmOUoGe4gRYAr69

Thanks, Serge
SurveyJS Team