>From the highslide documentation, it looks like you could put the highslide 
files in /web2py/applications/yourapp/static/js/highslide/, and then in 
layout.html:

<script type="text/javascript" src="{{=URL('static', 
'highslide/highslide.js')}}"></script>
<link rel="stylesheet" type="text/css" href="{{=URL('static', 
'highslide/highslide.css')}}" />
<script type="text/javascript">
    hs.graphicsDir = '{{=URL('static', 'highslide/graphics')}}';
</script>

Anthony

On Monday, November 4, 2013 3:05:01 AM UTC-5, Sampath Reddy wrote:
>
> Hi,
>
>        I am trying to view my image gallery by using highslide js in my 
> application.
>
>        But I am not able to load/link graphics folder to hs.graphicsDir. 
> As this is necessary for all the effects in viewing my image gallery.
>
>        I am struck here. Could anyone please help me to fix this ?
>
>       Your help is appreciated.
>
>
> Thank you for your help.
>  
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to