Skip to content

Commit 08c534e

Browse files
Update README.md
1 parent 76bb449 commit 08c534e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ PostBackOptions.UseConnectionErrorMessage = true;
2626
PostBackOptions.ConnectionErrorMessage = "Connection Error";
2727
PostBackOptions.AutoSetSubmitOnClick = true;
2828
PostBackOptions.SendDataOnlyByPostMethod = false;
29-
PostBackOptions.ResponseLocation = document.body;
3029
PostBackOptions.WebFormsTagsBackgroundColor = "#eee";
3130
PostBackOptions.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

0 commit comments

Comments
 (0)