doc/book/en/devweb/views/idownloadable.rst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Fri, 14 Mar 2014 11:20:53 +0100
changeset 9571 aaf83cc07eed
parent 7529 2fdc310be7cd
child 10145 f2b7c8db3563
permissions -rw-r--r--
[web] implement cross origin resource sharing (CORS) (closes #2491768) Partial implementation that is enough to get started but leaves out some of the advanced features like caching and non-simple methods and headers.

The 'download' views
====================

.. automodule:: cubicweb.web.views.idownloadable

Components
----------

.. autoclass:: cubicweb.web.views.idownloadable.DownloadBox

Download views
--------------

.. autoclass:: cubicweb.web.views.idownloadable.DownloadView
.. autoclass:: cubicweb.web.views.idownloadable.DownloadLinkView
.. autoclass:: cubicweb.web.views.idownloadable.IDownloadablePrimaryView
.. autoclass:: cubicweb.web.views.idownloadable.IDownloadableLineView

Embedded views
--------------

.. autoclass:: cubicweb.web.views.idownloadable.ImageView
.. autoclass:: cubicweb.web.views.idownloadable.EHTMLView