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',
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
>
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
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
4 matches
Mail list logo