[web2py] Re: Picture Gallery

2012-03-14 Thread peter
According to the example {{=plugin_wiki.widget('slideshow',table = 'image', field='file', transition='fade', width=500, height=500)}} but I find that {{=slideshow(table = 'image', field='file', transition='fade', width=500, height=500)}} works fine. In either case db.define_table('image',

[web2py] Re: Picture Gallery

2012-03-13 Thread Massimo Di Pierro
there is also an example (a bit dated) in web2py.com/appliances On Monday, 12 March 2012 04:36:07 UTC-5, Praveen Bhat wrote: > > Hello, > > Can someone give me a simple example for Photo Gallery with Sliding > content? > > Thanks in advance!!! > > Regards > Praveen >

[web2py] Re: Picture Gallery

2012-03-12 Thread Praveen Bhat
Hello Peter, I see the following: def slideshow(links=None,table=None,field='image',transition='fade',width=200,height=200): """ ## Embeds a slideshow It gets the images from a table - ``table`` is the table name - ``field`` is the upload field in the table that contains images - ``tra

[web2py] Re: Picture Gallery

2012-03-12 Thread peter
If you look in pugin_wiki, you will see slideshow. On Mar 12, 9:36 am, Praveen Bhat wrote: > Hello, > > Can someone give me a simple example for Photo Gallery with Sliding content? > > Thanks in advance!!! > > Regards > Praveen