File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ PostBackOptions.AutoSetSubmitOnClick = true;
2828PostBackOptions .SendDataOnlyByPostMethod = false ;
2929PostBackOptions .WebFormsTagsBackgroundColor = " #eee" ;
3030PostBackOptions .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```
3235WebFormsJS 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
You can’t perform that action at this time.
0 commit comments