Hi,
Is it possible to add a help text to a custom property like we have in some standard properties like 'Run Expression' ?
Custom property help
Show previous comments
(0)
Comments
(0)
Sign in to comment on this post
Answers approved by surveyjs Support
Hello,
Here is the example for title property:
JavaScript//Get default localization strings
var curStrings = SurveyCreator.localization.getLocale("");
curStrings.pehelp.title = "Here is the help for title property for all object types";
//If we do not define question_title/page_title/survey_title, then title help will be used.
curStrings.pehelp.question_title = "Here is the help for question title property";
curStrings.pehelp.page_title = "Here is the help for page title property";
curStrings.pehelp.survey_title = "Here is the help for survey title property";
We have already asked you about a developer license, since you have started to ask questions about SurveyJS Creator which is under a commercial license. Please write us from an account where you have an assigned license or ask your company to get one.
Thank you,
Andrew
SurveyJS Team