How to create a drop down menu

<< Click to Display Table of Contents >>

Navigation:  How To >

How to create a drop down menu

You want to create a drop down menu where the user can select one of several options.

 

Create a list object

Reference a variable menu_id with the list object

Put e.g. 10 String Fields (or images) into the list object (every object is one option in the menu)

Activate the Set as Input property of the list object

Set the Items Visible (Editing Mode) to e.g. 5

Put a JavaScript to the event OnEnterValue of the list object

In the script, read the variable menu_id to find out which option in the menu was selected and perform the according action (e.g. jump to a certain page)