Skip to content

Commit 75673df

Browse files
Update README.md
1 parent b271507 commit 75673df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ PostBackOptions.ConnectionErrorMessage = "Connection Error";
2727
PostBackOptions.AutoSetSubmitOnClick = true;
2828
PostBackOptions.SendDataOnlyByPostMethod = false;
2929
PostBackOptions.ResponseLocation = document.body;
30+
PostBackOptions.WebFormsTagsBackgroundColor = "#eee";
31+
PostBackOptions.SetResponseInsideDivTag = true;
3032
```
3133
WebFormsJS options:
3234

@@ -36,6 +38,8 @@ WebFormsJS options:
3638
- AutoSetSubmitOnClick: Enabling this option makes submit type inputs automatically send data through WebFormsJS.
3739
- SendDataOnlyByPostMethod: Enabling this option causes the data to be sent with the Post method; Therefore, the form method is ignored.
3840
- ResponseLocation: When there is no action control, it specifies the location of the server's responses.
41+
- WebFormsTagsBackgroundColor: Before rendering the web-forms tags, it gives a default color to their background to improve the user experience.
42+
- SetResponseInsideDivTag: Enabling this option determines whether the server response will be placed inside the div tag or not.
3943

4044
## Action Controls
4145

0 commit comments

Comments
 (0)