ListItemInformation (Objekt)

Aus SiteparkWiki
Zur Navigation springen Zur Suche springen

Name

ListItemInformation - Objekt innerhalb einer ListInformation

Beschreibung

ListItemInformation Objekte sind die Listen-Elemente einer ListInformation.

Attribute

Attribut Type Beschreibung ab IES Version
id ID ID des Objektes 1
field Variable Variablenname des Objektes 1
root Article, Resource, Media Article, Resource oder Media dieses Objektes 1
parent ID ID des Objektes, in dem diese Information eingebettet ist. Dies kann ein Element, eine SubInformation oder eine ListItemInformation sein 1
isEmpty Boolean true, wenn das Objekt leer ist 1
all Collection <Information> Liefert eine Liste alle Unter-Informationen 1
flat Collection <Information> Liefert eine Liste aller Unter-Informationen ohne Struktierungs-Objekten wie ListInformations, ListItemInformations oder SubInformations 1
itemIndex Integer Liefert den Index des Listen-Elementes:
Beispiel:
<sp:set name="myId">101020300000001001-1015:sp_iterate[6]</sp:set>
<sp:print name="myId.id.listItem">

Die Ausgabe ist: 6

2.2.0.33