Event::getByID
Aus iTrack
(Unterschied zwischen Versionen)
Admin (Diskussion | Beiträge) (→look) |
Admin (Diskussion | Beiträge) |
||
Zeile 27: | Zeile 27: | ||
==Parameter== | ==Parameter== | ||
===id=== | ===id=== | ||
− | + | {| class="toc overview" | |
− | + | |+Übersicht | |
+ | !Typ | ||
+ | |notwendig | ||
+ | |- | ||
+ | !Wert | ||
+ | |Integer | ||
+ | |- | ||
+ | !Standard | ||
+ | |<code>null</code> | ||
+ | |} | ||
+ | Event-ID | ||
===look=== | ===look=== | ||
Zeile 42: | Zeile 52: | ||
|<code>COMPLETE</code> | |<code>COMPLETE</code> | ||
|} | |} | ||
+ | Darstellungsmodus | ||
Folgende Konstanten stehen zur Verfügung: | Folgende Konstanten stehen zur Verfügung: | ||
Zeile 49: | Zeile 60: | ||
===file=== | ===file=== | ||
− | + | {| class="toc overview" | |
− | + | |+Übersicht | |
− | + | !Typ | |
+ | |optional | ||
+ | |- | ||
+ | !Wert | ||
+ | |String | ||
+ | |- | ||
+ | !Standard | ||
+ | |<code>null</code> | ||
+ | |} | ||
+ | Pfad zur Masterdatei | ||
+ | |||
+ | Es sind absolute und relative Pfadangaben möglich. | ||
[[Category:Module]] | [[Category:Module]] | ||
[[Category:Events]] | [[Category:Events]] |
Version vom 11. Februar 2007, 13:38 Uhr
Ausgabe eines Events anhand der Event-ID
Modul | Event |
---|---|
Name | getById
|
URL | http://lib.itrack.de/event/?getById
|
Parameter | id
|
HTML-TAG | DIV
|
HTML-ID | #event
|
JS-Initialisierung | keine |
Parameter
id
Typ | notwendig |
---|---|
Wert | Integer |
Standard | null
|
Event-ID
look
Typ | optional |
---|---|
Wert | Integer |
Standard | COMPLETE
|
Darstellungsmodus
Folgende Konstanten stehen zur Verfügung:
SHORT
kurze DarstellungSUMMARY
kurze Darstellung mit ZusammenfassungCOMPLETE
komplette Darstellung
file
Typ | optional |
---|---|
Wert | String |
Standard | null
|
Pfad zur Masterdatei
Es sind absolute und relative Pfadangaben möglich.