Skip to content

Commit 1aa3c48

Browse files
Update README.md
1 parent d44f621 commit 1aa3c48

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ PostBackOptions.AutoSetSubmitOnClick = true;
2828
PostBackOptions.SendDataOnlyByPostMethod = false;
2929
PostBackOptions.WebFormsTagsBackgroundColor = "#eee";
3030
PostBackOptions.SetResponseInsideDivTag = true;
31+
PostBackOptions.ProgressBarStyle = "width:100%;min-width:300px;max-width:600px;background-color:#eee;margin:2px 0px";
32+
PostBackOptions.ProgressBarPercentLoadedStyle = "position:absolute;padding:0px 4px;line-height:22px";
33+
PostBackOptions.ProgressBarValueStyle = "height:20px;background-color:#4D93DD;width:0%";
3134
```
3235
WebFormsJS options:
3336

@@ -38,6 +41,9 @@ WebFormsJS options:
3841
- SendDataOnlyByPostMethod: Enabling this option causes the data to be sent with the Post method; Therefore, the form method is ignored.
3942
- WebFormsTagsBackgroundColor: Before rendering the web-forms tags, it gives a default color to their background to improve the user experience.
4043
- SetResponseInsideDivTag: Enabling this option determines whether the server response will be placed inside the div tag or not.
44+
- ProgressBarStyle: Styles for progress bar
45+
- ProgressBarPercentLoadedStyle: Styles for percentage and text size for progress bar
46+
- ProgressBarValueStyle: Styles for uploading animation for progress bar
4147

4248
## Action Controls
4349

0 commit comments

Comments
 (0)