<we:select>
Since version: - | Requires endtag: yes
Description
This tag is used to display a set of options, one of which may be selected via a select box, when in Edit mode. The selected option is then displayed in the final webEdition document. To set the options, use normal HTML options tags.
Attributes
name
Default value: - | since version: - | required: yes
Set this attribute to the name of the field. This name should be unique within the template.
size
Default value: - | since version: - | required: no
Set this attribute to the number of lines that the select box should have.
reload
Default value: - | since version: 3.1.0.0 | required: no
Set this attribute to "true" to perform a reload of the web page after the selection. Setting this attribute to "false" or not setting it results in no reload be performed after the selection was made.
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:select name="attribute" [size="attribute"] [reload="true|false"] [cachelifetime="attribute"]> ... </we:select>