Wählen Sie Ihre Sprache:

<we:object>

Since version: - | Requires endtag: yes | Required modules: DB/Object Module

Description

The <we:object> tag is used to display objects. The fields of an object can be displayed with <we:field> tags within the start tag and end tag. If just the attribute "name" for an object is set or has a value, the object selector will be displayed in the edit mode and the editor has the option to select all objects from all classes. If in addition the attribute "classid" has a value, the selection in the object selector will be reduced to all objects related to the class defined in "classid". With the attribute "id" you can define a preselection of a specific object defined by "classid" and "id". The attribute "triggerid" is used to display dynamic documents in a static object listview.

Attributes

name

Default value: - | since version: - | required: no

Set this attribute to a unique name within the webEdition document.


text

Default value: - | since version: - | required: no


classid

Default value: - | since version: - | required: no

Set this attribute to the ID of the class of which objects are to be displayed.


id

Default value: - | since version: - | required: no

Set this attribute to the ID of the object of which the field content is to be displayed.


size

Default value: - | since version: - | required: no

Set this attribute to a value defining the width of the input field.


triggerid

Default value: - | since version: - | required: no

Set this attribute to the ID of the dynamically saved webEdition document to display the object if linked by <we:field name="Fieldname" hyperlink="on"/>. The display of the object depends on the directory in which the webEdition document was saved.


Syntax

<we:object [name="attribute"] [text="attribute"] [classid="attribute"] [id="attribute"] [size="attribute"] [triggerid="attribute"]> ... </we:object>