De:TSref/cObject
From TYPO3Wiki
| TSref cObject |
|
||||
TypoScript (Liste TypoScript)
cObject steht für content Object, also Inhaltsobjekte.
Einleitung: http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/3/1/
Weitere Informationen dazu: http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/1/
Contents |
[edit] Referenzen auf ein Objekt
Wenn ein Objekt referenziert wird (in der Regel mit ->[objectname]) dann ist die Eigenschaft ein Objekt mit den bekannten Eigenschaften. Der Objekttyp muss nicht mehr explizit definiert werden.
[edit] Berechnungsfunktion (+calc)
Wenn bei einem Datentyp +calc als Datentyp benannt ist, dann kann der Wert mit mathematischen Funktionen berechnet werden (+-/*). Allerdings wird "Punkt-vor-Strichrechnung" nicht beachtet sondern von links nach rechts ausgewertet.
Beispiel: 1+2 * 3 = 9 # (1+2)*3 = 9
[edit] .../stdWrap
Wenn ein Parameter als "type/stdWrap" definiert ist, dann wird die stdWrap Funktion auf den Parameter angewendet.
#Beispiel: #pixels /stdWrap #Der Wert 300 wird von dem Inhalt des Feldes imagewidth überschrieben .pixels = 300 .pixels.field = imagewidth .pixels.intval = 1 #In diesem Beispiel wird der Wert aus dem Feld imagewidth importiert #und zur Sicherheit durch die Funktion intval() geparst.
[edit] optionSplit:
De:TSref/optionSplit TSref/optionSplit http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/3/1/
[edit] Eine Liste von Content Objekten:
- HTML HTML-Objekte, für einfache Texte usw. mit stdWrap Funktionalität, benötigt einen Inhalt .value
- TEXT TEXT-Objekte, benötigt keine Inhalt kann nur via stdWrap gefüllt werden.
- COBJ_ARRAY; COA; COA_INT : Content-Object-Array, ein Array das mehrere Content-Objekte aufnehmen kann. http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/4/
- FILE http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/5/
- IMAGE http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/6/
- IMG_RESOURCE http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/7/
- CLEARGIF http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/8/
- CONTENT http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/9/
- RECORDS http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/10/
- HMENU http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/11/
- CTABLE http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/12/
- OTABLE http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/13/
- COLUMNS http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/14/
- HRULER http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/15/
- IMGTEXT http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/16/
- CASE http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/17/
- LOAD_REGISTER http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/18/
- RESTORE_REGISTER http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/19/
- FORM http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/20/
- SEARCHRESULT http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/21/
- USER und USER_INT http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/22/
- PHP_SCRIPT http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/23/
- PHP_SCRIPT_INT http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/24/
- PHP_SCRIPT_EXT http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/25/
- TEMPLATE http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/26/
- MULTIMEDIA http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/27/
- EDITPANEL http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/28/
