Il 06/07/2012 10:52, Annet ha scritto:
This works for me:
but not for me :(
my web2py_ajax.html (I tried several changes):
...
{{
response.files.insert(0,URL('static','js/jquery.js'))
response.files.insert(1,URL('static','css/calendar.css'))
response.files.insert(2,URL('static','js/calendar.js'))
response.files.insert(3,URL('static','js/web2py.js'))
response.include_meta()
response.include_files()
}}
I also tried to insert bootstrap.css in layout.html:
response.files.append(URL('static','css/skeleton.css'))
response.files.append(URL('static','css/web2py.css'))
response.files.append(URL('static','css/bootstrap.css'))
and this change a lot of things but not buttons style, so I think that's
not the corrects way ...