Re: Image Slideshow/Photo Album Portlet

Werner <[email protected]> Thu, 7 Feb 2008 11:54:08 +0000 (UTC)
Newsgroups gmane.comp.cms.jahia.devel
Message-ID <[email protected]>
Hi,

you can use the jahia media tags, you must insert a path which your images:
As example for a media gallery:


<jahiaHtml:mediagallery path="<%=path%>" sorting="date">
 //vars available are webdavfilepath, filename, fileindex, filepath, filecount,
thumbsrc
    <jahiaHtml:mediathumb path="<%=webdavfilepath%>" linked="true" width="100"/>
</jahiaHtml:mediagallery>


The <%=webdavfilepath%> inside the mediagallery tag specify the images in the
directory.
The mediagallery-tag is a loop.

the mediathumb tag creates a thumbnail in this path. But you must not use this
tag. E.g. you can develop a javascript slideshow between the mediagallery tags.


best regards
Werner

_______________________________________________
dev_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/dev_list