Skip to main content

Declaring menu items

Select the RELATED tab. Choose MENU ITEMS on the left.

Creating a new menu-item

In order to create a new menu-item, you will need to provide:

  • A name, and optionally a Display label.
  • A URL, use a # when the menu-item has child menu-items.
  • An Icon, select an icon from the list of available icons.
  • Parent menu item: optional, create a menu-item as a child of an existing parent item. Only 2 levels are supported.

Embedding standard pages

Some pages are automatically generated based on your Domain model. They are available under specific URI's.

Let's asume that the domain model has an Order class.

To open a list page with orders you can use:

  • /app/orders/listpage

To open a specific order use:

  • /app/orders/editpage

To open create a new order use:

  • /app/orders/addpage

Embedding custom pages

To open a custom page with route mypage/awesome use:

  • /app/mypage/awesome

See also: Routes and pages