Wählen Sie Ihre Sprache:

<we:subscribe type="title">

Since version: 2.2.0.0 | Requires endtag: no | Required modules: newsletter

Description

This tag is used to add either a single-line input or a drop-down menu to a webEdition document. These fields are used to subscribe to a newsletter. Use either a single-line input or a drop-down menu to enter or select the title of the person. This tag is used to allow the user to select or enter his or her title.

Attributes

type

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

Allowed values:

  • title (required module: Newsletter Module)

size

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

Set this attribute to the desired size of the input field.


maxlength

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

Set this attribute to the maximum length allowed to be entered into the field.


value

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

Set this attribute to the default content of the field.


values

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

Set the value of this attribute to a comma seperated list of entries that should appear in the drop-down menu.


class

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

Set this attribute to the name of the style you want to use as defined in a CSS-Stylesheet. This attribute is used to define the apperance of the link.


style

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

Set the value of this attribute to one or more CSS-sytle definitions.


onchange

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

Set this attribute to the name of a JavaScript function which is triggered when the content of this field is changed or edited.


Syntax

<we:subscribe type="title" [size="attribute"] [maxlength="attribute"] [value="attribute"] [values="attribute"] [class="attribute"] [style="attribute"] [onchange="attribute"] />