Question T479
Visible to All Users

How to remove General tab from html question Editor

created 7 years ago

Hi,

I want to remove general tab from Question Editor, for perticular html type question

Thanks,
Nilesh

Answers

created 7 years ago

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

    Comments (1)

      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:

      JavaScript
      SurveyEditor.SurveyQuestionEditorDefinition.definition.html = { tabs: [{ name: "general", visible: false }, { name: "html", index: 10 }] }

      Thank you,
      Andrew
      SurveyJS Team