Wählen Sie Ihre Sprache:

<we:sessionField type="select">

Since version: - | Requires endtag: no | Required modules: customer

Description

This tag is used to generate an HTML select box 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:

  • select

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.


value

Default value: - | since version: - | required: no

Set this attribute to the default content of the field.


values

Default value: - | since version: - | required: no

Set this attribute to a comma separated list of the values that the select box should contain.


Syntax

<we:sessionField type="select" name="attribute" [size="attribute"] [value="attribute"] [values="attribute"] />