Click or drag to resize

StandardRadioButton Method

Renders a radio button.

Namespace:  Dynamicweb.News
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public static string RadioButton(
	string SelectedFieldValue,
	string FieldName,
	string FieldValue,
	string jsScript = ""
)

Parameters

SelectedFieldValue
Type: SystemString
The selected field value.
FieldName
Type: SystemString
Name of the field.
FieldValue
Type: SystemString
The field value.
jsScript (Optional)
Type: SystemString
The js script.

Return Value

Type: String
String with current source.
See Also