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;
26
26
PostBackOptions .ConnectionErrorMessage = " Connection Error" ;
27
27
PostBackOptions .AutoSetSubmitOnClick = true ;
28
28
PostBackOptions .SendDataOnlyByPostMethod = false ;
29
- PostBackOptions .ResponseLocation = document .body ;
30
29
PostBackOptions .WebFormsTagsBackgroundColor = " #eee" ;
31
30
PostBackOptions .SetResponseInsideDivTag = true ;
32
31
```
@@ -37,7 +36,6 @@ WebFormsJS options:
37
36
- ConnectionErrorMessage: The text to display when an error occurs.
38
37
- AutoSetSubmitOnClick: Enabling this option makes submit type inputs automatically send data through WebFormsJS.
39
38
- 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.
41
39
- WebFormsTagsBackgroundColor: Before rendering the web-forms tags, it gives a default color to their background to improve the user experience.
42
40
- SetResponseInsideDivTag: Enabling this option determines whether the server response will be placed inside the div tag or not.
43
41
You can’t perform that action at this time.
0 commit comments