Re: display pictures in a limited space

2007-03-21 Thread Stefan Frank
although it is not exactly myfaces, and not even dojo, you could take a look into jqueries news-slider plugin: http://blog.reindel.com/2007/03/17/accessible-news-slider-for-jquery-v11-now-a-plugin-and-more-accessible/ http://www.reindel.com/blog/src/jquery_slider_v1.1/ jquery is rather unobtrusi

Re: display pictures in a limited space

2007-03-21 Thread Jeff Bischoff
There is also an image loop component that was donated recently to the sandbox. It's not exactly what you are looking for, but perhaps you could modify it to get what you'd like? [1] https://issues.apache.org/jira/browse/TOMAHAWK-876 [2] http://example.irian.at/example-sandbox-20070321/imageloo

Re: display pictures in a limited space

2007-03-17 Thread Jörn Zaefferer
Not (yet) a JSF component, but once you have the necessary HTML markup, it should be just what you are looking for: http://sorgalla.com/jcarousel/ On 3/17/07, Mike Kienenberger <[EMAIL PROTECTED]> wrote: The fisheye component in the sandbox looks kinda like that, although it's not the same. Ma

Re: display pictures in a limited space

2007-03-17 Thread Mike Kienenberger
The fisheye component in the sandbox looks kinda like that, although it's not the same. Maybe you could get ideas from it, though. On 3/17/07, Dave <[EMAIL PROTECTED]> wrote: On a JSF page, there is a space( 300x100) to display 3 pictures of 100x100. For more than 3 pictures, for example, displ

display pictures in a limited space

2007-03-17 Thread Dave
On a JSF page, there is a space( 300x100) to display 3 pictures of 100x100. For more than 3 pictures, for example, display 10 pictures in the space, one way is to move the pictures from right to left slowly, and stop when mouse over. Is there a JSF component for this? How to implement it?