| 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 = ""
)
Public Shared Function RadioButton (
SelectedFieldValue As String,
FieldName As String,
FieldValue As String,
Optional jsScript As String = ""
) As String
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