3 declare(strict_types=1);
16 $f = $DIC->ui()->factory();
17 $renderer = $DIC->ui()->renderer();
20 $image =
$f->image()->standard(
21 "src/UI/examples/Image/HeaderIconLarge.svg",
24 ->withAdditionalOnLoadCode(
function (
$id) {
25 return "$('#$id').click(function(e) { e.preventDefault(); alert('Image Onload Code')});";
28 $html = $renderer->render($image);
with_additional_on_load_code()
Example showing how JS-Code can be attached to images.
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins