ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
class.ilLinkTargetObjectExplorerGUI.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 1998-2011 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
include_once(
"./Services/Repository/classes/class.ilRepositorySelectorExplorerGUI.php"
);
5
14
class
ilLinkTargetObjectExplorerGUI
extends
ilRepositorySelectorExplorerGUI
15
{
19
function
__construct
($a_parent_obj, $a_parent_cmd)
20
{
21
parent::__construct($a_parent_obj, $a_parent_cmd, null,
""
,
""
);
22
}
23
29
function
setClickableType
($a_val)
30
{
31
$this->clickable_type = $a_val;
32
}
33
39
function
getClickableType
()
40
{
41
return
$this->clickable_type;
42
}
43
47
function
getNodeOnClick
($a_node)
48
{
49
return
"il.IntLink.selectLinkTargetObject('"
.$a_node[
"type"
].
"','"
.$a_node[
"child"
].
"'); return(false);"
;
50
}
51
58
function
isNodeClickable
($a_node)
59
{
60
if
($a_node[
"type"
] == $this->
getClickableType
())
61
{
62
return
true
;
63
}
64
return
false
;
65
}
66
67
}
68
69
?>
ilLinkTargetObjectExplorerGUI
Internal Link: Repository Item Selector Explorer.
Definition:
class.ilLinkTargetObjectExplorerGUI.php:14
ilRepositorySelectorExplorerGUI
Explorer for selecting repository items.
Definition:
class.ilRepositorySelectorExplorerGUI.php:21
ilLinkTargetObjectExplorerGUI\isNodeClickable
isNodeClickable($a_node)
Is node clickable?
Definition:
class.ilLinkTargetObjectExplorerGUI.php:58
ilLinkTargetObjectExplorerGUI\getNodeOnClick
getNodeOnClick($a_node)
Get onclick attribute.
Definition:
class.ilLinkTargetObjectExplorerGUI.php:47
ilLinkTargetObjectExplorerGUI\setClickableType
setClickableType($a_val)
Set clickable type.
Definition:
class.ilLinkTargetObjectExplorerGUI.php:29
ilLinkTargetObjectExplorerGUI\getClickableType
getClickableType()
Get clickable type.
Definition:
class.ilLinkTargetObjectExplorerGUI.php:39
php
ilLinkTargetObjectExplorerGUI\__construct
__construct($a_parent_obj, $a_parent_cmd)
Constructor.
Definition:
class.ilLinkTargetObjectExplorerGUI.php:19
Services
Link
classes
class.ilLinkTargetObjectExplorerGUI.php
Generated on Fri Jan 17 2025 19:01:13 for ILIAS by
1.8.13 (using
Doxyfile
)