wwResponse::FormButton

Creates a button HTML form element.

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

Return Value

"" 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, 1996-2024 • Updated: 10/03/01
Comment or report problem with topic