Hello!

I'm using jquery ui 1.11.2 in my web2py application. I put the jquery ui 
folder at /static/jquery-ui-1.11.2.custom, then I import the library and 
the css in the layout.html file using:

  <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.min.js')}}" 
type="text/javascript"></script> 

When I use the dialog widget, the dialog shows well, but the X of the 
window is not shown. Is it necessary to modify the paths of the images in 
the css file of jquery ui?

Regards.

PD: Sorry for my english, is not very good.

-- 
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