Products

JS Menu Tree Navigation for FileMaker (video)

Stock Number: TCS-FM-JSS-008
Category: Claris FileMaker / Custom Developer Resources
Manufacturer: Treasure Chest Solutions
FREE
Add To Cart

JavaScript Menu Tree Navigation for FileMaker
 

Allows developer to add an accordion style Navigation which has been common on the Web for many years, but not easily implemented in FileMaker till recently.

One script step contains the location where all Menu Trees Labels can be entered as well as the corresponding Filemaker Layouts and the SVG Label Icons

If you like this product, the Pro version is available

 

Notes:

• A DEMO video file is included for information and instructions.

• Built and tested on FileMaker 19 for PC & Mac

- JS Menu Tree Navigation is functional on both Local & FM Server installs

- may or may not be possible to integrate in FileMaker 18, this is untested 

JS Menu Tree Navigation for FileMaker
• The Javascript Series •

Instructions:

• The Menu Tree Navigation process is intended to provide the ability to Paste a Menu on any layout

- all Menu Tree Titles and corresponding Layouts & Icons are set in the script InitNavigation JSON FormatElements (line 9)

 

Options:

• Option Selection is located on the Dashboard

~ onClick (default) clicking on the menu tree navigation labels will go to the selected layout

~ onMouseOver/Out (selection from dashboard) the menu tree navigation labels will expand & contract automatically

• Menu Tree Labels (aka Titles) are required, however the corresponding "layout" is allowed to remain "blank" 

~ see menu tree Title "Layout 5" in the InitNavigation script

[ "items[5].title" ; "Layout 5" ; JSONString ] ;

[ "items[5].layout" ; "" ; JSONString ] ;


Quote
0
items