Question T489
Visible to All Users

How to Disable In-place Edit feature from Editor

created 7 years ago (modified 7 years ago)

Hi,

I have updated the version of SurveyEditor and get new update regarding inplace editor,
This is very good feature but we can not use it in our system,
so can we disable Inplace Editor from SurveyEditor?

Thanks,
Eric

Comments (2)

    Hi Eric,

    You need to call

    Code
    SurveyEditor.removeAdorners();

    Thanks, Serge
    SurveyJS Team

    EB EB
    Eric Bransteter 7 years ago

      Thank you Serge,