May 2015
Beginner to intermediate
412 pages
8h 44m
English
The contentFlow component can be used to display a collection of images horizontally as a cover flow animation.
A basic definition for contentFlow for viewing a static list of car images would be as follows:
<p:contentFlow id="simple">
<p:graphicImage value="/resources/images/autocomplete/CC.png"
styleClass="content" />
<p:graphicImage value="/resources/images/autocomplete/Golf.png"
styleClass="content" />
<p:graphicImage value="/resources/images/autocomplete/Polo.png"
styleClass="content" />
<p:graphicImage
value="/resources/images/autocomplete/Touareg.png"
styleClass="content" />
</p:contentFlow>The visual of the component will be as follows:
The style class content should be applied ...
Read now
Unlock full access