Wählen Sie Ihre Sprache:

<we:sessionField type="radio">

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

Description

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

  • radio

name

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

Set this Attribute to the name of the session field.


checked

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

If you set this attribute to "true", the checkbox will be activated (checked) by default. If you set this attribute to "false" or do not set it at all, webEdtion will leave the checkbox unchecked by default.

Allowed values:

  • true
  • false

value

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

Set this attribute to the default content of the field.


Syntax

<we:sessionField type="radio" name="attribute" [checked="true|false"] [value="attribute"] />