Since version: 2.2.0.0 | Requires endtag: no
Description
This tag is used to produce a value in a hidden field.
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:
- hidden
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
Syntax
<we:userInput type="hidden" name="attribute" [property="true|false"] />