Where is there a list of InDesign Event types?
I am extremely frustrated trying to find a list of the event type names that I can use in creating an event handler for a dialog object. Where is it hidden?
For example, I want to write a line like the following, which does work if I define a dialog not using the with hierarchy (which is used in all the Adobe-provided examples)
dialogEventListener = myDialog.addEventListener('click',clickTest)
I cannot figure out how to get something like this working when I define the dialog using the with hierarchy, when I get an error message that "click" is not an event type. So I need to find the list of event types that do work in this context. I have found references to the JavaScript Tools Guide, but there's nothing in there that lists event types.
Thanks,
