Translations
Info
All page names need to be in English.
en da  de  fr  it  ja  km  nl  ru  zh

De:TSref/tableStyle

From TYPO3Wiki
Jump to: navigation, search

TypoScript (Liste TypoScript)

tableStyle

Diese Funktion wird dafür verwendet ein table-Tag mit Eigenschaften zu versehen. Das durch diese Funktion erzeugte Table-Tag wird um den Inhalt gewrappt.

Eigenschaft Datentyp Kommentar Standardwert
align align /stdWrap
border int /stdWrap
cellspacing int /stdWrap
cellpadding int /stdWrap
color.field string Ein Feldname aus dem $cObj->data-array wird erwartet
color.default

color.1

color.2

string [default],[1],[2] = Benutzerdefiniert
params <TABLE>-parameter

[tsref:->tableStyle]

# Beispiel:
styles.content.tableStyle {
 align.field = text_align
 border.field = table_border
 cellspacing.field = table_cellspacing
 cellpadding = 1
 color.field = table_bgColor
 color.default = {$styles.content.tableStyle.color}
 color.1 = {$styles.content.tableStyle.color1}
 color.2 = {$styles.content.tableStyle.color2}
}
Go to: typo3.org    
Login, and you can edit.
Personal tools
Namespaces

Variants
Actions