User Manual

Table Of Contents
Graphics Builder
Pane tools
5
106 | 195
A6V11604297_en--_g
Formmethod
HTTP method for sending form data
Only valid when the Type attribute is set to submit. Specifies how to send the form-data. Options are:
get (Default)
post
Formnovalidate
Validate form data on submission
Only valid when the Type attribute is set to submit. Switch OFF if the form data should not be validated. Switch
ON if form data should be validated.
Default: OFF
Formtarget
Form target
Only valid when the Type attribute is set to submit. Specifies where to display the response after submitting the
form. Options are:
_blank (Default)
_self
_parent
_top
framename
Name
Name of the BUTTON component
Not supported in HTML5.
Default: Button
Label
Text displayed on the BUTTON component
Default: Submit
Type
Button type
Specifies the type of button. Options are:
button, a clickable button
reset, resets the form data to initial values
submit, submits form data
Default: No selection
Value
Initial value
Specifies an initial value for the button in a form.
Default: Field is blank