Questions tagged [contentflow]

ContentFlow is a Javascript library used to create Coverflows.

ContentFlow is a Javascript library used to create Coverflows. See http://jacksasylum.eu/ContentFlow/.

24 questions
3
votes
0 answers

Html Display apex chart in ContentFlow

I am using ContentFlow library to display objects as cover flow view. When I am displaying images , it is working fine . But on using apex charts its view is getting disturbed. Is there any way to display apex charts in proper format using…
vntstudy
  • 2,038
  • 20
  • 24
2
votes
0 answers

Why doesn't PrimeFaces contentFlow tag work?

I tried to use primeFaces contentFlow in jsf 2.3 but it doesn't load any images, just it shows me "loading" the xhtml code is:
Mahdi
  • 57
  • 6
2
votes
1 answer

Primefaces ContentFlow does not render the full content

I'm trying to use the Primefaces JSF component called contentFlow, which is demonstrated here: http://www.primefaces.org/showcase/ui/multimedia/contentFlow.xhtml I added two images to the backing bean. They both can be displayed without using…
UNIQUEorn
  • 420
  • 6
  • 17
2
votes
1 answer

How to use contextMenu with ContentFlow in Primefaces

Sorry in advance fro lame question, I'm still new to JSF/Primefaces. I'd like to use ContextMenu with ContentFlow. For example, when user right-clicks on the ContentFlow control I would like to display the context menu with actions like Delete, Add…
Alex B
  • 70
  • 7
2
votes
3 answers

Content Flow does not show images(src="RES_NOT_FOUND")

i have a problem with source path for images that i want to show in content flow component im my PrimeFaces Web App What i have coded:
Ján Srniček
  • 505
  • 1
  • 10
  • 34
2
votes
1 answer

Can't remove all objects from ContentFlow coverflow carousel with remove function

Before I describe my problem I'd like to outline exactly what I'm attempting What I'm trying to do here is load different sets of items into a content flow based on buttons a user can press. I've already set up a function triggered by a button that…
2
votes
1 answer

Contentflow - how to increase space for caption text?

Help! I need to increase the amount of vertical real estate space allocated for caption, in order to display 6 lines of caption text. Right now, the default is 3 lines, and if I have more than 3, the text "clashes into and overlays" the image slider…
Tim Lee
  • 23
  • 2
1
vote
2 answers

How can i force ContentFlow to show all items when there are not enough items to fill all spaces?

Hello everyone who reads this.. i'm experimenting with ContentFlow.js i have 5 image items in the flow. Content flow is configured to show 7 on both sides. Instead of showing at least all 5 items it shows only 3 of them. Functionality is okay but i…
tector
  • 977
  • 1
  • 8
  • 31
1
vote
1 answer

Contentflow - how to make caption text to dynamic resize?

I am trying to add text to the images in contentflow but as I scroll through them I need the text to resize so the text does not move. http://www.jacksasylum.eu/ContentFlow/index.php
kingpinzs
  • 59
  • 7
1
vote
0 answers

Contentflow auto resize not working

Im using: Contentflow 1.0.2 jquery 1.6.1 I'm trying use Contentflow using reflection and with maximum width/height so it covers all the screen without any scroll bar vertically or horizontally. This example shows exactly what I wanna do, but it uses…
1
vote
0 answers

How to disable image scaling in ContentFlow?

I am using ContentFlow with gallery2 addon. I don't like default image scaling of gallery2, so I want to modify this addon, but first I would like to turn off image scaling in slides. How can I do it?
Codium
  • 3,200
  • 6
  • 34
  • 60
0
votes
0 answers

Update Primefaces ContentFlow after loaded with lot of images

I have a contentFlow that is updated after change a selectOneMenu < p:selectOneMenu value="#{movil.marca}"> < p:ajax event="change" listener="#{dropdownView.onMarcaChange()}" update="contentFlow"/> < f:selectItem…
jimbo82
  • 71
  • 1
  • 1
  • 4
0
votes
0 answers

Button inside p:contentFlow not working

Following is my code:
Sarz
  • 1,970
  • 4
  • 23
  • 43
0
votes
1 answer

Conflict jquery and contentFlow

I'm trying to place ContentFlow (http://www.jacksasylum.eu/ContentFlow/) plug-in in a template on google blogger, but I think I have a problem of conflict with jquery. Basically if I disable jquery it works perfectly but if active jquery, images do…
0
votes
0 answers

ContentFlow Slider With Tabs For Scrolling

Need help to implementing tabs in contentflow slider for scrolling, simply i want slider to scroll by tabs like tab 1 , tab 2 , tab 3, tab 4 If user click on " tab 3" the slider 3rd image should be active, is there any way to do this with…
1
2