Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This walk-through will show you how to open a new, custom menu, by clicking on a menu item. The walk-through picks up after the initial walk-through /wiki/spaces/FINSTACKV45/pages/608372727Adding a New App Item.

The Basics

In order to open a new menu, the action for the desired menu item will need call the FIN Stack JavaScript function: ObtainMenu
The function signature is:

...

Creating the Home Menu

First, similar to steps /wiki/spaces/FINSTACKV45/pages/608372727Adding a New App Item, create a new function or use the one from the last walk-through.

...

Creating a Simple Menu

Next, similarly to /wiki/spaces/FINSTACKV45/pages/608372727Adding a New App Item, create a new function and name it nextMenuItem. This time, however, do not add the "finStackMobileMenu" tag onto the function.

...