carousel « PrimeFaces « JSF Q&A





1. carousel render    forum.primefaces.org

12 Jan 2010, 21:10 by cororo carousel render hi; I have an issue with carousel, I am following the example in primefaces showcase, but the images and name of them dont ...

2. carousel in internet explorer is only 180px    forum.primefaces.org

Hey all, why is the carousel in IE 180px only. I saw JSON file of it and found their this: ,CONFIG:{FIRST_VISIBLE:0,HORZ_MIN_WIDTH:180,MAX_..... I think in Intenet Explorer renderes this min_width as normal ...

3. Issue with selecting items on p:carousel with rows="1"    forum.primefaces.org

27 Jun 2011, 23:58 by f.cardoso Issue with selecting items on p:carousel with rows="1" I don't know if this has been reported yet as a bug, but if I try running ...

4. Problem with     forum.primefaces.org

5. Carousel autoplay speed increases by itself    forum.primefaces.org

...

6. Carousel and navigator bar    forum.primefaces.org

7. Carousel without panel    forum.primefaces.org

8. Carousel Error on M3    forum.primefaces.org

12 Sep 2011, 22:08 by fenoloco Carousel Error on M3 Hi im having problems with easy Carousel .. I have this code. Code:

9. Carousel - How to use nested Carousels    forum.primefaces.org

14 Sep 2011, 15:43 by alex_keila Carousel - How to use nested Carousels I use PrimeFaces 2.2 RC2 and I am with a problem using the Carousel component. I don't know ...





10. Carousel broken in IE6,7,8 in PF 3.0.RC1    forum.primefaces.org

Question: We are using PF 2.2.1 and we are not allowed to switch to any non RELEASE version, like PF 3 M3 or RC1. As it been said, carousel is not ...

11. Carousel error inside TabView    forum.primefaces.org

I have a def TabView as follows Code: ...

12. Problems with carousel    forum.primefaces.org

Hi , I am trying to evaluate primefaces for a project . I created a page with layout . on one of the units i tried inserting the carousel from Prime ...

13. Fileupload with Carousel    forum.primefaces.org

Code: ...

14. carousel render problem    forum.primefaces.org

15. Carousel is Not rendered on the screen.    forum.primefaces.org

Hi , Carousel component is not rendering in my screen (I get a blank screen). Below Java script is thrown . Error: c.onFocus is not a function Source File: http://localhost:8080/MyApp/primefaces_ ... ...

16. Carousel loosing images inside Wizard    forum.primefaces.org

Hello, I placed a carousel inside wizard and it worked fine as expected. But when i navigate to 2nd page and navigate back to 1st page, the carousel shows empty. Is ...





17. Carousel - getting the selected item    forum.primefaces.org


...

18. selection in carousel    forum.primefaces.org

10 May 2010, 21:17 by janfran3 selection in carousel Hello, I have a carousel like this: Code: ...

19. carousel and pagerPrefix combo    forum.primefaces.org

Hi everybody, I'm back here!!! I work with a carousel that shows 2 pics and then changes to the next 2, and over and over. When I have 8 pics, the ...

20. [carousel] dynamic id not possible & embedding problems    forum.primefaces.org

Hi, I'm trying to implement buttons into the carousel- component. The buttons are used for navigation, so I forcedly need for every button an unique id. Stack Trace is trying to ...

21. Carousel JavaScript Events    forum.primefaces.org

Is there a way to know the selected image (currently visible image) using JavaScript? Are there any JavaScript events that fire when the carousel scrolls from one image to another. In ...

22. Problem with carousel    forum.primefaces.org

Hi, I am trying to display a carousel with a list of images and when I click an image I want to display a dialog showing that image, but larger. The ...

23. Carousel broken in IE (7+8)    forum.primefaces.org

24. p:carousel not working for safari    forum.primefaces.org

22 Aug 2010, 21:59 by hardddisk p:carousel not working for safari I did an application using p:carousel, it is identical to the example found on primefaces example. but when I display ...

25. problem using "first" attribute with p:carousel    forum.primefaces.org

...

26. p:carousel bug    forum.primefaces.org

Hello. For any value of first attribute other than zero, the carousel will not render. HTML is generated, but differences in generated style attributes result in no display (Firefox, Safari). I ...

27.  issues    forum.primefaces.org

It seems floating elements inside doesn't has the desired effect. Here is my code: Code:

28.  first attribute    forum.primefaces.org

Any value other than 0 for carousel first attribute doesn't work. Code:

29. Issue when selecting item from carousel    forum.primefaces.org

Hi I have noticed that in the Primefaces ShowCase selecting item from carousel doesn't work properly... When moving around the carousel and selecting items doesn't render the correct item to Dialog. ...

30. p:carousel issues    forum.primefaces.org

Hi, with Primefaces 1.1 i have some issues with the p.carousel: - how can I get it *really* circular ? Instead of rewinding it after the last item in the list, ...

31. carousel showing diferent componenets dynamically?    forum.primefaces.org

Is it possible to have carousel to show at a time different components. Code: ...

32. p:carousel in dialog    forum.primefaces.org

30 Nov 2010, 10:58 by hwaastad p:carousel in dialog Hi, I'm trying to use a carousel in an dialog but I have problems showing the images. Outside the dialog everything works ...

33. Problem with Carousel of images and Dialog    forum.primefaces.org

Hi all, I have a carousel with images displayed on it. I want to show a dialog with image's associated information when the mouse is over the image but a i ...

34. Carousel: scrollIncrement attribute not working    forum.primefaces.org

Hi, I'm using p:carousel to display a set of data, just like in the Basic Carousel example on Showcase. (http://www.primefaces.org/showcase/ui/carousel.jsf) I have about 20 items, I need 6 visible items and ...

35. p:carousel issue when reRendered    forum.primefaces.org

Hi. It seems there's an issue when trying to update a after scrolling some of its items. If we stick at the first item of the carousel and update it ...

36. p:carousel render problem    forum.primefaces.org

private List foos = new ArrayList(); public List getFoos() { if(values.isEmpty()) { values.add("yes"); ...

37. Carousel functionality    forum.primefaces.org

I have a list which i am passing to carousel component and having 'n' number of slides. When i click on next button, it navigates to the next slide. I would ...

38. Carousel not working correctly in IE9    forum.primefaces.org

The carousel component in the showcase will not display correctly in IE9 showing only slightly less than one cell worth of 3 cells of the content. This appears correctly if comnpatibility ...

39. problem with live polling in charts and carousel    forum.primefaces.org

Hello, I'm having issues with using a carousel and live charts together. If I create a carousel of charts, and the charts are live, they simply don't update. I can see ...

40. Carousel problem    forum.primefaces.org

Hi, I have a problem with p:carousel component. I have a set of images to display in it but it is completely broken. Here is my code: Code:

41. Carousel - dynamic display    forum.primefaces.org

Hello, we would like something like the carousel component, but the need is to update the page in function of the elements currently displayed. For instance, if we take the primefaces ...

42. p:carousel - Rotating images    forum.primefaces.org

Hi, I am using p:carousel to display images. Am running on Jboss-as-6.0 I have 5 images and need to display 3 images in a column. When images move, the remaining 2 ...