[TYPO3-calendar]  How to use description_image?
    Heinz Schilling 
    scil at zhaw.ch
       
    Wed Jul 11 13:38:51 CEST 2012
    
    
  
Hi there
In the event view the image(s) should be align left an the description 
should float around the image.
The following TS align left
plugin.tx_cal_controller {
	view {
		event {
			event {
				image {
					textPos.override = 18
					layout.key.override = 18
				}
			}
		}
	}
}
In event_model.tmpl the marks ###DESCRIPTION### and ###IMAGE### are set 
but the description isn't rendering inside the "text width image" and 
follows after the image.
In the docu is a cObj description_image. When I replace the marks above 
with ###DESCRIPTION_IMAGE### the description is lost. Any idea how to 
solve it: (optional) image align left and description float right?
Thank you for help.
Heinz
    
    
More information about the TYPO3-project-calendar
mailing list