doc/book/en/devweb/views/views.rst
changeset 8535 268b6349baf3
parent 8496 e4d71fc0b701
parent 8480 086cff6a306a
equal deleted inserted replaced
8525:c09feae04094 8535:268b6349baf3
    30 
    30 
    31 
    31 
    32 Basic class for views
    32 Basic class for views
    33 ~~~~~~~~~~~~~~~~~~~~~
    33 ~~~~~~~~~~~~~~~~~~~~~
    34 
    34 
    35 Class `View` (`cubicweb.view`)
    35 Class :class:`~cubicweb.view.View`
    36 ```````````````````````````````
    36 ``````````````````````````````````
    37 
    37 
    38 .. autoclass:: cubicweb.view.View
    38 .. autoclass:: cubicweb.view.View
    39 
    39 
    40 The basic interface for views is as follows (remember that the result
    40 The basic interface for views is as follows (remember that the result
    41 set has a tabular structure with rows and columns, hence cells):
    41 set has a tabular structure with rows and columns, hence cells):