Class wwWebProgressBar

The progress bar control provides a consistent mechanism for displaying progress information in a Web page.

The control provides both client side and server side functionality for updating the progress display and loads an internal wwWebAjax control that can be used to make Page callbacks to server page methods to provide progress information.

wwWebControl wwWebProgressBar

Class Members

MemberDescription
ShowProgress Wrapper method that sets Percent and Message properties.
o.ShowProgress(lnPercent, lcMessage)
Ajax Instance of the wwWebAjax control used for callbacks. This object can be referenced on the client via: **_Ajax** So if the Progress control is called progress you'd get: Prorgress_Ajax which can…
AllowedPageMethods Methods that are allowed on the embedded wwWebAjax controls
BarCssClass Css class used to display the percentage bar
BarFontSize The size of the font used to display the percentage
BarHeight The height of the bar
Center determines if the control is centered
CenterText determines whether the Message text is centered in the progress display
CssClass The CSS Class used for the display
DisplayText Determines whether the control displays the text message above the bar
Percent Percentage to display on the control
Text Message to display above the control
TextCssClass The CSS class used for the message

Assembly: webcontrolsextended.prg



© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic