File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ PostBackOptions.UseConnectionErrorMessage = true;
2626PostBackOptions .ConnectionErrorMessage = " Connection Error" ;
2727PostBackOptions .AutoSetSubmitOnClick = true ;
2828PostBackOptions .SendDataOnlyByPostMethod = false ;
29- PostBackOptions .ResponseLocation = document .body ;
3029PostBackOptions .WebFormsTagsBackgroundColor = " #eee" ;
3130PostBackOptions .SetResponseInsideDivTag = true ;
3231```
@@ -37,7 +36,6 @@ WebFormsJS options:
3736- ConnectionErrorMessage: The text to display when an error occurs.
3837- AutoSetSubmitOnClick: Enabling this option makes submit type inputs automatically send data through WebFormsJS.
3938- SendDataOnlyByPostMethod: Enabling this option causes the data to be sent with the Post method; Therefore, the form method is ignored.
40- - ResponseLocation: When there is no action control, it specifies the location of the server's responses.
4139- WebFormsTagsBackgroundColor: Before rendering the web-forms tags, it gives a default color to their background to improve the user experience.
4240- SetResponseInsideDivTag: Enabling this option determines whether the server response will be placed inside the div tag or not.
4341
You can’t perform that action at this time.
0 commit comments