equal
deleted
inserted
replaced
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 |