diff --git a/content/developer/howtos/javascript_view.rst b/content/developer/howtos/javascript_view.rst index eba0ed1a1..f43b3a5f0 100644 --- a/content/developer/howtos/javascript_view.rst +++ b/content/developer/howtos/javascript_view.rst @@ -253,10 +253,16 @@ Creating a new view is an advanced topic. This guide highlight only the essentia registry.category("views").add("beautifulView", beautifulView); -#. Use the view in an arch. +#. Declare the :ref:`view ` in the arch. .. code-block:: xml ... - + + my_view + my_model + + + + ...