@@ -4,17 +4,6 @@ View overview
44Views are custom elements named after their URL, as described in
55:ref: `url-view-structure `.
66
7- The views are dependant on several view-generic behaviors. Any
8- view-genericbehavior or function should be implemented in a common
9- Template/View behavior or maybe enriched (like some things are today) by the
10- :ref: `cosmoz-page-router `.
11-
12- .. note ::
13-
14- Tip! The file locations presented in this reference are directly openable in
15- :ref:`vscode` if you have opened the repository root folder in the editor,
16- just run the path in the command palette (``Ctrl + Shift + P``).
17-
187.. _view-imports :
198
209View imports
@@ -26,9 +15,20 @@ common dependencies required for the views.
2615View behavior reference
2716-----------------------
2817
18+ The views are dependant on several view-generic behaviors. Any
19+ generic view behavior or function should be implemented in a common
20+ Template/View behavior or maybe enriched (like some things are today) by the
21+ :ref: `cosmoz-page-router `.
22+
2923Internal functions (those beginning with and underscore) are not listed here,
3024unless the behavior only has internal functions (which may indicate that the
31- functions are not correctly named in that behavior).
25+ functions are not correctly named in the behavior).
26+
27+ .. note ::
28+
29+ Tip! The file locations presented in this reference are directly openable in
30+ :ref:`vscode` if you have opened the repository root folder in the editor,
31+ just run the path in the command palette (``Ctrl + Shift + P``).
3232
3333 ``Cosmoz.CommonBehaviors ``
3434~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments