The getSelectedTabFormName method gathers the actual form name, but is there a way to get the element name of that tab?
Forms sometimes is named more cryptic (like main_data_table_rejects).
The element name would just be “rejects”. I would like to pull the element name. is that possible?
elements.myTab.getTabNameAt(int) //int is tabindex
You can also use this to get active tabindex
elements.myTab.tabIndex
This still gets the actual form name, but you know in each tab, you can actually give it an “element name”. (in the properties area, when you click on a specific tab, you have imagemeida,foreground,backgroun,tooltiptext,text, NAME)
is there a way to pull that NAME??, not the full form name.
i’m using version 2.2 still. How stable is version 3.0? we’re close to moving our product to production, i’m not sure if i want to deploy an alpha version.