zakariah1
zakariah1

Reputation: 394

Oracle APEX 5.1 Selecting Specific Tab in a Tab Container

I have an Oracle APEX 5.1 page that has Static content that uses the Template Tabs Container.

TAB 1. TAB 2

TAB 2 has a submit button that saves items on the page and then reloads the page. When I do this action, I would like the TAB 2 to remain selected. What happens is that the page is submitted and then of coarse reloaded with TAB 1 selected.

Thanks for any suggestions.

Upvotes: 0

Views: 944

Answers (1)

Littlefoot
Littlefoot

Reputation: 143163

I don't have 5.1 any more. However: within attributes, you should be able to find a property whose name is remember active tab - set it to "Yes". That should do what you are asking.

Upvotes: 1

Related Questions