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',
                Field('title'),
                Field('file', 'upload'))


db.image.title.requires = IS_NOT_IN_DB(db, db.image.title)

defines the table. The slideshow plays all images uploaded.

Peter




On Mar 13, 11:30 pm, Massimo Di Pierro <[email protected]>
wrote:
> 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

Reply via email to