<p:carousel> issues

UI Components for JSF
Post Reply
User avatar
bardu
Posts: 293
Joined: 30 Dec 2009, 08:27
Location: Canada

08 Sep 2010, 21:44

It seems floating elements inside <p:carousel> doesn't has the desired effect. Here is my code:

Code: Select all

<ui:define name="dialogs">
        <p:dialog  header="#{msgs.wildlife_viewing_sidebar_wildlife}" modal="true" widgetVar="dlg1" showEffect="explode" hideEffect="explode" width="500" height="500" resizable="false" >
            <p:carousel rows="1" first="#{wildlifeViewingBean.first}" var="wl" itemStyleClass="wildlife-carousel-item" value="#{wildlifeViewingBean.wildlife}" >
                <h:panelGrid columns="1" style="width:100%" cellpadding="5">
                    <h:panelGrid style="text-align: left; font-weight: bold; color: orange;" >
                        <h:outputText value="#{wl.name}" escape="false" style=" " />
                    </h:panelGrid>
                    <h:panelGrid style="width: 100%; text-align: justify;">
                        <img alt="Could not load image!" src="#{wl.imageLink}" style="float: right" />
                        <h:outputText value="#{wl.yukonDesc}" escape="false"  />
                    </h:panelGrid>
                </h:panelGrid>
            </p:carousel>
        </p:dialog>
    </ui:define>
Also, I have currently 34 items in the carousel and the left navigation icon is rendered twice as it can be seen here:

http://a.imageshack.us/img204/770/screenshot26u.png
JSF-2.0, mojarra-2.1 | PrimeFaces-3.0-M1 | GFv3.1 | NetBeans 7 | Ubuntu 11.04
www.yukonlive.ca
www.yukonlive.de

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

08 Sep 2010, 23:38

I couldn't understand the issue, so effect doesn't work?

User avatar
bardu
Posts: 293
Joined: 30 Dec 2009, 08:27
Location: Canada

08 Sep 2010, 23:49

Well, the <img> is floated to the right, but the outputText is not wrapped around it as you can see in the above attached screenshot.
JSF-2.0, mojarra-2.1 | PrimeFaces-3.0-M1 | GFv3.1 | NetBeans 7 | Ubuntu 11.04
www.yukonlive.ca
www.yukonlive.de

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 58 guests