[TYPO3-german] Multiple Felder aus Datenbank in renderObj
    Michael Roskosch 
    info at all4pages.com
       
    Wed Jan 13 14:52:34 CET 2016
    
    
  
Also so gebe ich mir ja ein Bild aus:
10 = FILES
10 {
references {
    table = tt_content
    uid.field = uid
    fieldName = menubild
}
renderObj = IMAGE
renderObj {
    file.import.data = file:current:publicUrl
    file.height = 340c
    file.width  = 715c
    stdWrap.typolink.parameter.data = file:current:link
}
}
jetzt muss ich doch aber für "table" und "uid.field" die Werte irgendwie von meiner Datenbankafrage die ich vor meinem renderObj gemacht habe zuordnen können
table = tx_a4ptour_domain_model_tour
    select {
        pidInList = 4 
        where = hidden = 0
        orderBy = sorting
    } 
    
    
More information about the TYPO3-german
mailing list