Range
Overview
The Range control allows numeric input based on a pre-determined range.
Example
In the following example, the Range control is used to select the number of participants, which can range from 0 to 100 with a step size of 5.
XML
<Range caption="ids.range" head="true" hi="100" lo="0" name="range" step="5" value="numberOfParticipants"/>
More details
More information about specific properties for the Range Control can be found in the Model Description Language Reference.