[Typo3] Back image button

Tobias Erlacher erl at maguma.com
Thu Sep 1 17:17:44 CEST 2005


Hi!

the typolink is a property of the stdwrap, so using it with the IMAGE 
object should work like this (untested):

imagentop = COA
imagentop.5 = IMAGE
imagentop.5.file = fileadmin/assets/arrow_left.jpg
imagentop.5.stdWrap.typolink.parameter.data=leveluid :-2

Tobias Erlacher
www.typo3wizard.com

Jesús H. wrote:
> Hello list,
> 
> I am trying to create a back button with a static image that goes to the 
> parent item.
> 
> Tobias Erlacher gave me this code to do a TEXT back button that goes to 
> the parent item:
> 
> backlink =  TEXT
> backlink.data = leveltitle : -2
> backlink.insertData = 1
> backlink.typolink.parameter.data=leveluid : -2
> 
> 
> But I can't figure out how to implement that wrapping an image like:
> 
> imagentop = COA
> imagentop.5 = IMAGE
> imagentop.5.file = fileadmin/assets/arrow_left.jpg
> 
> 
> Does anybody have an idea how could I wrap that image just with the link 
> of the parent item?
> 
> Thanks in advance for any help,
> 
> Jesús H.



More information about the TYPO3-english mailing list