doc/book/en/devweb/views/baseviews.rst
changeset 10491 c67bcee93248
parent 10490 76ab3c71aff2
child 10492 68c13e0c0fc5
equal deleted inserted replaced
10490:76ab3c71aff2 10491:c67bcee93248
     1 Base views
       
     2 ----------
       
     3 
       
     4 |cubicweb| provides a lot of standard views, that can be found in
       
     5 :mod:`cubicweb.web.views` sub-modules.
       
     6 
       
     7 A certain number of views are used to build the web interface, which apply to one
       
     8 or more entities. As other appobjects, their identifier is what distinguish them
       
     9 from each others. The most generic ones, found in
       
    10 :mod:`cubicweb.web.views.baseviews`, are described below.
       
    11 
       
    12 You'll probably want to customize one or more of the described views which are
       
    13 default, generic, implementations.
       
    14 
       
    15 
       
    16 .. automodule:: cubicweb.web.views.baseviews
       
    17 
       
    18 You will also find modules providing some specific services:
       
    19 
       
    20 .. automodule:: cubicweb.web.views.navigation
       
    21