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!

Interactive Grid: Change button labels

dantel35May 31 2018 — edited Jun 1 2018

Hi community,

I have a problem with the interactive grid. I need to change the label of the 'Save' button.

Is there an easy/recommended way?

What I tried is creating a DA:

Event: Click

Selection type: JQuery Selector

JQuery Selector: .a-Button

Event Scope: Dynamic

And this executes JavaScript Code:

  $(".a-Button-label:contains('Save')").text("some_other_label");

I know that ' $(".a-Button-label:contains('Save')").text("some_other_label");' works in principle. I also used the DA technique with the JQuery Selector and dynamic event scope in other places and it worked like expected.

But here it just does not work.

Probably this is also way too complicated.

Can anybody help?

Thanks.

PS. We are using Apex 5.1.2.00.09

This post has been answered by Pierre Yotti on Jun 1 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 29 2018
Added on May 31 2018
4 comments
4,042 views