Question T2694
Visible to All Users

Survey Designer - Customize tab names

created 5 years ago

Hi

I want to customize the names of tab given in survey designer. Like as marked in attached document.

Clipboard-File-1.png

how can i edit this?

Answers approved by surveyjs Support

created 5 years ago (modified 5 years ago)

Hello,

You can use the following code to show page titles instead of names:

JavaScript
creator.showObjectTitles = true;

Here is the working sample - https://plnkr.co/edit/oW6g5JgSxk6tOueVysqW?p=preview

Thanks, Serge
SurveyJS Team

    created 5 years ago (modified 5 years ago)

    Hello,
    Please read the following topic in our documetation.

    JavaScript
    var curStrings = SurveyCreator.localization.getLocale(""); curStrings.ed.testSurvey = "Run Survey"; curStrings.ed.jsonEditor = "Edit as Text";

    Thank you,
    Andrew
    SurveyJS Team

      Comments (1)

        Thanks Andrew. That was helpful

        Now i want to update the text mentioned in dropdown. Is there is any way to update this text?