User Manual

Table Of Contents
Graphics Builder
Pane tools
5
A6V11604297_en--_g
105 | 195
Attribute
Description
Disabled
Disable the component
Switch OFF to enable the component. Switch ON to disable the component.
Default: OFF
Form
Form ID
The ID attribute of a <form> element in the same document.
Default: Field is blank
Formaction
URL for sending form data
Only valid when the Type attribute is set to submit. Specifies a URL for sending the form data when a form is
submitted.
Default: Field is blank
Formenctype
Form data encoding
Only valid when the Type attribute is set to submit. Specifies how form-data should be encoded before sending it
to a server. Options are:
application/x-www-form-urlencoded (Default)
multipart/form-data
text/plain