From fa6caf40ce10cf5931ef40928a4bb499f79cd70e Mon Sep 17 00:00:00 2001 From: Jane Date: Wed, 29 Nov 2023 14:42:50 +0300 Subject: [PATCH] The onGetTitleTagName event - Link Demo --- src/survey.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/survey.ts b/src/survey.ts index 1c6df879e1..ae356495ed 100644 --- a/src/survey.ts +++ b/src/survey.ts @@ -397,6 +397,8 @@ export class SurveyModel extends SurveyElementCore * For information on event handler parameters, refer to descriptions within the interface. * * If you want to specify heading levels for all titles, use the [`titleTags`](https://surveyjs.io/form-library/documentation/api-reference/settings#titleTags) object in [global settings](https://surveyjs.io/form-library/documentation/api-reference/settings). + * + * [View Demo](https://surveyjs.io/form-library/examples/survey-titletagnames/ (linkStyle)) * @see onGetQuestionTitle * @see onGetQuestionNo */