Skip to main content
Skip table of contents

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.


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.