Quantcast
Channel: DOCU - Foren
Viewing all articles
Browse latest Browse all 6571

ILIAS Developers: manipulating html of page content

$
0
0
yes you could do something like that in your getHTML() method and in hook.js you then prepend  on the div:

global $DIC;

if ($a_comp == 'Services/Container' && (int)$_GET['ref_id'] === 1234) {
    $DIC->globalScreen()->layout()->meta()->addJs('./Customizing/global/plugins/Services/UIComponent/UserInterfaceHook/.../js/hook.js');
}

it is not ideal as this can influence the user experience.






Viewing all articles
Browse latest Browse all 6571

Trending Articles