Skip to content

JQueryProgressbar

jQuery-UI JQuery Progress Bar.

Extends HTMLObject

Extends SeSSimulatedObject

Behavior Pattern: JQueryProgressbarBehavior

Property Summary

Property Description Getter Setter
MaxValue Maximum value of the object or 'false' if value can't be read. GetMaxValue
MinValue Minimum value of the object or 'false' if value can't be read. GetMinValue
Value Current value of the progress bar. GetValue

Property Detail

MaxValue

Maximum value of the object or 'false' if value can't be read.

Type: number

Accessors: GetMaxValue

value = SeS('SomeJQueryProgressbar').GetMaxValue()

MinValue

Minimum value of the object or 'false' if value can't be read.

Type: number

Accessors: GetMinValue

value = SeS('SomeJQueryProgressbar').GetMinValue()

Value

Current value of the progress bar.

Type: number

Accessors: GetValue

value = SeS('SomeJQueryProgressbar').GetValue()