<we:form type="shopliste">
Since version: - | Requires endtag: yes
Description
This tag is used to create a form in which the number of items to be purchased can be entered/modified.
Attributes
type
Default value: - | since version: - | required: yes
Allowed values:
- shopliste
id
Default value: - | since version: 2.2.0.0 | required: no
Set this attribute to the ID of the target webEdition document to which the form data is sent. Setting this attribute to "self" or not setting it at all will cause the form data to be sent to the current webEdition document.
method
Default value: - | since version: - | required: no
Set this attribute to the HTTP transfer method. Valid parameters are "GET" and "POST".
Allowed values:
- get
- post
target
Default value: - | since version: - | required: no
Set this attribute to the name of the window or frame in which the link should open.
Allowed values:
- _top
- _parent
- _self
- _blank
Syntax
<we:form type="shopliste" [id="attribute"] [method="get|post"] [target="_top|_parent|_self|_blank"]> ... </we:form>