[TYPO3-UG Oesterreich] rgtabs und unterschiedliche Tab-Farben

Stefan Pink sp at kreakom.de
Mon Oct 8 13:49:41 CEST 2007


Hallo

Hat jemand eine Idee wie man in rgtabs die einzelnen Tabs mit 
unterschiedlichen Farben belegen kann?

Ich hab's mal damit versucht, leider aber ohne den gewünschten Effekt.
"  backColor = #f5f5f5||#d5d5d5||#ff0000||#0000ff  "

Für einen Tip besten Dank.

Gruß
Stefan

# TS COde
plugin.tx_rgtabs_pi1 {
   title.cObject = RECORDS
   title.cObject {
     tables = tt_content
   # this does the magic and holds the uid of the contentelement
     source.field = tx_rgtabsTitle
     dontCheckPid = 1
     conf.tt_content = COA
     conf.tt_content {
     10 = IMAGE
     10 {
          file = GIFBUILDER
          file {

           	XY = [10.w]+5,26
           	#transparentColor = #f5f5f5
           	backColor = #f5f5f5||#d5d5d5||#ff0000||#0000ff
           	10 = TEXT
           	10.text.field = header
           	#10.text.crop= 15||1
           	10.fontSize = 14
           	10.offset = 0,20
           	10.fontFile = fileadmin/fonts/verdana.ttf
           	10.fontColor = #000000
                 #10.niceText = 1
         }
       }
     }
   }
}


More information about the TYPO3-at mailing list