-
Templates
-
Customization
-
Customize the Survey Creator UI
-
Custom UI Configuration
-
UI Localization
-
Create a Multilingual Form
-
Toolbox Customization
-
Toolbox Categories
-
Hide a Category from the Property Grid
-
Add Custom Properties to the Property Grid
-
Remove Properties from the Property Grid
-
Property Dependencies
-
Modify new Question
-
Toolbar customization
-
Tabs customization
-
Runtime Toolbox Customization
-
Customize Property Editors
-
Create Custom Adorners
-
Manage Survey Header
-
Modify Designer and Test Surveys
-
Manage Image Uploads
-
-
Components
-
Custom Widgets
-
Load/Save Surveys
-
Appearance customization
-
No-code Editor for Domain Models
-
New functionality in Creator V2
Manage Survey Header
Loading...
Sorry, we can't retrieve the data from server. Please comeback later.
Use the following code to hide title, description and logo properties from the property grid. For Survey:
Survey.Serializer.findProperty("survey", "title").visible = false;
Survey.Serializer.findProperty("survey", "description").visible = false;
Survey.Serializer.findProperty("survey", "logo").visible = false;
For Page:
Survey.Serializer.findProperty("page", "title").visible = false;
Survey.Serializer.findProperty("page", "description").visible = false;
Use the following code to hide survey title from designer:
creator.allowEditSurveyTitle = false;
-
Templates
-
Customization
-
Customize the Survey Creator UI
-
Custom UI Configuration
-
UI Localization
-
Create a Multilingual Form
-
Toolbox Customization
-
Toolbox Categories
-
Hide a Category from the Property Grid
-
Add Custom Properties to the Property Grid
-
Remove Properties from the Property Grid
-
Property Dependencies
-
Modify new Question
-
Toolbar customization
-
Tabs customization
-
Runtime Toolbox Customization
-
Customize Property Editors
-
Create Custom Adorners
-
Manage Survey Header
-
Modify Designer and Test Surveys
-
Manage Image Uploads
-
-
Components
-
Custom Widgets
-
Load/Save Surveys
-
Appearance customization
-
No-code Editor for Domain Models
-
New functionality in Creator V2