vertical carousel not working

UI Components for JSF
Post Reply
mores
Posts: 64
Joined: 01 Dec 2010, 05:04

04 Feb 2016, 04:01

PrimeFaces version 5.3.6
myfaces 2.2.9

Code: Select all

<p:carousel value="#{InboxDataTable.items}" vertical="true" headerText="Inbox" var="inbox" itemStyle="height:300px;text-align:center" numVisible="2" easing="easeOutBounce" style="width:300px" cricular="true" >
  <h:panelGrid cellpadding="5" columns="1">
     <p:graphicImage cache="false" value="/image?id=#{inbox.id}" />
  </h:panelGrid>
</p:carousel>
It puts 2 side by side - not one on top and one on bottom - it still scrolls left and right - not up and down like I expect from vertical="true"
prime faces 7.0.11
jsf 2.3.9
tomcat 9.0.50

PiotrekG
Posts: 9
Joined: 05 Oct 2016, 07:38

19 Sep 2018, 10:41

I had the same problem.
I have updated primefaces library to 6.2 and tried carousel example from primefaces web project, now all works fine :D.

Code: Select all

 <p:carousel value="#{appViewScope.listActiveExReadOnlyPT}" var="stAlow"  responsive="false" vertical="true" autoPlayInterval="10000" 
		 itemStyle="width:370px;height:25px;text-align: left; padding: 5px; margin-left: -5px"  numVisible="7"  >
                                        <h:panelGrid columns="1" style="width:100%;"  >
                                            <h:column >
                                                <h:outputText value="#{stAlow.orderNr}" style="margin-left: 10px;" class="marker-green"/>
                                                <h:outputText value="#{stAlow.area.substring(0,5)}." style="margin-left: 15px" />
                                                <h:outputText value="#{stAlow.drowingNr}" style="margin-left: 15px" />
                                            </h:column>
                                        </h:panelGrid>
                </p:carousel>
 
Running on PrimeFaces 6.1
GlassFish Server Open Source Edition 4.1.2
JSF 2.2

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 42 guests