wwResponse::FormRadio

Create a Radio Button HTML Form Field.

o.formradio(lcName, lcValue, lcText, llSelected, lcCustomTags, llNoOutput)

Return Value

"" or HTML if llNoOutput = .T.

Parameters

lcName
Name of the field to be created

lcValue
The value when it is selected.

lcText
The text of the radio button label.

llSelected
Selection flag - set .t. to select.

lcCustomTags
Custom HTML Attributes

llNoOutput
return as string


See also:

Class wwResponse

© West Wind Technologies, 1996-2022 • Updated: 09/09/01
Comment or report problem with topic