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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

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
376 views