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
0
votes
0 answers

ContentFlow - div max-width not working

I am trying to use a div instead of an image for the item and content but it won't set with the width correctly. I want it to work like the images do. http://jsfiddle.net/ququat29/ example code
kingpinzs
  • 59
  • 7
0
votes
2 answers

How to override ContentFlow configuration in Primefaces

I want to override onclickActiveItem function and need to retrieve current active item index or call something with onMakeActive in Primefaces, what best way to do ? I was able to call function with the following way :
Al-Mothafar
  • 7,949
  • 7
  • 68
  • 102
0
votes
2 answers

how to reset function into AJAX Response?

I have write the following code into AJAX to change the tab. $("a").click(function(event){ if ($.browser.msie != true && $.browser.version != 8.0){ event.preventDefault(); if ($(this).parent().hasClass("current") == false){ …
Rushikesh jogle
  • 591
  • 2
  • 9
  • 29
0
votes
1 answer

How to combine ContentFlow and ColorBox

I am trying to combine ContentFlow (http://jacksasylum.eu/ContentFlow/) and ColorBox (http://www.jacklmoore.com/colorbox/): when the user clicks on an image in ContentFlow I want an HTML page to be displayed in ColorBox. I have tried using the code…
0
votes
1 answer

contentflow add items via function

Hi I would like to add images to contentflow with a button. when you click the button function will be called and all the images will be loaded. Here is my code.
user1874941
  • 3,013
  • 4
  • 20
  • 31
0
votes
2 answers

JavaScript Plugin Help - ContentFlow

I recently downloaded a JavaScript plugin (found here: http://www.jacksasylum.eu/ContentFlow/download.php) and I'm trying to change it up a bit. So far, all the edits that I've made to the code have been done by reading the walkthroughs under the…
Ryan Fitzgerald
  • 425
  • 4
  • 9
  • 20
0
votes
1 answer

sized div containing a scaled div not positioning correctly

I'm sorry for the overly specific question heading but I have no idea what more general thing could be going on. Clearly I'm missing something Take a look at this jsbin: http://jsbin.com/aguhux/1/edit Note that you have to look at it in edit mode,…
George Mauer
  • 117,483
  • 131
  • 382
  • 612
0
votes
1 answer

ContentFlow javascript carousel - how to add text to image?

I'm looking to make use of the excellent Javascript widget called ContentFlow: http://jacksasylum.eu/ContentFlow/index.php However, in my ExtJS application, I have a need to print text inside the images that are scrolling by. Not being a CSS whiz,…
Dave
  • 21,524
  • 28
  • 141
  • 221
0
votes
1 answer

Contentflow auto resize issues

I'm using this javascript plugin: http://jacksasylum.eu/ContentFlow/ Well, I'm a beginner in js programming and I have this problem: When I resize the browser window, the images are reduced too. But i don't have any idea how to turn off the resize…
Ramon Vasconcelos
  • 947
  • 3
  • 14
  • 31
1
2