<we:userInput type="select">
Since version: 2.2.0.0 | Requires endtag: no
Description
This tag is used to generate an HTML select box for front end input.
Specific
This tag may only be used between the start and end of <we:form type="document"> or <we:form type="object"> tags.
Attributes
type
Default value: - | since version: - | required: yes
Allowed values:
- select
name
Default value: - | since version: 2.2.0.0 | required: yes
Set this attribute to a unique name within the webEdition document.
property
Default value: - | since version: 2.2.0.0 | required: no
Set this attribute to "true" to refer to a property of the webEdition document/object. Otherwise the tag refers to the webEdition document/object fields defined in the template/class. Some possible properties of a webEditon document are: DocType, Category, IsSearchable, Extension, Published, IsDynamic, ParentID, ParentPath, Text, Filename, Path, CreationDate, ModDate, Owners, OwnersReadOnly, CreatorID, ModifierID, RestrictOwners.
Allowed values:
- true
- false
editable
Default value: - | since version: 2.2.0.0 | required: no
Set this attribute to "true" to generate an editable field. Set it to "false" to display a value which is not editable.
Allowed values:
- true
- false
size
Default value: - | since version: 2.2.0.0 | required: no
Set this attribute to the desired size of the single-line input field.
value
Default value: - | since version: 2.2.0.0 | required: no
Set this attribute to a default value.
values
Default value: - | since version: 2.2.0.0 | required: no
Set this attribute to a comma seperated list of entries that will 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 appearance 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. Using this attribute you can define the appearance of the link without defining a stylesheet.
Syntax
<we:userInput type="select" name="attribute" [property="true|false"] [editable="true|false"] [size="attribute"] [value="attribute"] [values="attribute"] [class="attribute"] [style="attribute"] />