>
> How can I address this issue ?
>
> -- 
> Vincenzo Ampolo
>
>  
Are the .css files added to the ajax response? In that case, I doubt they 
will affect the document. I'd add the css files to response.files in the 
plugin model instead, so they are appended to the app layout.

# models/plugin_file_upload.py
response.files.append(...)
...

-- 



Reply via email to