K2BTools Tutorial - Exercise 14.2 - Using Menu Sublevels

To improve the menu, we need to add some structure to it. To do that, follow these steps:

  1. Open the menu, and add a SubMenu node to the Menu node.
  2. In the node you just created, set the “Code” property to “BasicEntities”
  3. Cut & Paste the Countries, Products, Units, and Customers menu options to the “BasicEntities” SubMenu. Your menu should now look like this:
    Menu103PartialResult1
    Menu partial result

  4. Add another SubMenu called “Billing”.
  5. Move the “Invoices” option to that SubMenu.
  6. Add another SubMenu called “Catalog”.
  7. Move the “Customer Invoices” and "Customer Simple Image List" option to the “Catalog” SubMenu.
  8. Inside the “Catalog” SubMenu, add another SubMenu called “Other”.
  9. Add the rest of the Web Panels inside that Sub Menu.
  10. Run the application and see the result.