Hello!

What's the correct way to include jquery ui in my web2py application? 
Actually I use the following:

  <link rel="stylesheet" href="{{=URL('static', 
'jquery-ui-1.11.2.custom/jquery-ui.css')}}" type="text/css" media="all"/>
  <script src="{{=URL('static', 'jquery-ui-1.11.2.custom/jquery-ui.js')}}" 
type="text/javascript"></script> 

after   {{include 'web2py_ajax.html'}} in layout.html

But, if I use the dialog widget the buttons are not themed, and the X of 
the dialog doesn't appear.

I downloaded jquery ui (themed) and copied at 
/static/jquery-ui-1.11.2.custom.

Where is the error?

Thanks for any help.

Regards

-- 
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/d/optout.

Reply via email to