I have a graph that displays summary data for a number of items. I would like to be able to click on the date in the graph and then be given the option of either jumping to the detailed graphs for Item 1, Item 2 or Item 3.
The easiest way to do this would be using the app.popUpMenuEx method.
app.popUpMenuEx creates a pop-up menu at the current mouse position. Each of the parameters is a MenuItem object that describes a menu item to be included in the pop-up menu.
Examples and a full explanation (as well as the text above) can be found at the URL below.
http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.162.html
+