Subinformation (SP-Tag)
Name
<sp:subinformation> - Subinformation-Tag
Syntax
<sp:subinformation></sp:subinformation>
Beschreibung
Dieser Tag dient zur Gruppierung weiterer SP-Tags. Dadurch werden mehrere Information in einer sog. Subinformation zusammengefasst. Durch Angabe eines optionalen Typs können außerdem noch bestimmte Objekte angelegt werden. So werden z.B. CalendarInformation-Objekte in Templates unter Verwendung dieses Tags beschrieben.
Attribute
Name | Type | Required | Default | ab IES Version |
---|---|---|---|---|
name
|
Variable | Ja | None | 1 |
type
|
Text | Nein | None | 2.0.3 |
name
- Name der Subinformation.
type
- Optionale Angabe eines Typs. Dieser Tag erzeugt standardmäßig [[SubinformationVO|Subinformation-Objkete], kann aber auch bestimmte andere Datentypen erstellen. So kann über den Typ
calendar
ein [[CalendarInformationVO|CalendarInformation-Object] angelegt werden.
Beispiele
Erstellung eines CalendarInformation
Template Quelltext
xxx
Ausgabe
xxx
Gruppierung von Textfeldern
Template Quelltext
<sp:subinformation name="sp_textblock">
<sp:text name="sp_text_a"/><br>
<sp:text name="sp_text_b"/><br>
</sp:subinformation>
Ausgabe
<sp:print name="sp:textblock.sp_text_a"/> - <sp:print name="sp:textblock.sp_text_b"/>