The SINGLESELECT Widget

The SINGLESELECT widget allows you to specify that the first column in a LIST should contain a radio button on each row. This widget functions in same way as the MULTISELECT widget, except you are limited to selecting a single item via radio buttons instead of check boxes. See The MULTISELECT Widget for further details.

Table 1. Parameters to the SINGLESELECT Widget

Parameter Name

Required

Description and Connections

SELECT_SOURCE

Yes

This parameter must include multiple CONNECT elements that must specify a SOURCE end-point.

The SOURCE end-point must be a list property containing the key data for the rows to be displayed.

SELECT_TARGET

Yes

This parameter must include one CONNECT element that must specify a TARGET end-point.

The TARGET end-point must be a string property containing the key data for selected row.

SELECT_INITIAL

No

This parameter must include one CONNECT element that must specify a SOURCE end-point.

The SOURCE end-point must be a string property containing the key data for the row that is initially checked when page is loaded.