If I've got a change event for a checkbox declared like this:
topmostSubform.Page2.Competitions_CB.Checkbox::change - (JavaScript, client)
how can I get this object path into a variable so I can process it and extract the "Competitions_CB" part? Even traversing up the object tree would be fine, but I can't seem to find which property returns object names.
I've been through all of the properties that sounded likely, in both xfa.event, event and this, but nothing seems to be what I'm after.