how to hide ?
Survey-creator: hide add to toolbox option
Answers approved by surveyjs Support
Hello,
Sure, here is the code:
JavaScriptcreator.onElementAllowOperations.add(function (sender, options) {
options.allowAddToToolbox = false;
});
Thank you,
Andrew
SurveyJS Team