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 grid page with orders you can use:

  • /app/orders/gridpage

To open the first order use:

  • /app/orders/editpage/first

To open a specific order use:

  • /app/orders/editpage/5da221f2-edcf-4de1-875c-22a7d3553ebf
  • /app/orders/editpage/123

To open create a new order use:

  • /app/orders/addpage

To open a class group page use:

  • /app/ordergroup/grouppage

Embedding custom pages

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

  • /app/mypage/awesome

See also: Routes and pages