On Tuesday, July 12, 2011 1:03:51 PM UTC-4, apple wrote:
>
> I am using response.files to add my own css to override base.css. I
> will now use my own include file instead.
CSS files are supposed to be included in the head of the HTML document, and
the component can't do that since the compon
I am using response.files to add my own css to override base.css. I
will now use my own include file instead.
The component is a form. When I submit the form then it reloads via
ajax. When web2py_ajax is loaded this shows the flash messages. The
flash messages do not show up unless explicitly call
I don't think it's common to include web2py_ajax.html in components.
response.files is intended to be a way to include CSS and JS files in the
page's -- however, your component won't be able to do that
anyway since the main page has already loaded. Components should still be
able to display fl
3 matches
Mail list logo