Wijmo UI for the Web
options type
Inheritance Hierarchy

Object
   jQuery.wijmo.wijprogressbar.options

Browser Compatibility
7
5
5
Fields
 NameDescription
public Fieldstatic (Shared in Visual Basic)animationDelay

Default value: 0

Gets or sets the delay time of the progress bar's animation in milliseconds. The default value of this option is "0".

 
public Fieldstatic (Shared in Visual Basic)animationOptions

The options parameter of the jQuery's animation.

 
public Fieldstatic (Shared in Visual Basic)change  
public Fieldstatic (Shared in Visual Basic)complete  
public Fieldstatic (Shared in Visual Basic)create  
public Fieldstatic (Shared in Visual Basic)disabled  
public Fieldstatic (Shared in Visual Basic)fillDirection

Default value: 'east'

The fill direction of the progress bar.the value should be "east", "west", "north" or "south".

 
public Fieldstatic (Shared in Visual Basic)indicatorImage

Default value: ""

The Url of the image's indicator.

 
public Fieldstatic (Shared in Visual Basic)indicatorIncrement

Default value: 1

The increment of the progress bar's indicator.

 
public Fieldstatic (Shared in Visual Basic)labelAlign

Default value: 'center'

The label's alignment on the progress bar. The value should be "east", "west", "center", "north", "south" or "running".

 
public Fieldstatic (Shared in Visual Basic)labelFormatString

Default value: 'undefined%'

Sets the format of the label text.

 
public Fieldstatic (Shared in Visual Basic)max  
public Fieldstatic (Shared in Visual Basic)maxValue

Default value: 100

The value of the progress bar,the type should be numeric.

 
public Fieldstatic (Shared in Visual Basic)minValue

Default value: 0

The minimum value of the progress bar,the type should be numeric.

 
public Fieldstatic (Shared in Visual Basic)toolTipFormatString

Default value: 'undefined%'

Set the format of the ToolTip of the progress bar,the expression of the format like the labelFormatString. ,'undefined%').

 
public Fieldstatic (Shared in Visual Basic)value

Default value: 0

The value of the progressbar.

 
Top
Events
 NameDescription
public EventbeforeProgressChanging

The event that raises before the ProgressBar runs. The parameters are an object:

{oldValue:xxx,newValue:xxx}

Return "false" to prevent the ProgressBar from running.

 
public EventprogressChanged

The event that raises when the ProgressBar changes. The parameter is an object:

{oldValue:xxx,newValue:xxx}
 
public EventprogressChanging

The event that raises upon running the ProgressBar. The parameter is an object:

{oldValue:xxx,newValue:xxx}. 

Return "false" to stop the ProgressBar from running, and to cancel the event.

 
Top
See Also

Reference

jQuery.wijmo.wijprogressbar Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.