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: docs/customize-survey-creation-process.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -28,15 +28,15 @@ You can control the visibility of adorners using the [`onElementAllowOperations`
28
28
|`allowChangeInputType`| Shows or hides the adorner that changes the [`inputType`](https://surveyjs.io/form-library/documentation/api-reference/text-entry-question-model#inputType) property of Single-Line Input questions. |
29
29
|`allowCopy`| Shows or hides the adorner that duplicates the survey element. |
30
30
|`allowDelete`| Shows or hides the adorner that deletes the survey element. |
31
-
|`allowDragging`| Shows or hides the adorner that allows users to drag and drop survey elements. |
31
+
|`allowDrag`| Shows or hides the adorner that allows users to drag and drop survey elements. |
32
32
|`allowEdit`| Shows or hides the adorners that allow users to edit survey element properties on the design surface. If you disable this property, users can edit survey element properties only in the Property Grid. |
33
33
|`allowShowSettings`| Shows or hides the adorner that allow users to open the Property Grid for survey element configuration. |
34
34
35
35
The following code hides the "Change Type" adorner for Dropdown questions:
To configure the Survey Creator component, specify [its properties](https://surveyjs.io/survey-creator/documentation/api-reference/icreatoroptions) in a configuration object. In this tutorial, the object enables the following properties:
@@ -40,16 +40,16 @@ Survey Creator consists of two parts: `survey-creator-core` (platform-independen
40
40
41
41
To configure the Survey Creator component, specify [its properties](https://surveyjs.io/survey-creator/documentation/api-reference/icreatoroptions) in a configuration object. In this tutorial, the object enables the following properties:
To configure the Survey Creator component, specify [its properties](https://surveyjs.io/survey-creator/documentation/api-reference/icreatoroptions) in a configuration object. In this tutorial, the object enables the following properties:
0 commit comments