You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Dave <ja...@yahoo.com> on 2007/03/17 17:51:07 UTC

display pictures in a limited space

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? 
   
  Thanks for ideas.
  David

 
---------------------------------
Food fight? Enjoy some healthy debate
in the Yahoo! Answers Food & Drink Q&A.

Re: display pictures in a limited space

Posted by Stefan Frank <s....@vierundsechzig.de>.
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 unobtrusive, so it shouldn't be too hard to integrate...

cheers
stf





2007/3/21, Jeff Bischoff <jb...@klkurz.com>:
>
> 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/imageloop.jsf
> (warning: link 2 will expire)
>
> Regards,
>
> Jeff Bischoff
> Kenneth L Kurz & Associates, Inc.
>
> Jörn Zaefferer wrote:
> > 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 <mk...@gmail.com> wrote:
> >>
> >> 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 <ja...@yahoo.com> wrote:
> >> > 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?
> >> >
> >> > Thanks for ideas.
> >> > David
> >> >
> >> >  ________________________________
> >> > Food fight? Enjoy some healthy debate
> >> > in the Yahoo! Answers Food & Drink Q&A.
> >> >
> >> >
> >>
> >
>
>
>
>

Re: display pictures in a limited space

Posted by Jeff Bischoff <jb...@klkurz.com>.
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/imageloop.jsf
(warning: link 2 will expire)

Regards,

Jeff Bischoff
Kenneth L Kurz & Associates, Inc.

Jörn Zaefferer wrote:
> 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 <mk...@gmail.com> wrote:
>>
>> 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 <ja...@yahoo.com> wrote:
>> > 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?
>> >
>> > Thanks for ideas.
>> > David
>> >
>> >  ________________________________
>> > Food fight? Enjoy some healthy debate
>> > in the Yahoo! Answers Food & Drink Q&A.
>> >
>> >
>>
> 




Re: display pictures in a limited space

Posted by Jörn Zaefferer <jo...@googlemail.com>.
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 <mk...@gmail.com> wrote:
>
> 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 <ja...@yahoo.com> wrote:
> > 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?
> >
> > Thanks for ideas.
> > David
> >
> >  ________________________________
> > Food fight? Enjoy some healthy debate
> > in the Yahoo! Answers Food & Drink Q&A.
> >
> >
>

Re: display pictures in a limited space

Posted by Mike Kienenberger <mk...@gmail.com>.
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 <ja...@yahoo.com> wrote:
> 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?
>
> Thanks for ideas.
> David
>
>  ________________________________
> Food fight? Enjoy some healthy debate
> in the Yahoo! Answers Food & Drink Q&A.
>
>