Skip to content

HTML5Range

This behavior pattern implements standard behavior for Range control.

Extends HTMLObject

Extends SeSSimulatedObject

Behavior Pattern: HTML5RangeBehavior

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

Property Detail

MaxValue

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

Type: number|boolean

Accessors: GetMaxValue

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

MinValue

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

Type: number|boolean

Accessors: GetMinValue

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