[TYPO3] allWrap media field

Bas van der Togt b.vandertogt at profinit.com
Sat Nov 17 16:46:30 CET 2007


Hello list,

Is it possible to wrap all the images from the media field?
What i get now: image1.jpg,image2.jpg,image3.jpg etc
So what i want is 'image1.jpg','image2.jpg','image3.jpg'

My TS now:
obj.header = TEXT
obj.header.data = levelmedia: -1, slide
obj.header.wrap (
	<script type="text/javascript">
	window.onload = function() {
		myShow = new Slideshow('slideshow', { type: 'fade', duration: [2000, 
4000], width: 500, height: 227, images: [|], hu: 'uploads/media/' });
	}
   	</script>
)

Kind regards,
Bas


More information about the TYPO3-english mailing list