Hello,
Can I hide the appearance of the settings window, which appears by default?
Hello,
Can I hide the appearance of the settings window, which appears by default?
Hello,
You need to use the following code:
JavaScriptcreator.showPropertyGrid = false;
Here is the working sample - https://plnkr.co/edit/bsmOUoGe4gRYAr69
Thanks, Serge
SurveyJS Team