HTML5Number¶
This behavior pattern implements standard behavior for Number (SpinEdit) control.
Extends HTMLObject
Extends SeSSimulatedObject
Behavior Pattern: HTML5NumberBehavior
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('SomeHTML5Number').GetMaxValue()
MinValue¶
Minimum value of the object or 'false' if value can't be read.
Type: number|boolean
Accessors: GetMinValue
value = SeS('SomeHTML5Number').GetMinValue()