Get Enclosing Tabpanel Name?

Hello,

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()?

Why would you want that?

You have the name of the form because you can set a variable ‘on show’ of the form on that particular position…

Hi Marcel,

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.