Question T1439
Visible to All Users

Change property display name

created 6 years ago

Dears,

I would like to know if there’s a possibility that I can change the displayed name of each propriety in the editor.

for example, isSignlePage I want it to be displayed with spaces between each word or if I can can change it to another name without affecting the saves json file of the survey.

Regards,

Reem K.
The information in this email may contain confidential material and it is intended solely for the addresses. Access to this email by anyone else is unauthorized. If you are not the intended recipient, please delete the email and destroy any copies of it, any disclosure, copying, distribution is prohibited and may be considered unlawful. Contents of this email and any attachments may be altered, Statement and opinions expressed in this email are those of the sender, and do not necessarily reflect those of Saudi Telecommunications Company (STC).

Answers approved by surveyjs Support

created 6 years ago

Hello,
Please read the following document section
You code will be:

JavaScript
var curStrings = SurveyEditor.editorLocalization.getLocale(""); //change the text for visible property in Property Grid curStrings.p.isSinglePage = "Is single page?";

Thank you,
Andrew
SurveyJS Team