[Ticket cloned from T6481: Survey Question title]
Hello,
Thank you for your help, I have a small follow up question, is there a way to make the question title read only and disable the edit from inside the builder not the settings?
Thank You.
[Ticket cloned from T6481: Survey Question title]
Hello,
Thank you for your help, I have a small follow up question, is there a way to make the question title read only and disable the edit from inside the builder not the settings?
Thank You.
Hello,
Please us the following code, before call Survey Creator constructor.
JavaScriptSurveyCreator.removeAdorners(["title"]);
Thank you,
Andrew
SurveyJS Team