Event::getByID
Aus iTrack
(Unterschied zwischen Versionen)
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) |
||
| Zeile 36: | Zeile 36: | ||
{| class="parameter" | {| class="parameter" | ||
|+Übersicht | |+Übersicht | ||
| + | !Bedeutung | ||
| + | |Einbindung von CSS | ||
| + | |- | ||
!Verwendung | !Verwendung | ||
|optional | |optional | ||
| Zeile 48: | Zeile 51: | ||
|<code>1</code> | |<code>1</code> | ||
|} | |} | ||
| − | + | <div> | |
| − | + | ||
Folgende Konstanten stehen zur Verfügung: | Folgende Konstanten stehen zur Verfügung: | ||
*<code>0</code><br />Ausgabe ohne CSS | *<code>0</code><br />Ausgabe ohne CSS | ||
*<code>1</code><br />Ausgabe mit CSS | *<code>1</code><br />Ausgabe mit CSS | ||
| + | </div> | ||
====display==== | ====display==== | ||
{| class="parameter" | {| class="parameter" | ||
|+Übersicht | |+Übersicht | ||
| + | !Bedeutung | ||
| + | |Darstellungsmodus | ||
| + | |- | ||
!Verwendung | !Verwendung | ||
|optional | |optional | ||
| Zeile 69: | Zeile 75: | ||
|<code>EVT_COMPLETE</code> | |<code>EVT_COMPLETE</code> | ||
|} | |} | ||
| − | + | <div> | |
| − | + | ||
Folgende Konstanten stehen zur Verfügung: | Folgende Konstanten stehen zur Verfügung: | ||
*<code>EVT_SHORT</code><br />kurze Darstellung | *<code>EVT_SHORT</code><br />kurze Darstellung | ||
*<code>EVT_SUMMARY</code><br />kurze Darstellung mit Zusammenfassung | *<code>EVT_SUMMARY</code><br />kurze Darstellung mit Zusammenfassung | ||
*<code>EVT_COMPLETE</code><br />komplette Darstellung | *<code>EVT_COMPLETE</code><br />komplette Darstellung | ||
| + | </div> | ||
====file==== | ====file==== | ||
{| class="parameter" | {| class="parameter" | ||
|+Übersicht | |+Übersicht | ||
| + | !Bedeutung | ||
| + | |Pfad zur Masterdatei | ||
| + | |- | ||
!Verwendung | !Verwendung | ||
|optional | |optional | ||
| Zeile 91: | Zeile 100: | ||
|<code>null</code> | |<code>null</code> | ||
|} | |} | ||
| − | + | <div> | |
| − | + | ||
Es sind absolute sowie relative Pfadangaben möglich. | Es sind absolute sowie relative Pfadangaben möglich. | ||
| + | </div> | ||
====id==== | ====id==== | ||
{| class="parameter" | {| class="parameter" | ||
|+Übersicht | |+Übersicht | ||
| + | !Bedeutung | ||
| + | |Event-ID | ||
| + | |- | ||
!Verwendung | !Verwendung | ||
|erforderlich | |erforderlich | ||
| Zeile 110: | Zeile 122: | ||
|<code>0</code> | |<code>0</code> | ||
|} | |} | ||
| − | + | <div> | |
| − | + | ||
Die ID des Events finden Sie in der Übersicht des Events im [[Verwaltung|Verwaltungsbereich]]. | Die ID des Events finden Sie in der Übersicht des Events im [[Verwaltung|Verwaltungsbereich]]. | ||
| + | </div> | ||
[[Category:Webmaster]] | [[Category:Webmaster]] | ||
[[Category:Module]] | [[Category:Module]] | ||
[[Category:Events]] | [[Category:Events]] | ||
Version vom 11. März 2007, 19:39 Uhr
| Modul | Event |
|---|---|
| Name | getById
|
| URL | http://lib.itrack.de/event/?getById
|
| HTML-TAG | DIV
|
| HTML-ID | — |
| HTML-Klasse | .event
|
| Technik | CSS |
| Parameter | css
|
Ausgabe eines Events anhand der Event-ID
Inhaltsverzeichnis |
Technik
HTML-Struktur
CSS-Definitionen
Parameter
css
| Bedeutung | Einbindung von CSS |
|---|---|
| Verwendung | optional |
| Typ | Integer |
| Werte | 0
|
| Standard | 1
|
Folgende Konstanten stehen zur Verfügung:
0
Ausgabe ohne CSS1
Ausgabe mit CSS
display
| Bedeutung | Darstellungsmodus |
|---|---|
| Verwendung | optional |
| Typ | Integer |
| Werte | EVT_SHORT
|
| Standard | EVT_COMPLETE
|
Folgende Konstanten stehen zur Verfügung:
EVT_SHORT
kurze DarstellungEVT_SUMMARY
kurze Darstellung mit ZusammenfassungEVT_COMPLETE
komplette Darstellung
file
| Bedeutung | Pfad zur Masterdatei |
|---|---|
| Verwendung | optional |
| Typ | String |
| Werte | gültige URL-Zeichen |
| Standard | null
|
Es sind absolute sowie relative Pfadangaben möglich.
id
| Bedeutung | Event-ID |
|---|---|
| Verwendung | erforderlich |
| Typ | Integer |
| Typ | pos. Zahlen |
| Standard | 0
|
Die ID des Events finden Sie in der Übersicht des Events im Verwaltungsbereich.