79122822

Date: 2024-10-24 16:18:16
Score: 1
Natty:
Report link

What happens if you use next code in Page - Function and Global Variable Declaration:

(function(){
    $(apex.gPageContext$).on("apexreadyend", function(jQueryEvent) {
        let tbGroup$ = $('#IG_STATIC_ID_ig_toolbar').find('.a-Toolbar-group').last();
        if (tbGroup$.length)
        {
            tbGroup$.addClass('a-IRR-buttons');
        }
        apex.theme42.page.init();
    });     
})();

IG_STATIC_ID to be replaced

your code in "Initialization JavaScript Function" to be disabled

'show maximize button' to be checked on the template options:

enter image description here

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): What
  • Low reputation (0.5):
Posted by: Karel Ekema