|
iteration_default |
Top Previous Next |
|
Description:
Pre-Select Iteration
Syntax:
Integer: 1..x; value x depending on parameter "iteration" The value defines the item position in the Dropdown box
Notes:
This parameter must be used with "iteration". Please refer to "iteration".
Example:
<param name="iteration" value="1,2,3,5,10,15"> <param name="iteration_default" value="5">
When you launch SpeedCheck, you will see 10 is being selected by default (position #5 in Dropdown list):
|