How do you remove the toolbox?
How do you remove the toolbox?
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
:
JavaScriptcreator.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.