<we:input type="select">
Since version: 1.5.2 | Requires endtag: no
Description
This tag is used to output the content of an object field of the type "select".
Attributes
type
Default value: - | since version: - | required: yes
Allowed values:
- select
name
Default value: - | since version: - | required: yes
Set this attribute to a unique name within the webEdition document.
values
Default value: - | since version: - | required: no
Set the entries of the drop-down menus, separated by " | ".
htmlspecialchars
Default value: false | since version: - | required: no
Using htmlspecialchars="true" will change all special chars into HTML entities ("&" is transformed to "&"). If htmspecialchars is "false" or not set, all special chars remain unchanged.
Allowed values:
- true
- false
cachelifetime
Default value: 0 | since version: 4.2.0.0 | required: no
With this attribute you define the validity of the Cache in seconds for this we:Tag. This attribute is used only if cache type defined in the template is we:Tag Cache or Cache is disabled.
Syntax
<we:input type="select" name="attribute" [values="attribute"] [htmlspecialchars="true|false"] [cachelifetime="attribute"] />