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!

Apex interactive report add button next to default Actions button

Geert01Jan 18 2022

Hi,
I am looking for an easy way to position a button directly next to the Actions button on an
Interactive Report (not interactive grid!)
image.png
I can manage to do this by using jquery in an on Page load dynamic action.
$("#NewButton").appendTo("#R24616286804947677535_toolbar_controls > div.a-IRR-controlGroup.a-IRR-controlGroup--options" );
and assigning the button a new class and define the class in the inline css section of the page:
.newButtonClass {
margin: calc(var(--a-irr-item-spacing,var(--a-toolbar-item-spacing,8px))/ 2);
}
Result:
image.png
But I do not like that the page 'changes' while loading.
Does anybody have a better solution? Preferably declarative?
You can use my demo page on apex.oracle.com
Workspace: HUE_API
Username : FORUM_MEMBER
Password: Help_Jan_22
Application 67064 - Button Next To Actions button

This post has been answered by fac586 on Jan 19 2022
Jump to Answer
Comments
Post Details
Added on Jan 18 2022
5 comments
4,627 views