SC Forms
Examples
Generating Date Field
Date Field
Generating Time Field
Time Field
Generating a Text Area
Text Area
Generating a Text Field
Text Field
Generating a Select
In this example, a select is created and we set the default value to 3.
Select
Generating a Spinner
In this example, a spinner is created with the following characteristic:
- Min Value: 5
- Max Value: 10
- Step Value: 0.5
- Default Value: 8
Spinner
Generating a Slider
In this example, a slider is created with the following characteristic:
- Min Value: 1
- Max Value: 5
- Default Value: 3
Slider
Labels:
None