19 declare(strict_types=1);
70 if (!array_key_exists($v, $this->options)) {
84 if ($this->requirement_constraint !==
null) {
88 return $this->
refinery->custom()->constraint(
99 return fn(
$id) =>
"var checkedBoxes = function() { 101 $('#$id').find('li').each(function() { 102 if ($(this).find('input').prop('checked')) { 103 options.push($(this).find('span').text()); 106 return options.join(', '); 108 $('#$id').on('input', function(event) { 109 il.UI.input.onFieldUpdate(event, '$id', checkedBoxes()); 111 il.UI.input.onFieldUpdate(event, '$id', checkedBoxes());
Interface Observer Contains several chained tasks and infos about them.
A constraint encodes some resrtictions on values.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
__construct(Container $dic, ilPlugin $plugin)