<we:subscribe type="htmlCheckbox">
Since version: 2.2.0.0 | Requires endtag: no | Required modules: newsletter
Description
This tag is used to add an HTML checkbox to a webEdition document so that a user wanting to subscribe to a newsletter can subscribe to receive the newsletter in HTML format.
Attributes
type
Default value: - | since version: - | required: yes
Allowed values:
- htmlCheckbox (required module: Newsletter Module)
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.
checked
Default value: - | since version: 2.2.0.0 | required: no
Set this attribute to "true" to generate a checkbox that is active as the default setting. Set this attribute to "false" or do not set it and the HTML checkbox will be inactive by default.
Allowed values:
- true
- false
Syntax
<we:subscribe type="htmlCheckbox" [class="attribute"] [style="attribute"] [checked="true|false"] />