wwResponse::FormButton

Creates a button HTML form element.

o.formbutton(lcName, lcCaption, lcType, lnWidth, lcCustomTags, llNoOutput)

"" or button text if llNoOutput = .t.

Parameters

lcName
Name of the button field.

lcCaption
The caption of the button text.

lcType
Button type. Default: SUBMIT. Others include Button.

lnWidth
Width of the button.

lcCustomTags
Any custom HTML attributes.

llNoOutput
If .t. output is not sent to Response object but returned as a string

See also

Class wwResponse

© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic