Documentation
IntervalBox (deprecated)
As of 5.0 the IntervalBox is deprecated and will be removed at a future date. The NumberSpinner supports the
parameter suffix and thus offers all functions of the IntervalBox. Therefore the parameters of the IntervalBox cannot be changed.
Creates an IntervalBox which has a number input field, which has a label/unit behind the input field.
If created in the "elements" area, the IntervalBox sets a property to the entered numerical value when adopted.
The parameter "name" defines which property is set.
Parameters
Parameter | Description |
---|---|
caption | Visible label/unit behind the input field |
type | IntervalBox |
name (optional) | Name of the interval box/the property to be set |
Example
{"type": "IntervalBox", "name": "CacheInterval", "caption": "Seconds" }