<we:sessionField type="textarea">
Since version: - | Requires endtag: no | Required modules: customer
Description
This tag is used to generate a multi-line inputfield in a webEdition document. This tag is used to display and modify the value of a session field.
Attributes
type
Default value: - | since version: - | required: yes
Allowed values:
- textarea
name
Default value: - | since version: - | required: yes
Set this Attribute to the name of the session field.
rows
Default value: - | since version: - | required: no
Set this attribute to the number of rows that the multi-line input should have.
cols
Default value: - | since version: - | required: no
Set this attribute to the number of columns that the input field should have per line.
value
Default value: - | since version: - | required: no
Set this attribute to the default content of the field.
Syntax
<we:sessionField type="textarea" name="attribute" [rows="attribute"] [cols="attribute"] [value="attribute"] />