Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Switching between the tabs

Andrew RJun 21 2023 — edited Jun 22 2023

Hi Experts,

I have created a page with tabs container and want to achieve this functionality, when I click on the "table 2" card on the TABLES tab it should open the ITEM tabs.

To achieve this functionality I have tried this:

created a page item to capture the value which was selected (eg: table 2)

created DA

Event Scope: static
 Type: Immediate
 Event: change
 Selection Type: item(s)

True Action

Action: Execute javascript code
 Code: $("#TABS .a-Tabs").aTabs("getTabs")["#TAB_ITEMS"].makeActive();

but not working. Help me to achieve this functionality.

Comments
Post Details
Added on Jun 21 2023
0 comments
500 views