Hi,
I want to remove general tab from Question Editor, for perticular html type question
Thanks,
Nilesh
Hi,
I want to remove general tab from Question Editor, for perticular html type question
Thanks,
Nilesh
Hello Eric,
We do not have the ability to hide the general tab right now.
I will add in our TODO list.
Thank you,
Andrew
SurveyJS Team
Hello Eric,
I have implemented the following functionality: https://github.com/surveyjs/editor/issues/292
From the next minor version you will be able to write the following code:
JavaScriptSurveyEditor.SurveyQuestionEditorDefinition.definition.html = {
tabs: [{ name: "general", visible: false }, { name: "html", index: 10 }]
}
Thank you,
Andrew
SurveyJS Team