You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/survey-core/src/panel.ts
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1219,18 +1219,17 @@ export class PanelModelBase extends SurveyElement<Question>
1219
1219
/**
1220
1220
* Sets a title location relative to the input field for questions that belong to this panel/page.
1221
1221
*
1222
-
* Use this property to override the `questionTitleLocation` property specified for the survey. You can also set the `titleLocation` property for individual questions.
1222
+
* Use this property to override the [`questionTitleLocation`](https://surveyjs.io/form-library/documentation/api-reference/survey-data-model#questionTitleLocation) property specified for the survey or parent page. You can also set the [`titleLocation`](https://surveyjs.io/form-library/documentation/api-reference/question#titleLocation) property for individual questions.
1223
1223
*
1224
1224
* Possible values:
1225
1225
*
1226
-
* - `"default"` (default) - Inherits the setting from the `questionTitleLocation` property specified for the survey.
1226
+
* - `"default"` (default) - Inherits the setting from the `questionTitleLocation` property specified for the survey or parent page.
1227
1227
* - `"top"` - Displays the title above the input field.
1228
1228
* - `"bottom"` - Displays the title below the input field.
1229
1229
* - `"left"` - Displays the title to the left of the input field.
1230
1230
* - `"hidden"` - Hides the question title.
1231
1231
*
1232
1232
* > Certain question types (Matrix, Multiple Text) do not support the `"left"` value. For them, the `"top"` value is used.
0 commit comments