Question T18626
Visible to All Users

How do you remove the toolbox?

created 7 months ago

How do you remove the toolbox?

Screenshot 2024-06-13 170947.png

Answers approved by surveyjs Support

created 7 months ago (modified 5 months ago)

Hello,
You can hide the Toolbox by setting the creator's toolboxLocation property to none:

JavaScript
creator.toolboxLocation = "none";

For the record: the creator toolbox supports the compact mode which allows the toolbox to occupy less space.

Please let us know if you have any questions or require further assistance.