How To Create Pages
Your web site consists of a number of pages. A page has a title, a navigation
label, a view name and a type. Depending on the type, a
number of additional parameters may be specified.
-
The title is displayed on the top of your page. (Or in a different location,
depending on your UI-Style.)
-
The navigation label is displayed as part of your navigation.
-
The type defines what your page is able to do (for example: show text,
provide a search form, show a list, etc.).
-
The view name ist the URL part which is used to display your page. All created
pages have a URL in the form: https://yourhost.org/p/view_name/
-
Optionally, you can set a parent page. If you do so, this page becomes a sub-
page of the selected parent page and is not shown in the main navigation.