Syntax for cascade menus?
Posted: Sat Apr 27, 2013 5:27 pm
Is there a reference for the syntax of the cascade menus, or a stack with examples? The userguide is not exactly explicit about it.
Specifically, my current concern is this one. I have a list of names and numeric equivalent pairs. Each name can have multiple sub choices, etc. I'd like the user to see just the names, but the button should return both the name and the numeric identifier. The following form plays only the first half of the trick, but returns just the numeric identifier.
Specifically, my current concern is this one. I have a list of names and numeric equivalent pairs. Each name can have multiple sub choices, etc. I'd like the user to see just the names, but the button should return both the name and the numeric identifier. The following form plays only the first half of the trick, but returns just the numeric identifier.
Code: Select all
Bob/|100230
Luis/|33489
<tab>Patrick/|89779
<tab>Bob/|6788
<tab><tab>Shirley/|90009