Carousel Tag

Table of Contents

<mobi:carousel>

The carousel tag provides a simple list of items which are to be scrolled in a horizontal viewport. The carousel tag allows users to scroll left and right using touch gesture. Users
can also value bind the selectedItem in the carousel to a backing bean attribute.

Usage

	<mobi:carousel id="cartwo" name="index"
		selectedItem="${carouselBean.index}">
		<c:forEach items="${carouselBean.images}" var="item">
			<mobi:carouselItem>
                 ${item}
             </mobi:carouselItem>
		</c:forEach>
	</mobi:carousel>

Tag Documentation

carousel
carouselItem

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

© Copyright 2016 ICEsoft Technologies Canada Corp.