File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ PostBackOptions.ConnectionErrorMessage = "Connection Error";
2727PostBackOptions .AutoSetSubmitOnClick = true ;
2828PostBackOptions .SendDataOnlyByPostMethod = false ;
2929PostBackOptions .ResponseLocation = document .body ;
30+ PostBackOptions .WebFormsTagsBackgroundColor = " #eee" ;
31+ PostBackOptions .SetResponseInsideDivTag = true ;
3032```
3133WebFormsJS 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
You can’t perform that action at this time.
0 commit comments