<we:sessionField type="textinput">
Since version: - | Requires endtag: no | Required modules: customer
Description
This tag is used to generate a single-line input field 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:
- textinput
name
Default value: - | since version: - | required: yes
Set this Attribute to the name of the session field.
size
Default value: - | since version: - | required: no
Set this attribute to the desired size of the input field.
maxlength
Default value: - | since version: - | required: no
Set this attribute to the maximum length allowed to be entered into the field.
value
Default value: - | since version: - | required: no
Set this attribute to the default content of the field.
Syntax
<we:sessionField type="textinput" name="attribute" [size="attribute"] [maxlength="attribute"] [value="attribute"] />