doc/book/en/devweb/views/views.rst
changeset 8496 e4d71fc0b701
parent 8419 dd222fcc85d3
child 8535 268b6349baf3
equal deleted inserted replaced
8495:0bc63e46bdb5 8496:e4d71fc0b701
    63 
    63 
    64 * `page_title()`, returns the title to use in the HTML header `title`
    64 * `page_title()`, returns the title to use in the HTML header `title`
    65 
    65 
    66 Other basic view classes
    66 Other basic view classes
    67 ````````````````````````
    67 ````````````````````````
    68 Here are some of the subclasses of :ref:`View` defined in :ref:`cubicweb.view`
    68 Here are some of the subclasses of :class:`~cubicweb.view.View` defined in :mod:`cubicweb.view`
    69 that are more concrete as they relate to data rendering within the application:
    69 that are more concrete as they relate to data rendering within the application:
    70 
    70 
    71 .. autoclass:: cubicweb.view.EntityView
    71 .. autoclass:: cubicweb.view.EntityView
    72 .. autoclass:: cubicweb.view.StartupView
    72 .. autoclass:: cubicweb.view.StartupView
    73 .. autoclass:: cubicweb.view.EntityStartupView
    73 .. autoclass:: cubicweb.view.EntityStartupView