View | Details | Raw Unified | Return to bug 62482
Collapse All | Expand All

(-)xdocs/usermanual/component_reference.xml (-2 / +2 lines)
Lines 2344-2353 Link Here
2344
2344
2345
<properties>
2345
<properties>
2346
        <property name="Name" required="No">Descriptive name for this controller that is shown in the tree.</property>
2346
        <property name="Name" required="No">Descriptive name for this controller that is shown in the tree.</property>
2347
        <property name="Input variable prefix" required="Yes">Prefix for the variable names to be used as input.</property>
2347
        <property name="Input variable prefix" required="No">Prefix for the variable names to be used as input.</property>
2348
        <property name="Start index for loop" required="No">Start index (exclusive) for loop over variables (first element is at start index + 1)</property>
2348
        <property name="Start index for loop" required="No">Start index (exclusive) for loop over variables (first element is at start index + 1)</property>
2349
        <property name="End index for loop" required="No">End index (inclusive) for loop over variables</property>
2349
        <property name="End index for loop" required="No">End index (inclusive) for loop over variables</property>
2350
        <property name="Output variable" required="Yes">
2350
        <property name="Output variable" required="No">
2351
                The name of the variable which can be used in the loop for replacement in the samplers</property>
2351
                The name of the variable which can be used in the loop for replacement in the samplers</property>
2352
        <property required="Yes" name="Use Separator">If not checked, the "<code>_</code>" separator is omitted.</property>
2352
        <property required="Yes" name="Use Separator">If not checked, the "<code>_</code>" separator is omitted.</property>
2353
</properties>
2353
</properties>

Return to bug 62482