|
Introduction
This command is used to feed inputs
of a variety of types into an object whose location is specified by the current sourceIndex.
Explanation
The IndexInputValue command provides support
for a variety of types of input objects
that eValid records from on a web application.
The parameters are as follows:
type
This must be given exactly as shown below (ALL CAPS). |
extra1
Usually taken from PageMap data. |
extra2
Must be as specified, or for SELECT-MULT a list of indexes to be selected. |
TEXT | property value assigned | must be blank: "" |
TEXTAREA | property value assigned | must be blank: "" |
BUTTON | property value assigned | must be blank: "" |
HIDDEN | property value assigned | must be blank: "" |
HIDDEN | property value assigned | must be blank: "" |
RADIO | property value assigned | The string "TRUE" or "FALSE" (Checked or not) |
CHECKBOX | property value assigned | The string "TRUE" or "FALSE" (Checked or not) |
SELECT-ONE | text of selected option | The selected index, e.g. "1" |
SELECT-MULT | Text of all selected options,
separated by ||'s.
Example: A||B||C||... |
Comma-separated list of selected indexes. The options are case sensitive. |
Examples