DhRadioButton.setSubmitValue

Overview | Methods | This Package | All Packages

DhRadioButton.setSubmitValue

Sets the submit value for this radio button.

Syntax

public void setSubmitValue( String strValue )

Parameters

strValue

The submit value. This name is used during HTTP form submission as the HTML VALUE attribute.

Remarks

DhRadioButtons within the same group are mutually exclusive; that is, only one can be selected at a given time. Additionally, group names are used for HTTP form submission. This property represents the HTML VALUE attribute.

See Also   getSubmitValue