[TYPO3-calendar] event with description_image & perfectlightbox

Heinz Schilling scil at zhaw.ch
Mon Jul 23 10:45:10 CEST 2012


Several trys later, I found the solution:
plugin.tx_cal_controller {
	view {
		event {
			event {
				description_image {
					stdWrap.dataWrap >
					textPos.override = 18
					layout.key.override = 18
					file.width = 150m
					file.height = 150m

					1 {
						imageLinkWrap {
							typolink {
								parameter {
									override.if.isTrue.override = 1
									override.if.isFalse.override = 0
								}
								ATagParams = class="lightbox" rel="lightbox[{field:uid}]"
							}
						}
					}
					text.field = description
					text.wrap = <p>|</p>
				}
			}
		}
	}
}


Am 17.07.12 16:04, schrieb Heinz Schilling:
>
> Hi
>
> In view event event I wan't the image with perfectlightbox. When I use
> the marker ###IMAGE### everything works fine. Withe the marker
> ###DESCRIPTION_IMAGE### the image popups in a new window.
>
> Has anyone an idea?
> Heinz



More information about the TYPO3-project-calendar mailing list