[TYPO3-templavoila] click-enlarge not for all images

Philipp Holdener philipp at holdener.ch
Tue Nov 20 08:00:01 CET 2007


Hello

Is there a possibility to enable click-enlarge just for a few images 
(not for all)?

I have this piece of code in my DS

<TypoScript><![CDATA[
	10 = IMAGE
	10.format = jpg
	10.altText.field = field_bildbeschreib
          10.titleText.field = field_bildbeschreib
		10.file.import = uploads/tx_templavoila/
		10.file.import.current = 1
		10.file.import.listNum = 0
		10.file.maxW = 200
		10.file.minW = 100
		10.file.maxH = 150
		10.file.minH = 75

###################################
### BEGIN code to enlarge image ###
###################################
10.imageLinkWrap = 1
10.imageLinkWrap {
   bodyTag = <body style="background-color:#fff;">
   wrap = <a href="javascript:close();"> | </a>
   width = 800m
   height = 600m
   effects=
   JSwindow = 1
   JSwindows {
     newWindow = 0
     expand = 17,20
     }

   enable = 1
   typolink.parameter.field=image_link
   typolink.extTarget = _blank
}
#################################
### END code to enlarge image ###
#################################
	
]]></TypoScript>



Now, click-enlarge is for all images enabled!


Thanks for help

Greets
Philipp


More information about the TYPO3-project-templavoila mailing list