doc/book/en/devweb/views/primary.rst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 22 Sep 2011 19:13:58 +0200
branchstable
changeset 7838 ea1360938033
parent 6880 4be32427b2b9
child 7844 0208c65a88a5
permissions -rw-r--r--
[doc] backport primary view documentation into the code, also document [URL]AttributeView

.. _primary_view:

The Primary View
-----------------

By default, *CubicWeb* provides a view that fits every available
entity type. This is the first view you might be interested in
modifying. It is also one of the richest and most complex.

It is automatically selected on a one line result set containing an
entity.

It lives in the :mod:`cubicweb.web.views.primary` module.


.. automodule:: cubicweb.web.views.primary