Am 09.03.15 um 12:54 schrieb Patrick N:
Hallo Bernd,

nein, von Vererbung habe ich in Typo3 bisher noch nichts gehört. Dies
Kannte ich bisher nur aus diversen Programmiersprachen als C++ ... Aber
vielen Dank für den Ansatz

in Typoscript ist es recht einfach:

temp.mycontent < styles.content.get
temp.mycontent.slide = -1

bzgl. eigener neuer Spalten für BE-Layouts (zb. Spalte 14)

temp.mycontent < styles.content.get
temp.mycontent {
        // für die neue Spalte 14
        select.where = colPos=14
        // vererbung dieser Spalte:
        slide = -1
}

bernd
--
http://www.pi-phi.de/cheatsheet.html
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an