I was looking at the various tabpanel-related functions, but unless I’m missing something, I can’t find an answer to the following problem: when clicking on a button on a tabpanel form, is it possible to retrieve the name of the enclosing tabpanel, sort of like getMethodTriggerTabpanelName()?
I thought I had a need for it, but after thinking about it some more, I probably don’t need such a function. I have a global method that performs a tabpanel-related function, and I didn’t want to have to hard-code the tabpanel element name, but I have another way of resolving the problem.