Question T13472
Visible to All Users

Re: Survey creator: Add help text for each controls

created 2 years ago

HI Team,
I am looking similar to this use case.
We want help text for survey creator
The example i found is for survey only Custom Render of Survey Elements | JS Survey and Form Library Example for Angular (surveyjs.io)

Sample code

Code
creator: SurveyCreatorModel; this.creator = new SurveyCreatorModel(); this.creator.onAfterRenderQuestion.add() //is not working this.creator.onAfterRenderPage.add() //is not working

Clipboard-File-1.png

Could you please share with example for angular?

Answers approved by surveyjs Support

created 2 years ago

Hello,
These events are in survey model instance and not in Creator model instance.
You may need a different approach. What are you trying to implement?

Thank you,
Andrew
SurveyJS Team

    Show previous comments (1)

      Hi Andrew, Thanks for the quick response.

      Can we add tooltip popup in survey creator as well? similar to below example. Could you please confirm?
      Custom Render of Survey Elements | JS Survey and Form Library Example for Angular (surveyjs.io)
      Clipboard-File-1.png

        Hello,
        What do you mean about tooltip popup?
        Action has title property that you can setup and it will be shown as tooltip.

        Thank you,
        Andrew
        SurveyJS Team

          Sure, it is your code on action click. You can show what ever you want.

          Thank you,
          Andrew
          SurveyJS Team