doc/book/devweb/views/idownloadable.rst
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 05 Apr 2017 08:37:22 +0200
branch3.25
changeset 12133 8743c3bda480
parent 10495 5bd914ebf3ae
permissions -rw-r--r--
[entities] Move CWSource update_config method as a function in 3.15 migration script This script is the only caller of this method. In the code of the function, drop "skip_unknown" argument and continue accordingly upon OptionError.

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

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

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