Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2017 09:05 AM
Hi Anna,
Or you can focus instead on the tab where the fields are. If the fields are in the first tab from the left, use in your UI action:
g_tabs2Sections.setActive(0);
If they are on the second tab, use
g_tabs2Sections.setActive(1);
etc.
harel