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.

Click on a specific TAB

cmedaApr 12 2018 — edited Apr 12 2018

Hello,

There are 3 tabs (TAB1, TAB2, TAB3) on a page #1. Inside the third tab content, there is an option to open model window page #2. When Close/Apply Changes of the model window of the page 2, the page number 1 is refreshing and going back to TAB1. I want this to be defaulted TAB3 then comes back from page 2 to page 1

Using the below script in browser console, I can able to switch to tab 3 and but not working same from i use in APEX (tried calling at Page load and Dynamic action)

javascript:apex.jQuery("li[aria-controls='SR_TAB3'] a").trigger("click");

Please suggestion please..

Thank you !

This post has been answered by Pierre Yotti on Apr 12 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 10 2018
Added on Apr 12 2018
14 comments
1,502 views