ListItemInformation (Objekt): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K (Hob den Schutz von „ListItemInformation (Objekt)“ auf) |
Hying (Diskussion | Beiträge) K (→Attribute) |
||
Zeile 44: | Zeile 44: | ||
| Liefert eine Liste aller Unter-Informationen ohne Struktierungs-Objekten wie [[ListInformation|ListInformations]], [[ListItemInformation|ListItemInformations]] oder [[SubInformation|SubInformations]] | | Liefert eine Liste aller Unter-Informationen ohne Struktierungs-Objekten wie [[ListInformation|ListInformations]], [[ListItemInformation|ListItemInformations]] oder [[SubInformation|SubInformations]] | ||
| 1 | | 1 | ||
+ | |- | ||
+ | | itemIndex | ||
+ | | Integer | ||
+ | | Liefert den Index des Listen-Elementes:<br>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 | ||
|} | |} | ||
Version vom 22. Juni 2011, 08:53 Uhr
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 |